Home
last modified time | relevance | path

Searched refs:nIndicators (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c3207 int nIndicators; in XkbComputeGetIndicatorMapReplySize() local
3210 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() local
3376 for (nIndicators = i = 0, bit = 1; i < XkbNumIndicators; i++, bit <<= 1) { in ProcXkbSetIndicatorMap()
3378 nIndicators++; in ProcXkbSetIndicatorMap()
3381 (nIndicators * SIZEOF(xkbIndicatorMapWireDesc))) / in ProcXkbSetIndicatorMap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog63968 xkb: Set nIndicators in XkbGetIndicatorMap