Searched refs:nIndicators (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server/dist/xkb/
H A Dxkb.c3206 int nIndicators; local in function:XkbComputeGetIndicatorMapReplySize
3209 for (i = nIndicators = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3211 nIndicators++;
3213 rep->length = (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)) / 4;
3214 rep->nIndicators = nIndicators;
3359 int nIndicators; local in function:ProcXkbSetIndicatorMap
3375 for (nIndicators = i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3377 nIndicators++;
3380 (nIndicators * SIZEO
[all...]
/xsrc/external/mit/xorg-server.old/dist/xkb/
H A Dxkb.c3094 int nIndicators; local in function:XkbComputeGetIndicatorMapReplySize
3097 for (i=nIndicators=0,bit=1;i<XkbNumIndicators;i++,bit<<=1) {
3099 nIndicators++;
3101 rep->length = (nIndicators*SIZEOF(xkbIndicatorMapWireDesc))/4;
3240 int nIndicators; local in function:ProcXkbSetIndicatorMap
3256 for (nIndicators=i=0,bit=1;i<XkbNumIndicators;i++,bit<<=1) {
3258 nIndicators++;
3261 (nIndicators*SIZEOF(xkbIndicatorMapWireDesc)))/4)) {
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A DXKBproto.h488 CARD8 nIndicators; member in struct:_xkbGetIndicatorMapReply

Completed in 18 milliseconds