Searched refs:nSI (Results 1 – 4 of 4) sorted by relevance
44 XkbAllocCompatMap(XkbDescPtr xkb, unsigned which, unsigned nSI) in XkbAllocCompatMap() argument52 if (xkb->compat->size_si >= nSI) in XkbAllocCompatMap()55 compat->size_si = nSI; in XkbAllocCompatMap()60 nSI, sizeof(XkbSymInterpretRec)); in XkbAllocCompatMap()76 if (nSI > 0) { in XkbAllocCompatMap()77 compat->sym_interpret = calloc(nSI, sizeof(XkbSymInterpretRec)); in XkbAllocCompatMap()83 compat->size_si = nSI; in XkbAllocCompatMap()
659 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0; in XkbSendCompatMapNotify() local676 nSI = pEv->nSI; in XkbSendCompatMapNotify()683 pEv->nSI = nSI; in XkbSendCompatMapNotify()689 swaps(&pEv->nSI); in XkbSendCompatMapNotify()886 cmn.nSI = pChanges->compat.num_si; in XkbSendNotification()
257 swaps(&stuff->nSI); in SProcXkbGetCompatMap()270 swaps(&stuff->nSI); in SProcXkbSetCompatMap()
2829 size += (rep->nSI * SIZEOF(xkbSymInterpretWireDesc)); in XkbComputeGetCompatMapReplySize()2851 for (i = 0; i < rep->nSI; i++, sym++, wire++) { in XkbSendCompatMap()2889 swaps(&rep->nSI); in XkbSendCompatMap()2926 .nSI = stuff->nSI in ProcXkbGetCompatMap()2930 rep.nSI = compat->num_si; in ProcXkbGetCompatMap()2932 else if ((((unsigned) stuff->nSI) > 0) && in ProcXkbGetCompatMap()2933 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) { in ProcXkbGetCompatMap()2962 if ((req->nSI > 0) || (req->truncateSI)) { in _XkbSetCompatMap()2970 wire += req->nSI; in _XkbSetCompatMap()2991 if (req->nSI > 0) { in _XkbSetCompatMap()[all …]