OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CHIN
(Results
1 - 3
of
3
) 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 */
167
#define
CHIN
(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
/external/llvm/lib/Support/
regex2.h
112
/* note that CHadd and CHsub are unsafe, and
CHIN
doesn't yield 0/1 */
115
#define
CHIN
(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
112
/* note that CHadd and CHsub are unsafe, and
CHIN
doesn't yield 0/1 */
115
#define
CHIN
(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
Completed in 25 milliseconds