Searched refs:nIndicators (Results 1 – 2 of 2) sorted by relevance
3207 int nIndicators; in XkbComputeGetIndicatorMapReplySize() local3210 for (i = nIndicators = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) { in XkbComputeGetIndicatorMapReplySize()3212 nIndicators++; in XkbComputeGetIndicatorMapReplySize()3214 rep->length = (nIndicators * SIZEOF(xkbIndicatorMapWireDesc)) / 4; in XkbComputeGetIndicatorMapReplySize()3215 rep->nIndicators = nIndicators; in XkbComputeGetIndicatorMapReplySize()3360 int nIndicators; in ProcXkbSetIndicatorMap() local3376 for (nIndicators = i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) { in ProcXkbSetIndicatorMap()3378 nIndicators++; in ProcXkbSetIndicatorMap()3381 (nIndicators * SIZEOF(xkbIndicatorMapWireDesc))) / in ProcXkbSetIndicatorMap()
63968 xkb: Set nIndicators in XkbGetIndicatorMap