| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | XKBAlloc.c | 58 compat->num_si= 0; 64 compat->size_si= compat->num_si= 0; 67 if (compat->num_si!=0) { 68 memset(&compat->sym_interpret[compat->num_si], 0, 69 (compat->size_si - compat->num_si) * sizeof(XkbSymInterpretRec)); 84 compat->num_si= 0; 106 compat->size_si= compat->num_si= 0;
|
| H A D | xkmread.c | 414 unsigned num_si,groups; local in function:ReadXkmCompatMap 435 num_si= XkmGetCARD16(file,&nRead); 438 if (XkbAllocCompatMap(xkb,XkbAllCompatMask,num_si)!=Success) 441 compat->num_si= num_si; 443 for (i=0;i<num_si;i++,interp++) { 548 if ((num_si>0)&&(changes)) { 550 changes->compat.num_si= num_si;
|
| H A D | xkbUtils.c | 1344 if (src->compat->sym_interpret && src->compat->num_si) { 1345 if (src->compat->num_si != dst->compat->size_si) { 1347 src->compat->num_si * sizeof(XkbSymInterpretRec)); 1353 src->compat->num_si * sizeof(XkbSymInterpretRec)); 1355 dst->compat->num_si = src->compat->num_si; 1356 dst->compat->size_si = src->compat->num_si; 1363 dst->compat->num_si = 0;
|
| H A D | xkbEvents.c | 902 if ((pChanges->compat.changed_groups)||(pChanges->compat.num_si>0)) { 907 cmn.nSI= pChanges->compat.num_si; 908 cmn.nTotalSI= kbd->key->xkbInfo->desc->compat->num_si;
|
| H A D | xkbfmisc.c | 215 if ((!xkb->compat) || (xkb->compat->num_si<1))
|
| H A D | xkb.c | 2835 rep.nSI = compat->num_si; 2838 ((unsigned)(stuff->firstSI+stuff->nSI-1)>=compat->num_si)) { 2839 client->errorValue = _XkbErrCode2(0x05,compat->num_si); 2842 rep.nTotalSI = compat->num_si; 2869 if (req->firstSI>compat->num_si) { 2870 client->errorValue = _XkbErrCode2(0x02,compat->num_si); 2898 if ((unsigned)(req->firstSI+req->nSI)>compat->num_si) { 2899 compat->num_si= req->firstSI+req->nSI; 2901 compat->num_si * sizeof(XkbSymInterpretRec)); 2903 compat->num_si [all...] |
| H A D | XKBMisc.c | 282 for (i=0;i<xkb->compat->num_si;i++,interp++) {
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBAlloc.c | 57 compat->num_si = 0; 63 compat->size_si = compat->num_si = 0; 66 if (compat->num_si != 0) { 67 memset(&compat->sym_interpret[compat->num_si], 0, 69 compat->num_si) * sizeof(XkbSymInterpretRec)); 84 compat->num_si = 0; 107 compat->size_si = compat->num_si = 0;
|
| H A D | xkmread.c | 417 unsigned num_si, groups; local in function:ReadXkmCompatMap 438 num_si = XkmGetCARD16(file, &nRead); 441 if (XkbAllocCompatMap(xkb, XkbAllCompatMask, num_si) != Success) 444 compat->num_si = 0; 446 for (i = 0; i < num_si; i++) { 574 compat->num_si++; 576 if ((num_si > 0) && (changes)) { 578 changes->compat.num_si = compat->num_si;
|
| H A D | xkbUtils.c | 1392 if (src->compat->sym_interpret && src->compat->num_si) { 1393 if (src->compat->num_si != dst->compat->size_si) { 1395 src->compat->num_si, 1402 src->compat->num_si * sizeof(XkbSymInterpretRec)); 1404 dst->compat->num_si = src->compat->num_si; 1405 dst->compat->size_si = src->compat->num_si; 1412 dst->compat->num_si = 0;
|
| H A D | xkbEvents.c | 880 if ((pChanges->compat.changed_groups) || (pChanges->compat.num_si > 0)) { 886 cmn.nSI = pChanges->compat.num_si; 887 cmn.nTotalSI = kbd->key->xkbInfo->desc->compat->num_si;
|
| H A D | xkbfmisc.c | 225 if ((!xkb->compat) || (xkb->compat->num_si < 1))
|
| H A D | xkb.c | 2929 rep.nSI = compat->num_si; 2932 ((unsigned) (stuff->firstSI + stuff->nSI - 1) >= compat->num_si)) { 2933 client->errorValue = _XkbErrCode2(0x05, compat->num_si); 2936 rep.nTotalSI = compat->num_si; 2964 if (req->firstSI > compat->num_si) { 2965 client->errorValue = _XkbErrCode2(0x02, compat->num_si); 2996 compat->num_si = compat->size_si = req->firstSI + req->nSI; 3001 compat->num_si = compat->size_si = 0; 3006 compat->num_si = req->firstSI + req->nSI; 3031 if (req->firstSI + req->nSI < compat->num_si) [all...] |
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBAlloc.c | 56 compat->num_si = 0; 57 _XkbResizeArray(compat->sym_interpret, compat->num_si, 60 compat->size_si = compat->num_si = 0; 76 compat->num_si = 0; 98 compat->size_si = compat->num_si = 0;
|
| H A D | XKBCompat.c | 74 xkb->compat->num_si += rep->nSI; 237 req->nSI = xkb->compat->num_si;
|
| /xsrc/external/mit/libxkbfile/dist/src/ |
| H A D | xkmread.c | 422 unsigned num_si, groups; local in function:ReadXkmCompatMap 444 num_si = XkmGetCARD16(file, &nRead); 447 if (XkbAllocCompatMap(xkb, XkbAllCompatMask, num_si) != Success) 450 compat->num_si = num_si; 452 for (i = 0; i < num_si; i++, interp++) { 469 if ((num_si > 0) && (changes)) { 471 changes->compat.num_si = num_si;
|
| H A D | xkmout.c | 412 size = 4; /* room for num_si and group_compat mask */ 414 size += (SIZEOF(xkmSymInterpretDesc) * xkb->compat->num_si); 442 size += xkmPutCARD16(file, xkb->compat->num_si); 446 for (i = 0; i < xkb->compat->num_si; i++, interp++) {
|
| H A D | xkbmisc.c | 283 if ((!xkb->compat) || (xkb->compat->num_si < 1))
|
| H A D | cout.c | 278 fprintf(file, "static XkbSymInterpretRec dfltSI[%d]= {\n", compat->num_si); 280 for (i = 0; i < compat->num_si; i++, interp++) {
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | printev.c | 314 if (map->num_si > 0) { 316 map->first_si, map->first_si + map->num_si - 1,
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | xkbstr.h | 383 unsigned short num_si; member in struct:_XkbCompatMapRec 543 unsigned short num_si; member in struct:_XkbCompatChanges
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbstr.h | 376 unsigned short num_si; member in struct:_XkbCompatMapRec 536 unsigned short num_si; member in struct:_XkbCompatChanges
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBstr.h | 375 in which size_si are allocated & num_si are used. */ 378 unsigned short num_si; member in struct:_XkbCompatMapRec 538 unsigned short num_si; member in struct:_XkbCompatChanges
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | XKBlib.h | 181 int num_si; /* number of new symbol interps */ member in struct:_XkbCompatMapNotify
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | compat.c | 796 if (compat->num_si >= compat->size_si) 802 compat->sym_interpret[compat->num_si++] = si->interp;
|