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

  /bionic/libc/upstream-openbsd/lib/libc/gen/
isctype.c 144 #undef toascii macro
146 toascii(int c) function
  /bionic/tests/headers/posix/
ctype_h.c 60 FUNCTION(toascii, int (*f)(int));
  /external/u-boot/include/linux/
ctype.h 41 #define toascii(c) (((unsigned char)(c))&0x7f) macro
  /bionic/libc/include/
ctype.h 163 int toascii(int __ch);
  /bionic/tests/
ctype_test.cpp 200 TEST(ctype, toascii) {
201 EXPECT_EQ('a', toascii('a'));
202 EXPECT_EQ('a', toascii(0x80 | 'a'));
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]

Completed in 251 milliseconds