OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHsub
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/upstream-netbsd/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
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
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 60 milliseconds