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

  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 104 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
106 * the branches. Note that there is an implicit OOR2 following OCH_
138 #define OCH_ OPC(15) /* begin choice fwd to OOR2 */
139 #define OOR1 OPC(16) /* | pt. 1 back to OOR1 or OCH_ */
  /external/llvm/lib/Support/
regex2.h 57 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
90 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
  /external/swiftshader/third_party/LLVM/lib/Support/
regex2.h 54 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
56 * the branches. Note that there is an implicit OOR2 following OCH_
86 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
87 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
regex2.h 57 * - OCH_ and O_CH are *outside* the multi-way branch they create, while
59 * the branches. Note that there is an implicit OOR2 following OCH_
89 #define OCH_ (15LU<<OPSHIFT) /* begin choice fwd to OOR2 */
90 #define OOR1 (16LU<<OPSHIFT) /* | pt. 1 back to OOR1 or OCH_ */

Completed in 3545 milliseconds