Home
last modified time | relevance | path

Searched refs:XKB_MAX_MODS (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dvmod.c93 if (mods->num_mods >= XKB_MAX_MODS) { in HandleVModDef()
96 XKB_MAX_MODS); in HandleVModDef()
/external/libxkbcommon/xkbcommon/src/
Dkeymap.h107 #define XKB_MAX_MODS ((xkb_mod_index_t) (sizeof(xkb_mod_mask_t) * 8)) macro
356 struct xkb_mod mods[XKB_MAX_MODS];
Dstate.c112 int16_t mod_key_count[XKB_MAX_MODS];