HomeSort by relevance Sort by last modified time
    Searched refs:XkbCharToInt (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 33 #define XkbCharToInt(v) ((v)&0x80?(int)((v)|(~0xff)):(int)((v)&0x7f))
132 #define XkbSAGroup(a) (XkbCharToInt((a)->group_XXX))
172 #define XkbSAPtrDfltValue(a) (XkbCharToInt((a)->valueXXX))
180 #define XkbSAScreen(a) (XkbCharToInt((a)->screenXXX))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 33 #define XkbCharToInt(v) ((v)&0x80?(int)((v)|(~0xff)):(int)((v)&0x7f))
132 #define XkbSAGroup(a) (XkbCharToInt((a)->group_XXX))
172 #define XkbSAPtrDfltValue(a) (XkbCharToInt((a)->valueXXX))
180 #define XkbSAScreen(a) (XkbCharToInt((a)->screenXXX))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 33 #define XkbCharToInt(v) ((v)&0x80?(int)((v)|(~0xff)):(int)((v)&0x7f))
132 #define XkbSAGroup(a) (XkbCharToInt((a)->group_XXX))
172 #define XkbSAPtrDfltValue(a) (XkbCharToInt((a)->valueXXX))
180 #define XkbSAScreen(a) (XkbCharToInt((a)->screenXXX))

Completed in 20 milliseconds