Home
last modified time | relevance | path

Searched refs:REG_TRACE (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregex_impl.h89 #define REG_TRACE 00400 /* tracing of execution */ macro
Dregengine.inc119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregex_impl.h89 #define REG_TRACE 00400 /* tracing of execution */ macro
Dregengine.inc119 #define NOTE(str) { if (m->eflags&REG_TRACE) (void)printf("=%s\n", (str)); }
972 if (!(m->eflags&REG_TRACE))
993 if (!(m->eflags&REG_TRACE))
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt726 REG_TRACE
Dnetbsd.txt877 REG_TRACE
Ddragonfly.txt831 REG_TRACE
Dfreebsd.txt1032 REG_TRACE
Dapple.txt1158 REG_TRACE
Dandroid.txt1878 REG_TRACE
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs529 pub const REG_TRACE: ::c_int = 0o00400; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2344 pub const REG_TRACE: ::c_int = 0x100; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1655 pub const REG_TRACE: ::c_int = 256; constant