Home
last modified time | relevance | path

Searched refs:INIT (Results 1 – 25 of 121) sorted by relevance

12345

/third_party/openssl/crypto/
Dinit.c59 OSSL_TRACE(INIT, "ossl_init_base: setting up stop handlers\n"); in DEFINE_RUN_ONCE_STATIC()
80 OSSL_TRACE(INIT, "ossl_init_base failed!\n"); in DEFINE_RUN_ONCE_STATIC()
130 OSSL_TRACE(INIT, "ossl_init_load_crypto_nodelete()\n"); in DEFINE_RUN_ONCE_STATIC()
144 OSSL_TRACE1(INIT, in DEFINE_RUN_ONCE_STATIC()
168 OSSL_TRACE1(INIT, "obtained DSO reference? %s\n", in DEFINE_RUN_ONCE_STATIC()
189 OSSL_TRACE(INIT, "ossl_err_load_crypto_strings()\n"); in DEFINE_RUN_ONCE_STATIC()
210 OSSL_TRACE(INIT, "openssl_add_all_ciphers_int()\n"); in DEFINE_RUN_ONCE_STATIC()
231 OSSL_TRACE(INIT, "openssl_add_all_digests()\n"); in DEFINE_RUN_ONCE_STATIC()
263 OSSL_TRACE(INIT, "ossl_no_config_int()\n"); in DEFINE_RUN_ONCE_STATIC_ALT()
273 OSSL_TRACE(INIT, "async_init()\n"); in DEFINE_RUN_ONCE_STATIC()
[all …]
/third_party/cups-filters/filter/braille/drivers/index/
Dindex.sh.in83 INIT=
85 INIT+=,FO0
90 INIT+=,MC$NB
93 INIT+=,MI$MULTIPLEIMPACT
101 None,False,False,False) INIT+=,DP1 ;; # Single Sided
102 DuplexNoTumble,False,False,False) INIT+=,DP2 ;; # Double Sided
104 DuplexNoTumble,True,False,False) INIT+=,DP3 ;; # Double Sided z-folding
105 None,True,False,False) INIT+=,DP5 ;; # Single Sided z-folding
107 DuplexNoTumble,False,True,False) INIT+=,DP4 ;; # Double Sided Saddle Stitch
108 None,False,True,False) INIT+=,DP8 ;; # Single Sided Saddle Stitch
[all …]
Dindexv3.sh.in33 INIT=$'\033'D
36 INIT+=TM0,BI0
39 #INIT+=,BP
42 INIT+="$(commonOptions)"
48 INIT+=,PW$(mmToIndexIn $PAGEWIDTH),PL$(mmToIndexIn $PAGEHEIGHT)
51 INIT+=,PW$(($PAGEWIDTH / 100)),PL$(($PAGEHEIGHT / 100))
57 250) INIT+=,LS0 ;;
58 375) INIT+=,LS1 ;;
59 450) INIT+=,LS2 ;;
60 475) INIT+=,LS3 ;;
[all …]
Dindexv4.sh.in30 INIT=$'\033'D
33 INIT+=TM0,BI0
36 INIT+="$(commonOptions)"
40 INIT+=,CH$PRINTABLETEXTWIDTH,LP$PRINTABLETEXTHEIGHT
43 500) INIT+=,LS50 ;;
44 1000) INIT+=,LS100 ;;
59 6) INIT+=,BT0 ;;
61 8) INIT+=,BT6 ;;
66 INIT+=,BT$TABLE
70 INIT+=";"
[all …]
/third_party/libuv/src/unix/
Dfs.c101 #define INIT(subtype) \ macro
1809 INIT(ACCESS); in uv_fs_access()
1821 INIT(CHMOD); in uv_fs_chmod()
1834 INIT(CHOWN); in uv_fs_chown()
1843 INIT(CLOSE); in uv_fs_close()
1854 INIT(FCHMOD); in uv_fs_fchmod()
1867 INIT(FCHOWN); in uv_fs_fchown()
1881 INIT(LCHOWN); in uv_fs_lchown()
1890 INIT(FDATASYNC); in uv_fs_fdatasync()
1897 INIT(FSTAT); in uv_fs_fstat()
[all …]
/third_party/openssl/ssl/
Dssl_init.c29 OSSL_TRACE(INIT, "ossl_init_ssl_base: " in DEFINE_RUN_ONCE_STATIC()
38 OSSL_TRACE(INIT,"ossl_init_ssl_base: SSL_add_ssl_module()\n"); in DEFINE_RUN_ONCE_STATIC()
57 OSSL_TRACE(INIT, "ossl_init_load_ssl_strings: ossl_err_load_SSL_strings()\n"); in DEFINE_RUN_ONCE_STATIC()
79 OSSL_TRACE(INIT, "ssl_library_stop: " in ssl_library_stop()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
27 case INIT: in eap_vendor_test_state_txt()
58 data->state = INIT; in eap_vendor_test_init()
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3); in eap_vendor_test_buildReq()
118 if (data->state == INIT) { in eap_vendor_test_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Deap_server_vendor_test.c20 enum { INIT, CONFIRM, SUCCESS, FAILURE } state; enumerator
27 case INIT: in eap_vendor_test_state_txt()
58 data->state = INIT; in eap_vendor_test_init()
85 wpabuf_put_u8(req, data->state == INIT ? 1 : 3); in eap_vendor_test_buildReq()
118 if (data->state == INIT) { in eap_vendor_test_process()
/third_party/rust/crates/syn/examples/trace-var/
DREADME.md49 let VAR = INIT;
52 let VAR = { let VAR = INIT; println!("VAR = {:?}", VAR); VAR };
57 VAR = INIT
60 { VAR = INIT; println!("VAR = {:?}", VAR); }
/third_party/rust/crates/lazy-static.rs/src/
Dcore_lazy.rs15 pub const INIT: Self = Lazy(Once::INIT); constant
29 static $NAME: $crate::lazy::Lazy<$T> = $crate::lazy::Lazy::INIT;
Dinline_lazy.rs23 pub const INIT: Self = Lazy(Cell::new(None), ONCE_INIT); constant
55 static $NAME: $crate::lazy::Lazy<$T> = $crate::lazy::Lazy::INIT;
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
40 data->state = INIT; in eap_vendor_test_init()
82 if (data->state == INIT && *pos != 1) { in eap_vendor_test_process()
125 if (data->state == INIT) { in eap_vendor_test_process()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; enumerator
40 data->state = INIT; in eap_vendor_test_init()
82 if (data->state == INIT && *pos != 1) { in eap_vendor_test_process()
125 if (data->state == INIT) { in eap_vendor_test_process()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
Dlib.rs105 static INIT: Once = Once::new(); variable
124 INIT.call_once(|| unsafe { in init()
178 INIT.call_once(|| unsafe { in init()
208 INIT.call_once(|| {}); in assume_init()
/third_party/libuv/src/win/
Dfs.c45 #define INIT(subtype) \ macro
2893 INIT(UV_FS_OPEN); in uv_fs_open()
2907 INIT(UV_FS_CLOSE); in uv_fs_close()
2920 INIT(UV_FS_READ); in uv_fs_read()
2953 INIT(UV_FS_WRITE); in uv_fs_write()
2983 INIT(UV_FS_UNLINK); in uv_fs_unlink()
2998 INIT(UV_FS_MKDIR); in uv_fs_mkdir()
3016 INIT(UV_FS_MKDTEMP); in uv_fs_mkdtemp()
3033 INIT(UV_FS_MKSTEMP); in uv_fs_mkstemp()
3047 INIT(UV_FS_RMDIR); in uv_fs_rmdir()
[all …]
/third_party/pulseaudio/src/tests/
Dformat-test.c31 #define INIT(f) f = pa_format_info_new() macro
33 #define REINIT(f) { DEINIT(f); INIT(f); }
42 INIT(f1); INIT(f2); in START_TEST()
/third_party/ltp/testcases/commands/logrotate/
Dlogrotate_tests.sh101 chk_ifexists INIT tst_resm || return $RC
102 chk_ifexists INIT logrotate || return $RC
103 chk_ifexists INIT awk || return $RC
104 chk_ifexists INIT file || return $RC
/third_party/mesa3d/src/virtio/vulkan/
Dvn_instance.c82 if (VN_DEBUG(INIT)) in vn_instance_init_renderer_versions()
88 if (VN_DEBUG(INIT)) { in vn_instance_init_renderer_versions()
96 if (VN_DEBUG(INIT)) { in vn_instance_init_renderer_versions()
131 if (VN_DEBUG(INIT)) in vn_instance_init_ring()
184 if (VN_DEBUG(INIT)) in vn_instance_init_experimental_features()
222 if (VN_DEBUG(INIT)) { in vn_instance_init_experimental_features()
248 if (VN_DEBUG(INIT)) { in vn_instance_init_renderer()
259 if (VN_DEBUG(INIT)) { in vn_instance_init_renderer()
282 if (VN_DEBUG(INIT)) { in vn_instance_init_renderer()
/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
97 #undef INIT
120 #define INIT(o, n) ((o) = (n)) macro
/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
97 #undef INIT
120 #define INIT(o, n) ((o) = (n)) macro
/third_party/rust/crates/proc-macro2/src/
Ddetection.rs5 static INIT: Once = Once::new(); variable
14 INIT.call_once(initialize); in inside_proc_macro()
/third_party/rust/crates/tracing/tracing-core/src/spin/
Donce.rs42 pub const INIT: Self = Once { constant
49 Self::INIT in new()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc122 INIT, enumerator
148 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc119 INIT, enumerator
145 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },
/third_party/harfbuzz/src/
Dhb-ot-shape-complex-arabic.cc122 INIT, enumerator
148 { {NONE,NONE,0}, {NONE,ISOL,2}, {INIT,FINA,1}, {INIT,FINA,3}, {INIT,FINA,4}, {INIT,FINA,6}, },

12345