Searched defs:toascii (Results 1 - 3 of 3) 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/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.h640 /// int toascii(int c);
641 toascii, enumerator in enum:llvm::LibFunc::Func

Completed in 170 milliseconds