/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 | 807 if (CHIN(cs, i) && isalpha(i)) { 819 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-7.0/llvm/lib/Support/ |
regex2.h | 118 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */ 121 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
|
regcomp.c | 840 if (CHIN(cs, i) && isalpha(i)) { 852 if (CHIN(cs, i)) 1289 if (!!CHIN(cs2, i) != !!CHIN(cs, i)) 1313 if (CHIN(cs, i)) 1330 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))
|