| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBCompat.c | 51 i = rep->firstSI + rep->nSI; 56 if (rep->nSI != 0) { 61 rep->nSI * SIZEOF (xkbSymInterpretWireDesc)); 66 for (i = 0; i < rep->nSI; i++, syms++, wire++) { 74 xkb->compat->num_si += rep->nSI; 131 req->firstSI = req->nSI = 0; 158 CARD16 nSI; local in function:_XkbWriteSetCompatMap 166 nSI = req->nSI; 167 size = nSI * SIZEO [all...] |
| H A D | XKBAlloc.c | 44 XkbAllocCompatMap(XkbDescPtr xkb, unsigned which, unsigned nSI) argument 51 if (xkb->compat->size_si >= nSI) 54 compat->size_si = nSI; 58 nSI, XkbSymInterpretRec); 68 if (nSI > 0) { 69 compat->sym_interpret = _XkbTypedCalloc(nSI, XkbSymInterpretRec); 75 compat->size_si = nSI;
|
| H A D | XKBUse.c | 469 cmev->num_si = cmn->nSI;
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBAlloc.c | 45 XkbAllocCompatMap(XkbDescPtr xkb,unsigned which,unsigned nSI) argument 53 if (xkb->compat->size_si>=nSI) 56 compat->size_si= nSI; 61 nSI * sizeof(XkbSymInterpretRec)); 76 if (nSI>0) { 77 compat->sym_interpret= calloc(nSI, sizeof(XkbSymInterpretRec)); 83 compat->size_si= nSI;
|
| H A D | xkbEvents.c | 676 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0; local in function:XkbSendCompatMapNotify 695 nSI= pEv->nSI; 702 pEv->nSI = nSI; 709 swaps(&pEv->nSI,n); 907 cmn.nSI= pChanges->compat.num_si;
|
| H A D | xkbSwap.c | 277 swaps(&stuff->nSI,n); 292 swaps(&stuff->nSI,n);
|
| H A D | xkb.c | 2737 size+= (rep->nSI*SIZEOF(xkbSymInterpretWireDesc)); 2758 for (i=0;i<rep->nSI;i++,sym++,wire++) { 2796 swaps(&rep->nSI,n); 2832 rep.nSI = stuff->nSI; 2835 rep.nSI = compat->num_si; 2837 else if ((((unsigned)stuff->nSI)>0)&& 2838 ((unsigned)(stuff->firstSI+stuff->nSI-1)>=compat->num_si)) { 2867 if ((req->nSI>0)||(req->truncateSI)) { 2874 wire+= req->nSI; [all...] |
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBAlloc.c | 44 XkbAllocCompatMap(XkbDescPtr xkb, unsigned which, unsigned nSI) argument 52 if (xkb->compat->size_si >= nSI) 55 compat->size_si = nSI; 60 nSI, sizeof(XkbSymInterpretRec)); 76 if (nSI > 0) { 77 compat->sym_interpret = calloc(nSI, sizeof(XkbSymInterpretRec)); 83 compat->size_si = nSI;
|
| H A D | xkbEvents.c | 659 CARD16 firstSI = 0, nSI = 0, nTotalSI = 0; local in function:XkbSendCompatMapNotify 676 nSI = pEv->nSI; 683 pEv->nSI = nSI; 689 swaps(&pEv->nSI); 886 cmn.nSI = pChanges->compat.num_si;
|
| H A D | xkbSwap.c | 257 swaps(&stuff->nSI); 270 swaps(&stuff->nSI);
|
| H A D | xkb.c | 2828 size += (rep->nSI * SIZEOF(xkbSymInterpretWireDesc)); 2850 for (i = 0; i < rep->nSI; i++, sym++, wire++) { 2888 swaps(&rep->nSI); 2925 .nSI = stuff->nSI 2929 rep.nSI = compat->num_si; 2931 else if ((((unsigned) stuff->nSI) > 0) && 2932 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) { 2961 if ((req->nSI > 0) || (req->truncateSI)) { 2969 wire += req->nSI; [all...] |
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBproto.h | 412 CARD16 nSI; member in struct:_xkbGetCompatMap 424 CARD16 nSI; member in struct:_xkbGetCompatMapReply 443 CARD16 nSI; member in struct:_xkbSetCompatMap 1174 CARD16 nSI; member in struct:_xkbCompatMapNotify
|