OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:chsub
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/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
...]
/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
690
CHsub
(cs, i);
694
CHsub
(cs, '\n');
1096
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 200 milliseconds