Searched refs:firstSI (Results 1 – 3 of 3) sorted by relevance
659 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0; in XkbSendCompatMapNotify() local675 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()
256 swaps(&stuff->firstSI); in SProcXkbGetCompatMap()269 swaps(&stuff->firstSI); in SProcXkbSetCompatMap()
2846 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 …]