Home
last modified time | relevance | path

Searched refs:initialised (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-13-stable/contrib/libcxxrt/
HDguard.cc122 static constexpr GuardWord initialised = static_cast<GuardWord>(1) member
137 val.store(isInitialised ? initialised : 0, memory_order::release); in unlock()
139 GuardWord init_state = initialised; in unlock()
163 if (old == initialised) in try_lock()
176 return (val.load(memory_order::acquire) & initialised) == in is_initialised()
177 initialised; in is_initialised()
197 static constexpr uint32_t initialised = static_cast<uint32_t>(1) member in __anon62bf13000111::DoubleWordGuard
250 init_word.store(isInitialised ? initialised : 0, in unlock()
261 return (init_word.load(memory_order::acquire) & initialised) == in is_initialised()
262 initialised; in is_initialised()
/freebsd-13-stable/contrib/apr-util/misc/
HDapu_dso.c41 static apr_uint32_t initialised = 0, in_init = 1; variable
80 if (apr_atomic_inc32(&initialised)) { in apu_dso_init()
81 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apu_dso_init()
/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_crypto_openssl.c80 int initialised; member
183 if (ctx->initialised) { in crypto_block_cleanup()
185 ctx->initialised = 0; in crypto_block_cleanup()
639 if (!block->initialised) {
641 block->initialised = 1;
825 if (!block->initialised) {
827 block->initialised = 1;
/freebsd-13-stable/contrib/libfido2/regress/
HDdev.c26 static int initialised; variable
72 if (!initialised) { in dummy_read()
75 initialised = 1; in dummy_read()
114 if (!initialised) in dummy_write()
160 initialised = 0; in wiredata_clear()
/freebsd-13-stable/contrib/apr-util/dbm/
HDapr_dbm.c63 static apr_uint32_t initialised = 0, in_init = 1; variable
122 if (apr_atomic_inc32(&initialised)) { in dbm_open_type()
123 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in dbm_open_type()
/freebsd-13-stable/crypto/openssl/crypto/engine/
HDeng_dyn.c292 int initialised; in dynamic_ctrl() local
298 initialised = ((ctx->dynamic_dso == NULL) ? 0 : 1); in dynamic_ctrl()
300 if (initialised) { in dynamic_ctrl()
HDREADME91 EVP_CIPHER_CTX is actually initialised with an EVP_CIPHER method and is about to
147 functional reference to the first that successfully initialised. In the latter
154 try to initialise from the "pile" will be those that are already initialised
172 new ENGINE changes, an abstract ENGINE can be loaded and initialised, but that
173 is an algorithm-agnostic process. Even if initialised, it will not have
185 initialised state. So if RSA code asks for an ENGINE and no ENGINE has
194 initialised state, so only modification operations (not queries) will cause that
/freebsd-13-stable/contrib/apr-util/dbd/
HDapr_dbd.c37 static apr_uint32_t initialised = 0, in_init = 1; variable
95 if (apr_atomic_inc32(&initialised)) { in apr_dbd_init()
96 apr_atomic_set32(&initialised, 1); /* prevent wrap-around */ in apr_dbd_init()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509_get_serialNumber.pod21 B<ASN1_INTEGER> structure which can be examined or initialised. The value
HDBN_new.pod40 return a pointer to the B<BIGNUM> initialised to the value 0.
HDBN_copy.pod37 should not have been used for other purposes or initialised in any way.
HDENGINE_add.pod196 initialised and able to use any of its cryptographic
205 ENGINE, you have a guarantee that the ENGINE has been initialised and
206 is ready to perform cryptographic operations, and will remain initialised
255 already operational and couldn't be successfully initialised (e.g. lack of
284 functional reference to an initialised ENGINE whose implementation should be
381 OpenSSL - if there is an ENGINE that implements it and can be initialised,
416 so that it can be initialised for use. This could include the path to any
HDOPENSSL_init_ssl.pod38 initialised. Valid options for libcrypto are described on the
HDBN_generate_prime.pod142 For "new" style callbacks a BN_GENCB structure should be initialised with a
145 "Old" style callbacks are the same except they are initialised with a call
HDBIO_ADDR.pod58 BIO_ADDR has not been initialised.
HDEVP_PKEY_new.pod62 data. The B<EVP_PKEY> structure will be initialised without any private key
HDSSL_CTX_set_tlsext_servername_callback.pod49 value is initialised to SSL_AD_UNRECOGNIZED_NAME.
HDECDSA_SIG_new.pod51 OpenSSL 1.1.0 the: the B<r> and B<s> components were initialised.
HDSSL_CTX_set_tlsext_ticket_key_cb.pod41 initialised with L<EVP_CIPHER_CTX_reset(3)> and L<HMAC_CTX_reset(3)> respectively.
/freebsd-13-stable/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_core.h349 int initialised; member
403 int initialised; member
HDvchiq_arm.c1602 else if (g_state.remote->initialised != 1) in vchiq_get_state()
1604 __func__, g_state.remote->initialised); in vchiq_get_state()
1607 (g_state.remote->initialised == 1)) ? &g_state : NULL; in vchiq_get_state()
/freebsd-13-stable/contrib/apr-util/
HDCHANGES48 claiming the library is not initialised. [Graham Leggett]
/freebsd-13-stable/lib/libc/locale/
HDDESIGN.xlocale100 global storage, which is initialised with the data from the current locale.
103 Instead, each locale contains a `struct lconv` that is lazily initialised on
/freebsd-13-stable/contrib/bearssl/
HDREADME.txt44 with the environment initialised for a specific version of the C compiler,
/freebsd-13-stable/crypto/openssl/
HDREADME.ENGINE207 might be issued to an ENGINE *after* it has been initialised for use.
215 it has been initialised for use, and so the "-post" switch would be

12