Home
last modified time | relevance | path

Searched refs:REG_LARGE (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregex_impl.h90 #define REG_LARGE 01000 /* force large representation */ macro
H A Dregexec.c158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregex_impl.h90 #define REG_LARGE 01000 /* force large representation */ macro
H A Dregexec.c158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE)) in llvm_regexec()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs530 pub const REG_LARGE: ::c_int = 0o01000; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2340 pub const REG_LARGE: ::c_int = 0x200; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1656 pub const REG_LARGE: ::c_int = 512; consts

Completed in 25 milliseconds