HomeSort by relevance Sort by last modified time
    Searched defs:O_PLUS (Results 1 - 4 of 4) sorted by null

  /bionic/libc/regex/
regex2.h 52 * - OPLUS_ and O_PLUS are *inside* the loop they create.
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
  /external/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 */
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 52 * - OPLUS_ and O_PLUS are *inside* the loop they create.
81 #define O_PLUS (10LU<<OPSHIFT) /* + suffix back to prefix */
  /external/mksh/src/
expr.c 41 O_PLUS, O_MINUS,
312 op == O_PLUS) {
321 /* op == O_PLUS is a no-op */
377 case O_PLUS:

Completed in 2411 milliseconds