HomeSort by relevance Sort by last modified time
    Searched refs:CHsub (Results 1 - 6 of 6) 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 817 CHsub(cs, (int)i);
821 CHsub(cs, '\n');
1305 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 718 CHsub(cs, i);
722 CHsub(cs, '\n');
1124 CHsub(cs, i);
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
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 682 CHsub(cs, i);
686 CHsub(cs, '\n');
1088 CHsub(cs, i);
    [all...]

Completed in 419 milliseconds