Searched refs:nFound (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKBSetMap.c | 211 register int i, first, last, nFound; local in function:_XkbSizeKeyBehaviors 221 for (i = first, nFound = 0; i <= last; i++) { 223 nFound++; 225 req->totalKeyBehaviors = nFound; 226 return (nFound * SIZEOF(xkbBehaviorWireDesc)); 296 register int i, first, last, nFound; local in function:_XkbSizeKeyExplicit 308 for (i = first, nFound = 0; i <= last; i++) { 310 nFound++; 312 req->totalKeyExplicit = nFound; 313 return XkbPaddedSize((nFound * 341 register int i, first, last, nFound; local in function:_XkbSizeModifierMap 388 register int i, first, last, nFound; local in function:_XkbSizeVirtualModMap [all...] |
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| H A D | ddxList.c | 115 list->nFound[what]++; 222 list->nFound[what]= 0;
|
| H A D | xkb.c | 5701 rep.nKeycodes = list.nFound[_XkbListKeycodes]; 5702 rep.nTypes = list.nFound[_XkbListTypes]; 5703 rep.nCompatMaps = list.nFound[_XkbListCompat]; 5704 rep.nSymbols = list.nFound[_XkbListSymbols]; 5705 rep.nGeometries = list.nFound[_XkbListGeometry];
|
| /xsrc/external/mit/xorg-server.old/dist/include/ |
| H A D | xkbsrv.h | 960 int nFound[_XkbListNumComponents]; member in struct:_XkbSrvListInfo
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | XKBsrv.h | 1116 int nFound[_XkbListNumComponents]; member in struct:_XkbSrvListInfo
|
Completed in 13 milliseconds