OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPLUS_
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/upstream-netbsd/libc/regex/
regex2.h
102
* -
OPLUS_
and O_PLUS are *inside* the loop they create.
132
#define
OPLUS_
OPC(9) /* + prefix fwd to suffix */
regcomp.c
495
INSERT(
OPLUS_
, pos);
501
INSERT(
OPLUS_
, pos);
702
INSERT(
OPLUS_
, pos);
1189
INSERT(
OPLUS_
, start);
[
all
...]
engine.c
386
case
OPLUS_
:
448
case
OPLUS_
:
696
case
OPLUS_
:
1025
case
OPLUS_
: /* forward, this is just an empty */
/external/llvm/lib/Support/
regex2.h
52
* -
OPLUS_
and O_PLUS are *inside* the loop they create.
80
#define
OPLUS_
(9LU<<OPSHIFT) /* + prefix fwd to suffix */
regcomp.c
424
INSERT(
OPLUS_
, pos);
430
INSERT(
OPLUS_
, pos);
609
INSERT(
OPLUS_
, pos);
1024
INSERT(
OPLUS_
, start);
[
all
...]
regengine.inc
317
case
OPLUS_
:
375
case
OPLUS_
:
608
case
OPLUS_
:
904
case
OPLUS_
: /* forward, this is just an empty */
/ndk/sources/host-tools/ndk-stack/regex/
regex2.h
52
* -
OPLUS_
and O_PLUS are *inside* the loop they create.
80
#define
OPLUS_
(9LU<<OPSHIFT) /* + prefix fwd to suffix */
regcomp.c
388
INSERT(
OPLUS_
, pos);
394
INSERT(
OPLUS_
, pos);
573
INSERT(
OPLUS_
, pos);
988
INSERT(
OPLUS_
, start);
[
all
...]
engine.c
312
case
OPLUS_
:
370
case
OPLUS_
:
599
case
OPLUS_
:
893
case
OPLUS_
: /* forward, this is just an empty */
Completed in 906 milliseconds