Lines Matching refs:nIndicators
3206 int nIndicators;
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;
3375 for (nIndicators = i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) {
3377 nIndicators++;
3380 (nIndicators * SIZEOF(xkbIndicatorMapWireDesc))) /