OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATESETUP
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Support/
regexec.c
67
#define
STATESETUP
(m, n) /* nothing */
93
#undef
STATESETUP
114
#define
STATESETUP
(m, nv) { (m)->space = malloc((nv)*(m)->g->nstates); \
regengine.inc
176
STATESETUP
(m, 4);
/ndk/sources/host-tools/ndk-stack/regex/
regexec.c
65
#define
STATESETUP
(m, n) /* nothing */
91
#undef
STATESETUP
112
#define
STATESETUP
(m, nv) { (m)->space = (char*)malloc((nv)*(m)->g->nstates); \
engine.c
172
STATESETUP
(m, 4);
/bionic/libc/upstream-netbsd/libc/regex/
regexec.c
118
#define
STATESETUP
(m, n) /* nothing */
144
#undef
STATESETUP
165
#define
STATESETUP
(m, nv) \
engine.c
230
STATESETUP
(m, 4);
Completed in 374 milliseconds