Home
last modified time | relevance | path

Searched defs:Xkb2CharsToInt (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/
DXKBstr.h36 #define Xkb2CharsToInt(h,l) ((h)&0x80?(int)(((h)<<8)|(l)|(~0xffff)):\ macro
39 #define Xkb2CharsToInt(h,l) ((short)(((h)<<8)|(l))) macro