Home
last modified time | relevance | path

Searched refs:XkbSymInterpretRec (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBAlloc.c47 XkbSymInterpretRec *prev_interpret; in XkbAllocCompatMap()
60 nSI, sizeof(XkbSymInterpretRec)); in XkbAllocCompatMap()
69 compat->num_si) * sizeof(XkbSymInterpretRec)); in XkbAllocCompatMap()
77 compat->sym_interpret = calloc(nSI, sizeof(XkbSymInterpretRec)); in XkbAllocCompatMap()
H A DxkbDflts.h169 static XkbSymInterpretRec dfltSI[69] = {
H A DxkbUtils.c1372 sizeof(XkbSymInterpretRec)); in _XkbCopyCompat()
1378 src->compat->num_si * sizeof(XkbSymInterpretRec)); in _XkbCopyCompat()
H A Dxkb.c3000 sizeof(XkbSymInterpretRec)); in _XkbSetCompatMap()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h378 } XkbSymInterpretRec, *XkbSymInterpretPtr; typedef