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

  /bionic/libc/upstream-netbsd/lib/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 */
  /external/llvm/lib/Support/
regex2.h 58 * OOR1 and OOR2 are respectively the end and the beginning of one of
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
91 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */
  /external/swiftshader/third_party/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 */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 58 * OOR1 and OOR2 are respectively the end and the beginning of one of
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
91 #define OOR2 (17LU<<OPSHIFT) /* | pt. 2 fwd to OOR2 or O_CH */

Completed in 98 milliseconds