Home
last modified time | relevance | path

Searched refs:init (Results 1 – 25 of 31) sorted by relevance

12

/third_party/ulib/musl/src/thread/
A Dcall_once.c16 static void once_full(once_flag* control, void (*init)(void)) { in once_full()
20 init(); in once_full()
36 void call_once(once_flag* control, void (*init)(void)) { in call_once()
43 once_full(control, init); in call_once()
/third_party/uapp/dash/src/
A Dmksyntax.c97 static void init(void);
163 init(); in main()
175 init(); in main()
186 init(); in main()
193 init(); in main()
236 init(void) in init() function
A Dinit.h37 void init(void);
A Dmkinit.c104 char init[] = "\ variable
117 {"INIT", "init", init},
A Dinit.c152 init() { in init() function
A Dmain.c147 init(); in main()
A DTOUR27 mkinit *.c init.c
52 the init.c file.
55 available in the init.c file, for example:
63 Preprocessor #define statements are copied to init.c without any
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dtsd_types.h108 a_name##tsd_get(bool init); \
218 a_name##tsd_get(bool init) \
269 a_name##tsd_get(bool init) \
326 a_name##tsd_wrapper_get(bool init) \
333 if (init && unlikely(wrapper == NULL)) { \
397 a_name##tsd_get(bool init) \
402 wrapper = a_name##tsd_wrapper_get(init); \
457 a_name##tsd_wrapper_get(bool init) \
462 if (init && unlikely(wrapper == NULL)) { \
530 a_name##tsd_get(bool init) \
[all …]
A Dtsd_inlines.h7 tsd_t *tsd_fetch_impl(bool init);
28 tsd_fetch_impl(bool init) in tsd_fetch_impl() argument
30 tsd_t *tsd = tsd_get(init); in tsd_fetch_impl()
32 if (!init && tsd_get_allocates() && tsd == NULL) in tsd_fetch_impl()
/third_party/ulib/musl/pthread/
A Dpthread_once.c11 int pthread_once(pthread_once_t* control, void (*init)(void)) { in pthread_once()
12 call_once(control, init); in pthread_once()
/third_party/ulib/uboringssl/crypto/fipsmodule/digest/
A Ddigests.c94 out->init = md4_init; in DEFINE_METHOD_FUNCTION()
118 out->init = md5_init; in DEFINE_METHOD_FUNCTION()
142 out->init = sha1_init; in DEFINE_METHOD_FUNCTION()
166 out->init = sha224_init; in DEFINE_METHOD_FUNCTION()
190 out->init = sha256_init; in DEFINE_METHOD_FUNCTION()
214 out->init = sha384_init; in DEFINE_METHOD_FUNCTION()
238 out->init = sha512_init; in DEFINE_METHOD_FUNCTION()
273 out->init = md5_sha1_init; in DEFINE_METHOD_FUNCTION()
A Dinternal.h79 void (*init)(EVP_MD_CTX *ctx); member
A Ddigest.c191 ctx->digest->init(ctx); in EVP_DigestInit_ex()
/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
A De_aes.c585 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
598 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
610 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
623 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
653 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
666 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
678 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
691 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
721 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
734 out->init = aes_init_key; in DEFINE_LOCAL_DATA()
[all …]
A Daead.c61 if (!aead->init) { in EVP_AEAD_CTX_init()
83 if (aead->init) { in EVP_AEAD_CTX_init_with_direction()
84 ok = aead->init(ctx, key, key_len, tag_len); in EVP_AEAD_CTX_init_with_direction()
A Dinternal.h86 int (*init)(EVP_AEAD_CTX *, const uint8_t *key, size_t key_len, member
/third_party/ulib/uboringssl/include/openssl/
A Dbase.h497 template <typename T, typename CleanupRet, void (*init)(T *),
501 StackAllocated() { init(&ctx_); } in StackAllocated()
504 StackAllocated(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
505 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete;
515 init(&ctx_); in Reset()
A Dcipher.h554 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, member
/third_party/ulib/cryptolib/include/lib/crypto/
A Dcryptolib.h55 void (* const init)(struct clHASH_CTX*); member
70 #define clHASH_init(ctx) (ctx)->f->init(ctx)
/third_party/ulib/uboringssl/crypto/
A Dthread_pthread.c88 void CRYPTO_once(CRYPTO_once_t *once, void (*init)(void)) { in CRYPTO_once()
89 if (pthread_once(once, init) != 0) { in CRYPTO_once()
/third_party/ulib/jemalloc/test/include/test/
A Dmq.h38 a_prefix##init(a_mq_type *mq) { \
/third_party/lib/jitterentropy/
A DCHANGES.md8 * threshold for init-time stuck test configurable with JENT_STUCK_INIT_THRES
/third_party/uapp/dash/
A Drules.mk26 $(LOCAL_DIR)/src/init.c \
/third_party/lib/acpica/generate/unix/
A DMakefile.config209 -Woverride-init\
/third_party/ulib/ngunwind/
A Drules.mk41 $(LOCAL_DIR)/src/mi/init.c \

Completed in 35 milliseconds

12