Searched refs:nTotal (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DddxList.c81 if (list->nTotal>=list->maxRtrn) {
82 list->nTotal++;
116 list->nTotal++;
H A DXKBMAlloc.c363 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 Dxkb.c5707 if (list.nTotal>list.maxRtrn)
5708 rep.extra = (list.nTotal-list.maxRtrn);
/xsrc/external/mit/xorg-server/dist/xkb/
H A DXKBMAlloc.c361 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 DXKBMAlloc.c431 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 Dxkbsrv.h957 int nTotal; member in struct:_XkbSrvListInfo
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBsrv.h1113 int nTotal; member in struct:_XkbSrvListInfo

Completed in 16 milliseconds