HomeSort by relevance Sort by last modified time
    Searched refs:CHsub (Results 1 - 10 of 10) 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 */
166 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 820 CHsub(cs, (int)i);
824 CHsub(cs, '\n');
1304 CHsub(cs, (int)i);
    [all...]
  /external/llvm/lib/Support/
regex2.h 115 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 726 CHsub(cs, i);
730 CHsub(cs, '\n');
1134 CHsub(cs, i);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 112 /* note that CHadd and CHsub are unsafe, and CHIN doesn't yield 0/1 */
114 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 690 CHsub(cs, i);
694 CHsub(cs, '\n');
1096 CHsub(cs, i);
    [all...]
  /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 */
120 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 853 CHsub(cs, i);
857 CHsub(cs, '\n');
1261 CHsub(cs, i);
    [all...]
  /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 */
117 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
regcomp.c 726 CHsub(cs, i);
730 CHsub(cs, '\n');
1134 CHsub(cs, i);
    [all...]

Completed in 94 milliseconds