OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OOR2
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
105
* OOR1 and
OOR2
are respectively the end and the beginning of one of
106
* the branches. Note that there is an implicit
OOR2
following OCH_
138
#define OCH_ OPC(15) /* begin choice fwd to
OOR2
*/
140
#define
OOR2
OPC(17) /* | pt. 2 fwd to
OOR2
or O_CH */
engine.c
512
assert(OP(m->g->strip[esub]) ==
OOR2
);
515
if (OP(m->g->strip[esub]) ==
OOR2
)
532
case
OOR2
:
651
assert(OP(s) ==
OOR2
);
724
assert(OP(m->g->strip[esub]) ==
OOR2
);
727
if (OP(m->g->strip[esub]) ==
OOR2
)
1051
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
1059
assert(OP(s) ==
OOR2
);
1063
case
OOR2
: /* propagate OCH_'s marking */
1066
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
[
all
...]
regcomp.c
379
EMIT(
OOR2
, 0); /* offset is very wrong */
509
EMIT(
OOR2
, 0); /* offset very wrong... */
1169
EMIT(
OOR2
, 0);
1181
EMIT(
OOR2
, 0); /* offset very wrong... */
[
all
...]
/external/llvm/lib/Support/
regex2.h
55
* OOR1 and
OOR2
are respectively the end and the beginning of one of
56
* the branches. Note that there is an implicit
OOR2
following OCH_
86
#define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to
OOR2
*/
88
#define
OOR2
(17LU<<OPSHIFT) /* | pt. 2 fwd to
OOR2
or O_CH */
regengine.inc
437
assert(OP(m->g->strip[esub]) ==
OOR2
);
440
if (OP(m->g->strip[esub]) ==
OOR2
)
455
case
OOR2
:
563
assert(OP(s) ==
OOR2
);
637
assert(OP(m->g->strip[esub]) ==
OOR2
);
640
if (OP(m->g->strip[esub]) ==
OOR2
)
930
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
938
assert(OP(s) ==
OOR2
);
942
case
OOR2
: /* propagate OCH_'s marking */
945
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
[
all
...]
regcomp.c
285
EMIT(
OOR2
, 0); /* offset is very wrong */
438
EMIT(
OOR2
, 0); /* offset very wrong... */
1004
EMIT(
OOR2
, 0);
1016
EMIT(
OOR2
, 0); /* offset very wrong... */
[
all
...]
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
55
* OOR1 and
OOR2
are respectively the end and the beginning of one of
56
* the branches. Note that there is an implicit
OOR2
following OCH_
86
#define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to
OOR2
*/
88
#define
OOR2
(17LU<<OPSHIFT) /* | pt. 2 fwd to
OOR2
or O_CH */
engine.c
430
assert(OP(m->g->strip[esub]) ==
OOR2
);
433
if (OP(m->g->strip[esub]) ==
OOR2
)
446
case
OOR2
:
554
assert(OP(s) ==
OOR2
);
628
assert(OP(m->g->strip[esub]) ==
OOR2
);
631
if (OP(m->g->strip[esub]) ==
OOR2
)
919
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
927
assert(OP(s) ==
OOR2
);
931
case
OOR2
: /* propagate OCH_'s marking */
934
assert(OP(g->strip[pc+OPND(s)]) ==
OOR2
);
[
all
...]
regcomp.c
277
EMIT(
OOR2
, 0); /* offset is very wrong */
402
EMIT(
OOR2
, 0); /* offset very wrong... */
968
EMIT(
OOR2
, 0);
980
EMIT(
OOR2
, 0); /* offset very wrong... */
[
all
...]
Completed in 30 milliseconds