| /third_party/ulib/musl/src/thread/ |
| A D | call_once.c | 16 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 D | mksyntax.c | 97 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 D | init.h | 37 void init(void);
|
| A D | mkinit.c | 104 char init[] = "\ variable 117 {"INIT", "init", init},
|
| A D | init.c | 152 init() { in init() function
|
| A D | main.c | 147 init(); in main()
|
| A D | TOUR | 27 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 D | tsd_types.h | 108 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 D | tsd_inlines.h | 7 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 D | pthread_once.c | 11 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 D | digests.c | 94 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 D | internal.h | 79 void (*init)(EVP_MD_CTX *ctx); member
|
| A D | digest.c | 191 ctx->digest->init(ctx); in EVP_DigestInit_ex()
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/cipher/ |
| A D | e_aes.c | 585 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 D | aead.c | 61 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 D | internal.h | 86 int (*init)(EVP_AEAD_CTX *, const uint8_t *key, size_t key_len, member
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | base.h | 497 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 D | cipher.h | 554 int (*init)(EVP_CIPHER_CTX *ctx, const uint8_t *key, const uint8_t *iv, member
|
| /third_party/ulib/cryptolib/include/lib/crypto/ |
| A D | cryptolib.h | 55 void (* const init)(struct clHASH_CTX*); member 70 #define clHASH_init(ctx) (ctx)->f->init(ctx)
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | thread_pthread.c | 88 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 D | mq.h | 38 a_prefix##init(a_mq_type *mq) { \
|
| /third_party/lib/jitterentropy/ |
| A D | CHANGES.md | 8 * threshold for init-time stuck test configurable with JENT_STUCK_INIT_THRES
|
| /third_party/uapp/dash/ |
| A D | rules.mk | 26 $(LOCAL_DIR)/src/init.c \
|
| /third_party/lib/acpica/generate/unix/ |
| A D | Makefile.config | 209 -Woverride-init\
|
| /third_party/ulib/ngunwind/ |
| A D | rules.mk | 41 $(LOCAL_DIR)/src/mi/init.c \
|