Searched refs:toascii (Results 1 - 7 of 7) 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/arduino/hardware/arduino/cores/arduino/
H A DWCharacter.h146 return toascii (c);
/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
/external/qemu/include/
H A Dqemu-common.h213 #define qemu_toascii(c) toascii((unsigned char)(c))
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1603 // toascii(c) -> c & 0x7f
2199 case LibFunc::toascii:
/external/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure5639 for ac_func in abort toascii vsnprintf

Completed in 358 milliseconds