Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c372 #define IBUF_SIZE 8 macro
379 XkbSymInterpretPtr *interps, ibuf[IBUF_SIZE]; in XkbApplyCompatMapToKey()
399 if (nSyms > IBUF_SIZE) { in XkbApplyCompatMapToKey()
403 nSyms = IBUF_SIZE; in XkbApplyCompatMapToKey()
436 if (nSyms > IBUF_SIZE) in XkbApplyCompatMapToKey()