HomeSort by relevance Sort by last modified time
    Searched defs:STATESETUP (Results 1 - 3 of 3) sorted by null

  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 118 #define STATESETUP(m, n) /* nothing */
144 #undef STATESETUP
165 #define STATESETUP(m, nv) \
  /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); \
  /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); \

Completed in 153 milliseconds