Home
last modified time | relevance | path

Searched defs:INIT (Results 1 – 25 of 32) sorted by relevance

12

/third_party/rust/crates/lazy-static.rs/src/
Dcore_lazy.rs15 pub const INIT: Self = Lazy(Once::INIT); constant
Dinline_lazy.rs23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT); constant
/third_party/rust/crates/proc-macro2/src/
Ddetection.rs5 static INIT: Once = Once::new(); constant
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs102 static INIT: Once = Once::new(); constant
/third_party/elfutils/lib/
Ddynamicsizehash.c173 #define INIT(name) _INIT (name) macro
176 INIT(NAME) (NAME *htab, size_t init_size) in INIT() function
Ddynamicsizehash_concurrent.c347 #define INIT(name) _INIT (name) macro
350 INIT(NAME) (NAME *htab, size_t init_size) in INIT() function
/third_party/typescript/src/linter/Common/
DArkTSTimePrinter.ts7 INIT = 'init', enumerator
/third_party/pulseaudio/src/tests/
Dformat-test.c31 #define INIT(f) f = pa_format_info_new() macro
/third_party/rust/crates/rustix/src/process/
Did.rs107 pub const INIT: Self = Self( constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
120 #define INIT(o, n) ((o) = (n)) macro
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/
Dregexec.c71 #define INIT(o, n) ((o) = (unsigned long)1 << (n)) macro
120 #define INIT(o, n) ((o) = (n)) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs270 static INIT: $crate::export::Once = $crate::export::Once::new(); constant
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc122 INIT, enumerator
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
Dieee802_1x_cp.c108 SM_STATE(CP, INIT) in SM_STATE() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
Dieee802_1x_cp.c108 SM_STATE(CP, INIT) in SM_STATE() argument
/third_party/ffmpeg/libavcodec/
Drasc.c40 #define INIT MKTAG('I', 'N', 'I', 'T') macro
/third_party/python/Lib/multiprocessing/
Dpool.py36 INIT = "INIT" variable
/third_party/python/Modules/
Dpyexpat.c428 #define RC_HANDLER(RC, NAME, PARAMS, INIT, PARAM_FORMAT, CONVERSION, \ argument
/third_party/node/deps/uv/src/unix/
Dfs.c101 #define INIT(subtype) \ macro
/third_party/libuv/src/unix/
Dfs.c100 #define INIT(subtype) \ macro

12