HomeSort by relevance Sort by last modified time
    Searched refs:OPLUS_ (Results 1 - 14 of 14) sorted by null

  /bionic/libc/upstream-netbsd/lib/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 494 INSERT(OPLUS_, pos);
500 INSERT(OPLUS_, pos);
701 INSERT(OPLUS_, pos);
1188 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 55 * - OPLUS_ and O_PLUS are *inside* the loop they create.
83 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */
regcomp.c 432 INSERT(OPLUS_, pos);
438 INSERT(OPLUS_, pos);
617 INSERT(OPLUS_, pos);
1032 INSERT(OPLUS_, start);
    [all...]
regengine.inc 317 case OPLUS_:
375 case OPLUS_:
608 case OPLUS_:
904 case OPLUS_: /* forward, this is just an empty */
  /external/swiftshader/third_party/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 396 INSERT(OPLUS_, pos);
402 INSERT(OPLUS_, pos);
581 INSERT(OPLUS_, pos);
996 INSERT(OPLUS_, start);
    [all...]
regengine.inc 317 case OPLUS_:
375 case OPLUS_:
608 case OPLUS_:
904 case OPLUS_: /* forward, this is just an empty */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 55 * - OPLUS_ and O_PLUS are *inside* the loop they create.
83 #define OPLUS_ (9LU<<OPSHIFT) /* + prefix fwd to suffix */
regcomp.c 432 INSERT(OPLUS_, pos);
438 INSERT(OPLUS_, pos);
617 INSERT(OPLUS_, pos);
1032 INSERT(OPLUS_, start);
    [all...]
regengine.inc 317 case OPLUS_:
375 case OPLUS_:
608 case OPLUS_:
904 case OPLUS_: /* forward, this is just an empty */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 715 OPLUS_ = uint32(OPLUS) << 16
787 case OPLUS_ | CTINT_:
819 case OPLUS_ | CTFLT_:
825 case OPLUS_ | CTCPLX_:
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 715 OPLUS_ = uint32(OPLUS) << 16
787 case OPLUS_ | CTINT_:
819 case OPLUS_ | CTFLT_:
825 case OPLUS_ | CTCPLX_:
    [all...]

Completed in 1359 milliseconds