Home
last modified time | relevance | path

Searched refs: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
153 #define XkbPtrActionX(a) (Xkb2CharsToInt((a)->high_XXX,(a)->low_XXX))
154 #define XkbPtrActionY(a) (Xkb2CharsToInt((a)->high_YYY,(a)->low_YYY))