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

  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
safe-ctype.c 165 const unsigned short _sch_istable[256] = variable
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
  /toolchain/binutils/binutils-2.25/libiberty/
safe-ctype.c 159 const unsigned short _sch_istable[256] = variable

Completed in 53 milliseconds