Home
last modified time | relevance | path

Searched defs:INIT (Results 1 - 25 of 27) sorted by relevance

12

/third_party/rust/crates/lazy-static.rs/src/
H A Dcore_lazy.rs15 pub const INIT: Self = Lazy(Once::INIT); consts
H A Dinline_lazy.rs23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT); consts
/third_party/rust/crates/proc-macro2/src/
H A Ddetection.rs5 static INIT: Once = Once::new(); consts
/third_party/pulseaudio/src/tests/
H A Dformat-test.c31 #define INIT(f) f = pa_format_info_new() macro
/third_party/rust/crates/rustix/src/process/
H A Did.rs107 pub const INIT: Self = Self( consts
/third_party/elfutils/lib/
H A Ddynamicsizehash.c173 #define INIT(name) _INIT (name) macro
H A Ddynamicsizehash_concurrent.c347 #define INIT(name) _INIT (name) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
97 #undef INIT macro
120 #define INIT(o, n) ((o) = (n)) macro
H A DCommandLine.cpp814 enum { INIT, UNQUOTED, QUOTED } State = INIT; in TokenizeWindowsCommandLine() enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
97 #undef INIT macro
120 #define INIT(o, n) ((o) = (n)) macro
H A DCommandLine.cpp929 enum { INIT, UNQUOTED, QUOTED } State = INIT; in TokenizeWindowsCommandLine() enumerator
/third_party/rust/crates/rust-openssl/openssl-errors/src/
H A Dlib.rs270 static INIT: $crate::export::Once = $crate::export::Once::new(); in id() consts
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Dlib.rs102 static INIT: Once = Once::new(); consts
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
/third_party/python/Lib/multiprocessing/
H A Dpool.py36 INIT = "INIT" variable
/third_party/ffmpeg/libavcodec/
H A Drasc.c40 #define INIT MKTAG('I', 'N', 'I', 'T') macro
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-shape-complex-arabic.cc122 INIT, enumerator
/third_party/libuv/src/unix/
H A Dfs.c100 #define INIT(subtype) \ macro
[all...]
/third_party/node/deps/uv/src/unix/
H A Dfs.c101 #define INIT(subtype) \ macro
[all...]
/third_party/libuv/src/win/
H A Dfs.c50 #define INIT(subtype) \ macro
[all...]
/third_party/node/deps/uv/src/win/
H A Dfs.c45 #define INIT(subtype) \ macro
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp2022 INIT, member in vkt::api::__anon27795::ClearColor64BitCase

Completed in 40 milliseconds

12