Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
Dregerror.c88 int target = errcode &~ REG_ITOA; in llvm_regerror()
99 if (errcode&REG_ITOA) { in llvm_regerror()
Dregex_impl.h83 #define REG_ITOA 0400 /* convert number to name (!) */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregerror.c88 int target = errcode &~ REG_ITOA; in llvm_regerror()
99 if (errcode&REG_ITOA) { in llvm_regerror()
Dregex_impl.h83 #define REG_ITOA 0400 /* convert number to name (!) */ macro
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt716 REG_ITOA
Dnetbsd.txt867 REG_ITOA
Ddragonfly.txt821 REG_ITOA
Dfreebsd.txt1022 REG_ITOA
Dapple.txt1148 REG_ITOA
Dandroid.txt1868 REG_ITOA
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs524 pub const REG_ITOA: ::c_int = 0o0400; constant
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2339 pub const REG_ITOA: ::c_int = 0o400; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1650 pub const REG_ITOA: ::c_int = 256; constant