Home
last modified time | relevance | path

Searched refs:firstSI (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbEvents.c659 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0; in XkbSendCompatMapNotify() local
675 firstSI = pEv->firstSI; in XkbSendCompatMapNotify()
682 pEv->firstSI = firstSI; in XkbSendCompatMapNotify()
688 swaps(&pEv->firstSI); in XkbSendCompatMapNotify()
885 cmn.firstSI = pChanges->compat.first_si; in XkbSendNotification()
H A DxkbSwap.c256 swaps(&stuff->firstSI); in SProcXkbGetCompatMap()
269 swaps(&stuff->firstSI); in SProcXkbSetCompatMap()
H A Dxkb.c2846 XkbSymInterpretPtr sym = &compat->sym_interpret[rep->firstSI]; in XkbSendCompatMap()
2888 swaps(&rep->firstSI); in XkbSendCompatMap()
2925 .firstSI = stuff->firstSI, in ProcXkbGetCompatMap()
2929 rep.firstSI = 0; in ProcXkbGetCompatMap()
2933 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) { in ProcXkbGetCompatMap()
2965 if (req->firstSI > compat->num_si) { in _XkbSetCompatMap()
2996 if ((unsigned) (req->firstSI + req->nSI) > compat->num_si) { in _XkbSetCompatMap()
2997 compat->num_si = req->firstSI + req->nSI; in _XkbSetCompatMap()
3007 compat->num_si = req->firstSI + req->nSI; in _XkbSetCompatMap()
3009 sym = &compat->sym_interpret[req->firstSI]; in _XkbSetCompatMap()
[all …]