Searched refs:eG (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libxkbfile/dist/src/
H A Dxkbmisc.c139 int nG, eG; local in function:XkbLookupGroupAndLevel
145 eG = *grp_inout;
154 eG = 0;
156 else if (eG >= nG) {
161 eG %= nG;
164 eG = nG - 1;
167 eG = XkbOutOfRangeGroupNumber(gI);
168 if (eG >= nG)
169 eG = 0;
173 *grp_inout = eG;
[all...]
/xsrc/external/mit/xkbprint/dist/
H A Dpsgeom.c1628 int eG, nG, gI; local in function:FindKeysymsByName
1639 eG = group;
1643 (eG >= XkbKeyNumGroups(xkb, kc)))
1649 eG = 0;
1651 else if (eG >= XkbKeyNumGroups(xkb, kc)) {
1654 eG %= nG;
1657 eG = nG - 1;
1660 eG = XkbOutOfRangeGroupNumber(gI);
1661 if (eG >= nG)
1662 eG
[all...]

Completed in 5 milliseconds