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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 164 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
167 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 803 if (CHIN(cs, i) && isalpha(i)) {
815 if (CHIN(cs, i))
    [all...]
engine.c 605 if (sp == stop || !CHIN(cs, *sp++))
1018 if (!NONCHAR(ch) && CHIN(cs, ch))
  /external/llvm/lib/Support/
regex2.h 115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 713 if (CHIN(cs, i) && isalpha(i)) {
725 if (CHIN(cs, i))
1162 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1186 if (CHIN(cs, i))
1203 if (CHIN(cs, i))
    [all...]
regengine.inc 517 if (sp == stop || !CHIN(cs, *sp++))
897 if (!NONCHAR(ch) && CHIN(cs, ch))
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
115 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 677 if (CHIN(cs, i) && isalpha(i)) {
689 if (CHIN(cs, i))
1124 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1148 if (CHIN(cs, i))
1165 if (CHIN(cs, i))
    [all...]
regengine.inc 517 if (sp == stop || !CHIN(cs, *sp++))
897 if (!NONCHAR(ch) && CHIN(cs, ch))
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
118 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
regcomp.c 713 if (CHIN(cs, i) && isalpha(i)) {
725 if (CHIN(cs, i))
1162 if (!!CHIN(cs2, i) != !!CHIN(cs, i))
1186 if (CHIN(cs, i))
1203 if (CHIN(cs, i))
    [all...]
regengine.inc 517 if (sp == stop || !CHIN(cs, *sp++))
897 if (!NONCHAR(ch) && CHIN(cs, ch))

Completed in 213 milliseconds