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

  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
config.h 101 #define toascii __toascii
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 92 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ macro
210 # define toascii(c) __toascii (c)
297 # define __toascii_l(c,l) ((l), __toascii (c))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 92 #define __toascii(c) ((c) & 0x7f) /* Mask off high bits. */ macro
210 # define toascii(c) __toascii (c)
297 # define __toascii_l(c,l) ((l), __toascii (c))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 131 _CRTIMP int __cdecl __toascii(int _C);
218 #define __toascii(_Char) ((_Char) & 0x7f) macro
269 #define toascii __toascii

Completed in 3029 milliseconds