Home
last modified time | relevance | path

Searched refs:is_init (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlsagent.c111 static gsize is_init = 0; in _gst_dtls_init_openssl() local
113 if (g_once_init_enter (&is_init)) { in _gst_dtls_init_openssl()
142 g_once_init_leave (&is_init, 1); in _gst_dtls_init_openssl()
/third_party/boost/boost/math/special_functions/
Dzeta.hpp891 static BOOST_MATH_THREAD_LOCAL bool is_init = false; in zeta_imp_odd_integer() local
898 is_init = false; in zeta_imp_odd_integer()
900 if(!is_init) in zeta_imp_odd_integer()
902 is_init = true; in zeta_imp_odd_integer()
/third_party/uboot/u-boot-2020.01/include/
Dufs.h829 uint8_t is_init; member
/third_party/uboot/u-boot-2020.01/drivers/ufs/
Dufs_hisi.c3311 if (dwc_host->is_init) in ufs_init()
3359 dwc_host->is_init = 1; in ufs_init()
3394 dwc_host->is_init = 0; in ufs_reinit()