/bionic/libc/upstream-netbsd/lib/libc/regex/ |
regex2.h | 113 typedef size_t sopno; typedef 187 sopno nstates; /* = number of sops */ 188 sopno firststate; /* the initial OEND (normally 0) */ 189 sopno laststate; /* the final OEND */ 202 sopno nplus; /* how deep does it nest +s? */
|
engine.c | 130 static const char *dissect(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 131 static const char *backref(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst, sopno lev); 132 static const char *fast(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 133 static const char *slow(struct match *m, const char *start, const char *stop, sopno startst, sopno stopst); 134 static states step(struct re_guts *g, sopno start, sopno stop, states bef, int ch, states aft) [all...] |
regcomp.c | 113 sopno ssize; /* malloced strip size (allocated) */ 114 sopno slen; /* malloced strip length (used) */ 118 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 119 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 144 static void repeat(struct parse *p, sopno start, int from, int to, size_t reclimit); 148 static sopno freezeset(struct parse *p, cset *cs); 162 static sopno dupl(struct parse *p, sopno start, sopno finish); 163 static void doemit(struct parse *p, sop op, sopno opnd) [all...] |
regexec.c | 230 if (g->nstates <= (sopno)(CHAR_BIT*sizeof(states1)) && !(eflags®_LARGE))
|
/external/llvm/lib/Support/ |
regex2.h | 66 typedef long sopno; typedef 138 sopno nstates; /* = number of sops */ 139 sopno firststate; /* the initial OEND (normally 0) */ 140 sopno laststate; /* the final OEND */ 153 sopno nplus; /* how deep does it nest +s? */
|
regengine.inc | 89 static const char *dissect(struct match *, const char *, const char *, sopno, 90 sopno); 91 static const char *backref(struct match *, const char *, const char *, sopno, 92 sopno, sopno, int); 93 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 95 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 69 sopno ssize; /* malloced strip size (allocated) */ 70 sopno slen; /* malloced strip length (used) */ 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 75 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 94 static void repeat(struct parse *, sopno, int, int); 107 static sopno dupl(struct parse *, sopno, sopno); 109 static void doinsert(struct parse *, sop, size_t, sopno); 110 static void dofwd(struct parse *, sopno, sop) [all...] |
/external/swiftshader/third_party/LLVM/lib/Support/ |
regex2.h | 63 typedef long sopno; typedef 135 sopno nstates; /* = number of sops */ 136 sopno firststate; /* the initial OEND (normally 0) */ 137 sopno laststate; /* the final OEND */ 150 sopno nplus; /* how deep does it nest +s? */
|
regengine.inc | 89 static const char *dissect(struct match *, const char *, const char *, sopno, 90 sopno); 91 static const char *backref(struct match *, const char *, const char *, sopno, 92 sopno, sopno, int); 93 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 95 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 61 sopno ssize; /* malloced strip size (allocated) */ 62 sopno slen; /* malloced strip length (used) */ 66 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 67 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 86 static void repeat(struct parse *, sopno, int, int); 99 static sopno dupl(struct parse *, sopno, sopno); 101 static void doinsert(struct parse *, sop, size_t, sopno); 102 static void dofwd(struct parse *, sopno, sop) [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
regex2.h | 69 typedef long sopno; typedef 141 sopno nstates; /* = number of sops */ 142 sopno firststate; /* the initial OEND (normally 0) */ 143 sopno laststate; /* the final OEND */ 156 sopno nplus; /* how deep does it nest +s? */
|
regengine.inc | 89 static const char *dissect(struct match *, const char *, const char *, sopno, 90 sopno); 91 static const char *backref(struct match *, const char *, const char *, sopno, 92 sopno, sopno, int); 93 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 95 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 196 sopno ssize; /* malloced strip size (allocated) */ 197 sopno slen; /* malloced strip length (used) */ 201 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 202 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 221 static void repeat(struct parse *, sopno, int, int); 234 static sopno dupl(struct parse *, sopno, sopno); 236 static void doinsert(struct parse *, sop, size_t, sopno); 237 static void dofwd(struct parse *, sopno, sop) [all...] |
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
regex2.h | 66 typedef long sopno; typedef 138 sopno nstates; /* = number of sops */ 139 sopno firststate; /* the initial OEND (normally 0) */ 140 sopno laststate; /* the final OEND */ 153 sopno nplus; /* how deep does it nest +s? */
|
regengine.inc | 89 static const char *dissect(struct match *, const char *, const char *, sopno, 90 sopno); 91 static const char *backref(struct match *, const char *, const char *, sopno, 92 sopno, sopno, int); 93 static const char *fast(struct match *, const char *, const char *, sopno, sopno); 94 static const char *slow(struct match *, const char *, const char *, sopno, sopno); 95 static states step(struct re_guts *, sopno, sopno, states, int, states) [all...] |
regcomp.c | 69 sopno ssize; /* malloced strip size (allocated) */ 70 sopno slen; /* malloced strip length (used) */ 74 sopno pbegin[NPAREN]; /* -> ( ([0] unused) */ 75 sopno pend[NPAREN]; /* -> ) ([0] unused) */ 94 static void repeat(struct parse *, sopno, int, int); 107 static sopno dupl(struct parse *, sopno, sopno); 109 static void doinsert(struct parse *, sop, size_t, sopno); 110 static void dofwd(struct parse *, sopno, sop) [all...] |