Searched refs:XkbCharToInt (Results 1 – 3 of 3) sorted by relevance
32 #define XkbCharToInt(v) ((int) ((v) & 0x80 ? ((v) | (~0xff)) : ((v) & 0x7f))) macro144 #define XkbSAGroup(a) (XkbCharToInt((a)->group_XXX))188 #define XkbSAPtrDfltValue(a) (XkbCharToInt((a)->valueXXX))197 #define XkbSAScreen(a) (XkbCharToInt((a)->screenXXX))
659 grp = XkbAdjustGroup(XkbCharToInt(grp), ctrls); in XkbComputeCompatState()729 state->locked_group = XkbAdjustGroup(XkbCharToInt(grp), ctrls); in XkbComputeDerivedState()733 state->group = XkbAdjustGroup(XkbCharToInt(grp), ctrls); in XkbComputeDerivedState()
172577 Use XkbCharToInt as that's what we're doing.172591 Use XkbCharToInt as that's what we're doing.