HomeSort by relevance Sort by last modified time
    Searched refs:toascii (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 146 extern int toascii (int __c) __THROW;
210 # define toascii(c) __toascii (c) macro
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 41 # define toascii(c) ((c) & 0x7F) macro
146 ch &= toascii(ch);
  /bionic/libc/stdlib/
ctype_.c 161 int toascii(int c) function
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 599 /// int toascii(int c);
600 toascii, enumerator in enum:llvm::LibFunc::Func
  /external/qemu/
qemu-common.h 201 #define qemu_toascii(c) toascii((unsigned char)(c))
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
configure     [all...]

Completed in 306 milliseconds

1 2 3 45