Searched refs:O_CH (Results 1 – 16 of 16) sorted by relevance
/external/libcups/vcnet/regex/ |
D | engine.c | 264 while (OP(m->g->strip[es]) != O_CH) 381 assert(OP(m->g->strip[esub]) == O_CH); 391 case O_CH: 507 } while (OP(s = m->g->strip[ss]) != O_CH); 574 if (OP(m->g->strip[esub]) == O_CH) 583 assert(OP(m->g->strip[esub]) == O_CH); 900 OP(s = g->strip[pc+look]) != O_CH; 908 if (OP(g->strip[pc+OPND(s)]) != O_CH) { 913 case O_CH: /* just empty */
|
D | debug.c | 210 if (OP(*(s+opnd)) != OOR2 && OP(*(s+opnd)) != O_CH) 213 case O_CH:
|
D | regex2.h | 66 #define O_CH (18<<OPSHIFT) /* end choice back to OOR1 */ macro
|
D | regcomp.c | 225 ASTERN(O_CH, prevback); 349 ASTERN(O_CH, THERETHERE()); 942 ASTERN(O_CH, THERETHERE()); 954 ASTERN(O_CH, THERETHERE()); 1531 if (OP(s) != O_QUEST && OP(s) != O_CH && 1536 } while (OP(s) != O_QUEST && OP(s) != O_CH);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regengine.inc | 322 while (OP(m->g->strip[es]) != O_CH) 443 assert(OP(m->g->strip[esub]) == O_CH); 456 case O_CH: 565 } while (OP(s = m->g->strip[ss]) != O_CH); 566 /* note that the ss++ gets us past the O_CH */ 634 if (OP(m->g->strip[esub]) == O_CH) 643 assert(OP(m->g->strip[esub]) == O_CH); 933 case OOR1: /* done a branch, find the O_CH */ 936 OP(s = g->strip[pc+look]) != O_CH; 944 if (OP(g->strip[pc+OPND(s)]) != O_CH) { [all …]
|
D | regex2.h | 95 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
D | regcomp.c | 426 ASTERN(O_CH, prevback); in p_ere() 576 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 1142 ASTERN(O_CH, THERETHERE()); in repeat() 1154 ASTERN(O_CH, THERETHERE()); in repeat() 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 322 while (OP(m->g->strip[es]) != O_CH) 443 assert(OP(m->g->strip[esub]) == O_CH); 456 case O_CH: 565 } while (OP(s = m->g->strip[ss]) != O_CH); 566 /* note that the ss++ gets us past the O_CH */ 634 if (OP(m->g->strip[esub]) == O_CH) 643 assert(OP(m->g->strip[esub]) == O_CH); 933 case OOR1: /* done a branch, find the O_CH */ 936 OP(s = g->strip[pc+look]) != O_CH; 944 if (OP(g->strip[pc+OPND(s)]) != O_CH) { [all …]
|
D | regex2.h | 92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
D | regcomp.c | 298 ASTERN(O_CH, prevback); in p_ere() 448 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 1014 ASTERN(O_CH, THERETHERE()); in repeat() 1026 ASTERN(O_CH, THERETHERE()); in repeat() 1505 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1510 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
/external/llvm/lib/Support/ |
D | regengine.inc | 322 while (OP(m->g->strip[es]) != O_CH) 443 assert(OP(m->g->strip[esub]) == O_CH); 456 case O_CH: 565 } while (OP(s = m->g->strip[ss]) != O_CH); 566 /* note that the ss++ gets us past the O_CH */ 634 if (OP(m->g->strip[esub]) == O_CH) 643 assert(OP(m->g->strip[esub]) == O_CH); 933 case OOR1: /* done a branch, find the O_CH */ 936 OP(s = g->strip[pc+look]) != O_CH; 944 if (OP(g->strip[pc+OPND(s)]) != O_CH) { [all …]
|
D | regex2.h | 92 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
D | regcomp.c | 298 ASTERN(O_CH, prevback); in p_ere() 448 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 1014 ASTERN(O_CH, THERETHERE()); in repeat() 1026 ASTERN(O_CH, THERETHERE()); in repeat() 1505 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1510 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|
/external/llvm-project/llvm/lib/Support/ |
D | regengine.inc | 322 while (OP(m->g->strip[es]) != O_CH) 443 assert(OP(m->g->strip[esub]) == O_CH); 456 case O_CH: 565 } while (OP(s = m->g->strip[ss]) != O_CH); 566 /* note that the ss++ gets us past the O_CH */ 634 if (OP(m->g->strip[esub]) == O_CH) 643 assert(OP(m->g->strip[esub]) == O_CH); 933 case OOR1: /* done a branch, find the O_CH */ 936 OP(s = g->strip[pc+look]) != O_CH; 944 if (OP(g->strip[pc+OPND(s)]) != O_CH) { [all …]
|
D | regex2.h | 95 #define O_CH (18LU<<OPSHIFT) /* end choice back to OOR1 */ macro
|
D | regcomp.c | 426 ASTERN(O_CH, prevback); in p_ere() 576 ASTERN(O_CH, THERETHERE()); in p_ere_exp() 1142 ASTERN(O_CH, THERETHERE()); in repeat() 1154 ASTERN(O_CH, THERETHERE()); in repeat() 1633 if (OP(s) != O_QUEST && OP(s) != O_CH && in findmust() 1638 } while (OP(s) != O_QUEST && OP(s) != O_CH); in findmust()
|