Searched refs:OP (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/regex/ |
D | engine.c | 312 switch (OP(m->g->strip[es])) { in dissect() 318 while (OP(m->g->strip[es]) != O_CH) in dissect() 325 switch (OP(m->g->strip[ss])) { in dissect() 422 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 427 assert(OP(m->g->strip[esub]) == OOR1); in dissect() 429 assert(OP(m->g->strip[esub]) == OOR2); in dissect() 432 if (OP(m->g->strip[esub]) == OOR2) in dissect() 435 assert(OP(m->g->strip[esub]) == O_CH); in dissect() 494 switch (OP(s = m->g->strip[ss])) { in backref() 552 assert(OP(s) == OOR2); in backref() [all …]
|
D | regcomp.c | 555 assert(OP(p->strip[p->pbegin[i]]) == OLPAREN); in p_simp_re() 556 assert(OP(p->strip[p->pend[i]]) == ORPAREN); in p_simp_re() 1365 p->strip[pos] = OP(p->strip[pos]) | value; in dofwd() 1431 switch (OP(s)) { in findmust() 1448 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1449 OP(s) != OOR2) { in findmust() 1453 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust() 1463 } while (OP(s) != OEND); in findmust() 1477 while (OP(s = *scan++) != OCHAR) in findmust() 1503 switch (OP(s)) { in pluscount() [all …]
|
D | regex2.h | 67 #define OP(n) ((n)&OPRMASK) macro
|
/bionic/libc/kernel/arch-sh/asm/ |
D | sfp-machine.h | 37 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) do { if ((_FP_FRAC_HIGH_RAW_##fs(X) & _FP_QNANBIT_##… argument
|
/bionic/libc/bionic/ |
D | md5.c | 66 #define DOIT(a,b,c,d,k,s,i,OP) \ argument 67 a = b + cshift(a + OP(b,c,d) + X[k] + (i), s)
|