Searched refs:_sch_istable (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/legacy/binutils/include/
H A Dsafe-ctype.h89 extern const unsigned short _sch_istable[256];
91 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
/haiku-buildtools/gcc/include/
H A Dsafe-ctype.h85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A D20141013.C13 extern const unsigned short _sch_istable[256];
181 while ((_sch_istable[(*format) & 0xff] & (unsigned short) (_sch_isdigit)))
H A Dpr58464.C9 extern const unsigned _sch_istable[256];
99 if (_sch_istable[*cur] & _sch_isidst)
172 while (_sch_istable[*cur] & _sch_isidnum)
216 if (_sch_istable[*cur] & _sch_isidst) {
220 while (_sch_istable[*cur] & _sch_isidnum)
/haiku-buildtools/binutils/include/
H A Dsafe-ctype.h85 extern const unsigned short _sch_istable[256];
87 #define _sch_test(c, bit) (_sch_istable[(c) & 0xff] & (unsigned short)(bit))
/haiku-buildtools/binutils/libiberty/
H A Dsafe-ctype.c159 const unsigned short _sch_istable[256] = variable
/haiku-buildtools/gcc/libiberty/
H A Dsafe-ctype.c159 const unsigned short _sch_istable[256] = variable
/haiku-buildtools/legacy/binutils/libiberty/
H A Dsafe-ctype.c159 const unsigned short _sch_istable[256] = variable

Completed in 66 milliseconds