Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/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
/aosp_15_r20/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