Home
last modified time | relevance | path

Searched refs:OEND (Results 1 – 16 of 16) sorted by relevance

/external/libcups/vcnet/regex/
Ddebug.c116 if (OP(g->strip[0]) != OEND)
121 case OEND:
Dregex2.h49 #define OEND (1<<OPSHIFT) /* endmarker - */ macro
Dregcomp.c153 EMIT(OEND, 0);
161 EMIT(OEND, 0);
1546 } while (OP(s) != OEND);
1599 } while (OP(s) != OEND);
Dengine.c272 case OEND:
830 case OEND:
/external/llvm-project/llvm/lib/Support/
Dregex2.h78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
Dregcomp.c357 EMIT(OEND, 0); in llvm_regcomp()
365 EMIT(OEND, 0); in llvm_regcomp()
1648 } while (OP(s) != OEND); in findmust()
1698 } while (OP(s) != OEND); in pluscount()
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
/external/llvm/lib/Support/
Dregex2.h75 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
Dregcomp.c229 EMIT(OEND, 0); in llvm_regcomp()
237 EMIT(OEND, 0); in llvm_regcomp()
1520 } while (OP(s) != OEND); in findmust()
1570 } while (OP(s) != OEND); in pluscount()
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
/external/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex2.h75 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
Dregcomp.c229 EMIT(OEND, 0); in llvm_regcomp()
237 EMIT(OEND, 0); in llvm_regcomp()
1520 } while (OP(s) != OEND); in findmust()
1570 } while (OP(s) != OEND); in pluscount()
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND:
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex2.h78 #define OEND (1LU<<OPSHIFT) /* endmarker - */ macro
Dregcomp.c357 EMIT(OEND, 0); in llvm_regcomp()
365 EMIT(OEND, 0); in llvm_regcomp()
1648 } while (OP(s) != OEND); in findmust()
1698 } while (OP(s) != OEND); in pluscount()
Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
330 case OEND:
866 case OEND: