Searched defs:toascii (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/
H A Dconfig.h99 /* Define if you have the `toascii' function. */
101 #define toascii __toascii macro
/external/kernel-headers/original/linux/
H A Dctype.h35 #define toascii(c) (((unsigned char)(c))&0x7f) macro
/external/tcpdump/
H A Dtcpdump-stdinc.h59 #undef toascii macro
61 #define toascii __toascii macro
87 #ifndef toascii
88 #define toascii(c) ((c) & 0x7f) macro
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Derrwarn.c41 # define toascii(c) ((c) & 0x7F) macro
146 ch &= toascii(ch);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h599 /// int toascii(int c);
600 toascii, enumerator in enum:llvm::LibFunc::Func

Completed in 243 milliseconds