Home
last modified time | relevance | path

Searched refs:sopno (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregcomp.c69 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);
111 static void enlarge(struct parse *, sopno);
114 static sopno pluscount(struct parse *, struct re_guts *);
[all …]
Dregex2.h66 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? */
Dregengine.inc89 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);
110 static void at(struct match *, char *, char *, char *, sopno, sopno);
140 const sopno gf = g->firststate+1; /* +1 for OEND */
141 const sopno gl = g->laststate;
[all …]
/external/llvm/lib/Support/
Dregcomp.c69 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);
111 static void enlarge(struct parse *, sopno);
114 static sopno pluscount(struct parse *, struct re_guts *);
[all …]
Dregex2.h66 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? */
Dregengine.inc89 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);
110 static void at(struct match *, char *, char *, char *, sopno, sopno);
140 const sopno gf = g->firststate+1; /* +1 for OEND */
141 const sopno gl = g->laststate;
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
Dregcomp.c196 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);
238 static void enlarge(struct parse *, sopno);
241 static sopno pluscount(struct parse *, struct re_guts *);
[all …]
Dregex2.h69 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? */
Dregengine.inc89 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);
110 static void at(struct match *, char *, char *, char *, sopno, sopno);
140 const sopno gf = g->firststate+1; /* +1 for OEND */
141 const sopno gl = g->laststate;
[all …]