HomeSort by relevance Sort by last modified time
    Searched refs:CHsub (Results 1 - 8 of 8) 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 816 CHsub(cs, (int)i);
820 CHsub(cs, '\n');
1300 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-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 1733 milliseconds