Searched refs:nTotal (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | ddxList.c | 81 if (list->nTotal>=list->maxRtrn) { 82 list->nTotal++; 116 list->nTotal++;
|
| H A D | XKBMAlloc.c | 363 int nTotal; local in function:XkbResizeKeyType 369 for (nTotal=1,i=xkb->min_key_code;i<=xkb->max_key_code;i++) { 380 nTotal+= XkbKeyNumSyms(xkb,i); 382 nTotal+= XkbKeyNumGroups(xkb,i)*new_num_lvls; 388 xkb->map->size_syms= (nTotal*15)/10;
|
| H A D | xkb.c | 5707 if (list.nTotal>list.maxRtrn) 5708 rep.extra = (list.nTotal-list.maxRtrn);
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| H A D | XKBMAlloc.c | 361 int nTotal; local in function:XkbResizeKeyType 367 for (nTotal = 1, i = xkb->min_key_code; i <= xkb->max_key_code; i++) { 370 nTotal += XkbKeyNumSyms(xkb,i); 381 nTotal += XkbKeyNumSyms(xkb, i); 383 nTotal += XkbKeyNumGroups(xkb, i) * new_num_lvls; 390 xkb->map->size_syms = (nTotal * 15) / 10;
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBMAlloc.c | 431 int nTotal; local in function:XkbResizeKeyType 437 for (nTotal = 1, i = xkb->min_key_code; i <= xkb->max_key_code; i++) { 440 nTotal += XkbKeyNumSyms(xkb,i); 451 nTotal += XkbKeyNumSyms(xkb, i); 453 nTotal += XkbKeyNumGroups(xkb, i) * new_num_lvls; 460 xkb->map->size_syms = (nTotal * 15) / 10;
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbsrv.h | 957 int nTotal; member in struct:_XkbSrvListInfo
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBsrv.h | 1113 int nTotal; member in struct:_XkbSrvListInfo
|
Completed in 16 milliseconds