HomeSort by: relevance | last modified time | path
    Searched refs:_sch_istable (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/binutils/dist/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))
  /src/external/gpl3/binutils.old/dist/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))
  /src/external/gpl3/gcc/dist/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))
  /src/external/gpl3/gcc.old/dist/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))
  /src/external/gpl3/gdb/dist/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))
  /src/external/gpl3/gdb.old/dist/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))
  /src/external/gpl3/binutils/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable
  /src/external/gpl3/binutils.old/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable
  /src/external/gpl3/gcc/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable
  /src/external/gpl3/gcc.old/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable
  /src/external/gpl3/gdb/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable
  /src/external/gpl3/gdb.old/dist/libiberty/
safe-ctype.c 158 const unsigned short _sch_istable[256] = variable

Completed in 30 milliseconds