HomeSort by relevance Sort by last modified time
    Searched refs:O_PLUS (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.
133 #define O_PLUS OPC(10) /* + suffix back to prefix */
regcomp.c 495 ASTERN(O_PLUS, pos);
501 ASTERN(O_PLUS, pos);
702 ASTERN(O_PLUS, pos);
1189 ASTERN(O_PLUS, start);
    [all...]
engine.c 529 case O_PLUS:
702 case O_PLUS:
1028 case O_PLUS: /* both forward and back */
  /external/llvm/lib/Support/
regex2.h 55 * - OPLUS_ and O_PLUS are *inside* the loop they create.
84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
regcomp.c 433 ASTERN(O_PLUS, pos);
439 ASTERN(O_PLUS, pos);
618 ASTERN(O_PLUS, pos);
1033 ASTERN(O_PLUS, start);
    [all...]
regengine.inc 452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
  /external/mksh/src/
exprtok.h 93 FN("+", 1, P_ADD, O_PLUS)
expr.c 272 case O_PLUS:
285 case O_PLUS:
453 case O_PLUS:
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 52 * - OPLUS_ and O_PLUS are *inside* the loop they create.
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
regcomp.c 397 ASTERN(O_PLUS, pos);
403 ASTERN(O_PLUS, pos);
582 ASTERN(O_PLUS, pos);
997 ASTERN(O_PLUS, start);
    [all...]
regengine.inc 452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 55 * - OPLUS_ and O_PLUS are *inside* the loop they create.
84 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
regcomp.c 433 ASTERN(O_PLUS, pos);
439 ASTERN(O_PLUS, pos);
618 ASTERN(O_PLUS, pos);
1033 ASTERN(O_PLUS, start);
    [all...]
regengine.inc 452 case O_PLUS:
614 case O_PLUS:
907 case O_PLUS: /* both forward and back */

Completed in 479 milliseconds