Searched refs:nplus (Results 1 – 18 of 18) sorted by relevance
/external/libcups/vcnet/regex/ |
D | debug.c | 45 if (g->nplus > 0) 46 fprintf(d, ", nplus %ld", (long)g->nplus);
|
D | regex2.h | 127 sopno nplus; /* how deep does it nest +s? */ member
|
D | engine.c | 158 if (g->nplus > 0 && m->lastpos == NULL) 159 m->lastpos = (char **)malloc((g->nplus+1) * 161 if (g->nplus > 0 && m->lastpos == NULL) { 174 assert(g->nplus == 0 || m->lastpos != NULL); 550 assert(lev+1 <= m->g->nplus);
|
D | regcomp.c | 168 g->nplus = pluscount(p, g);
|
/external/llvm-project/llvm/lib/Support/ |
D | regex2.h | 156 sopno nplus; /* how deep does it nest +s? */ member
|
D | regengine.inc | 79 const char **lastpos; /* [nplus+1] */ 222 if (g->nplus > 0 && m->lastpos == NULL) 223 m->lastpos = (const char **)malloc((g->nplus+1) * 225 if (g->nplus > 0 && m->lastpos == NULL) { 238 assert(g->nplus == 0 || m->lastpos != NULL); 610 assert(lev+1 <= m->g->nplus);
|
D | regcomp.c | 372 g->nplus = pluscount(p, g); in llvm_regcomp()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regex2.h | 156 sopno nplus; /* how deep does it nest +s? */ member
|
D | regengine.inc | 79 const char **lastpos; /* [nplus+1] */ 222 if (g->nplus > 0 && m->lastpos == NULL) 223 m->lastpos = (const char **)malloc((g->nplus+1) * 225 if (g->nplus > 0 && m->lastpos == NULL) { 238 assert(g->nplus == 0 || m->lastpos != NULL); 610 assert(lev+1 <= m->g->nplus);
|
D | regcomp.c | 372 g->nplus = pluscount(p, g); in llvm_regcomp()
|
/external/llvm/lib/Support/ |
D | regex2.h | 153 sopno nplus; /* how deep does it nest +s? */ member
|
D | regengine.inc | 79 const char **lastpos; /* [nplus+1] */ 222 if (g->nplus > 0 && m->lastpos == NULL) 223 m->lastpos = (const char **)malloc((g->nplus+1) * 225 if (g->nplus > 0 && m->lastpos == NULL) { 238 assert(g->nplus == 0 || m->lastpos != NULL); 610 assert(lev+1 <= m->g->nplus);
|
D | regcomp.c | 244 g->nplus = pluscount(p, g); in llvm_regcomp()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regex2.h | 153 sopno nplus; /* how deep does it nest +s? */ member
|
D | regengine.inc | 79 const char **lastpos; /* [nplus+1] */ 222 if (g->nplus > 0 && m->lastpos == NULL) 223 m->lastpos = (const char **)malloc((g->nplus+1) * 225 if (g->nplus > 0 && m->lastpos == NULL) { 238 assert(g->nplus == 0 || m->lastpos != NULL); 610 assert(lev+1 <= m->g->nplus);
|
D | regcomp.c | 244 g->nplus = pluscount(p, g); in llvm_regcomp()
|
/external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
D | SpecialFunctionsImpl.h | 1020 Scalar nplus = n + one; 1033 Scalar factorial = numext::exp(lgamma_impl<Scalar>::run(nplus)); 1034 return numext::pow(-one, nplus) * factorial * zeta_impl<Scalar>::run(nplus, x);
|
/external/toybox/tests/ |
D | sh.test | 540 'one\nplus\nthen\n' '' ''
|