HomeSort by: relevance | last modified time | path
    Searched refs:nIndicators (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/xkb/
xkb.c 3278 int nIndicators;
3281 for (i = nIndicators = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3283 nIndicators++;
3285 rep->length = (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)) / 4;
3286 rep->nIndicators = nIndicators;
3431 int nIndicators;
3447 for (nIndicators = i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3449 nIndicators++;
3452 (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)))
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/xkb/
xkb.c 3094 int nIndicators;
3097 for (i=nIndicators=0,bit=1;i<XkbNumIndicators;i++,bit<<=1) {
3099 nIndicators++;
3101 rep->length = (nIndicators*SIZEOF(xkbIndicatorMapWireDesc))/4;
3240 int nIndicators;
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/
XKBproto.h 488 CARD8 nIndicators;

Completed in 13 milliseconds