| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | tsd_win.h | 7 bool initialized; member 26 if (wrapper->initialized) { in tsd_cleanup_wrapper() 27 wrapper->initialized = false; in tsd_cleanup_wrapper() 29 if (wrapper->initialized) { in tsd_cleanup_wrapper() 59 wrapper->initialized = false; in tsd_wrapper_get() 90 tsd_boot_wrapper.initialized = false; in tsd_boot1() 92 wrapper->initialized = false; in tsd_boot1() 138 wrapper->initialized = true; in tsd_set()
|
| H A D | tsd_generic.h | 17 bool initialized; member 35 if (wrapper->initialized) { in tsd_cleanup_wrapper() 36 wrapper->initialized = false; in tsd_cleanup_wrapper() 38 if (wrapper->initialized) { in tsd_cleanup_wrapper() 79 wrapper->initialized = false; in tsd_wrapper_get() 107 tsd_boot_wrapper.initialized = false; in tsd_boot1() 109 wrapper->initialized = false; in tsd_boot1() 156 wrapper->initialized = true; in tsd_set()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/salsa20/ |
| H A D | randombytes_salsa20_random.c | 82 int initialized; member 92 int initialized; member 100 SODIUM_C99(.initialized =) 0, 105 SODIUM_C99(.initialized =) 0, 334 if (global.initialized == 0) { in randombytes_salsa20_random_stir() 336 global.initialized = 1; in randombytes_salsa20_random_stir() 370 stream.initialized = 1; in randombytes_salsa20_random_stir() 381 if (stream.initialized == 0) { in randombytes_salsa20_random_stir_if_needed() 387 if (stream.initialized == 0) { in randombytes_salsa20_random_stir_if_needed() 404 global.initialized = 0; in randombytes_salsa20_random_close() [all …]
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/randombytes/sysrandom/ |
| H A D | randombytes_sysrandom.c | 95 int initialized; member 101 SODIUM_C99(.initialized =) 0, 283 if (stream.initialized == 0) { in randombytes_sysrandom_stir() 285 stream.initialized = 1; in randombytes_sysrandom_stir() 292 if (stream.initialized == 0) { in randombytes_sysrandom_stir_if_needed() 306 stream.initialized = 0; in randombytes_sysrandom_close() 315 if (stream.initialized != 0) { in randombytes_sysrandom_close() 316 stream.initialized = 0; in randombytes_sysrandom_close()
|
| /f-stack/freebsd/crypto/siphash/ |
| H A D | siphash.c | 70 ctx->initialized = 1; in SipHash_InitX() 79 ctx->initialized == 1, in SipHash_SetKey() 90 ctx->initialized = 2; in SipHash_SetKey() 127 KASSERT(ctx->initialized == 2, in SipHash_Update() 174 KASSERT(ctx->initialized == 2, in SipHash_Final() 186 KASSERT(ctx->initialized == 2, in SipHash_End()
|
| H A D | siphash.h | 64 uint8_t initialized; member
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/sodium/ |
| H A D | core.c | 39 static volatile int initialized; variable 48 if (initialized != 0) { in sodium_init() 63 initialized = 1; in sodium_init()
|
| H A D | runtime.c | 11 int initialized; member 228 _cpu_features.initialized = 1; in _sodium_runtime_get_cpu_features()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | arena_reset.c | 197 bool initialized; in arena_i_initialized() local 211 sz = sizeof(initialized); in arena_i_initialized() 212 assert_d_eq(mallctlbymib(mib, miblen, (void *)&initialized, &sz, NULL, in arena_i_initialized() 215 return initialized; in arena_i_initialized()
|
| H A D | mallctl.c | 373 bool initialized; in TEST_BEGIN() local 383 sz = sizeof(initialized); in TEST_BEGIN() 384 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL, in TEST_BEGIN() 389 sz = sizeof(initialized); in TEST_BEGIN() 390 assert_d_eq(mallctlbymib(mib, miblen, &initialized, &sz, NULL, 0), 0, in TEST_BEGIN() 392 assert_true(initialized, in TEST_BEGIN() 396 sz = sizeof(initialized); in TEST_BEGIN() 399 (void *)&initialized, &sz, NULL, 0), 0, in TEST_BEGIN() 401 assert_true(initialized, in TEST_BEGIN()
|
| /f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.c | 48 queue->initialized = 1; in vchiu_queue_init() 79 if (!queue->initialized) in vchiu_queue_push()
|
| H A D | vchiq_util.h | 47 int initialized; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-pwrseq-emmc.txt | 6 fix possible issues if bootloader has left eMMC card in initialized or 11 card if the card is left in unknown or already initialized state.
|
| H A D | mmc-pwrseq-emmc.yaml | 16 fix possible issues if bootloader has left eMMC card in initialized or 21 card if the card is left in unknown or already initialized state.
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | SFMT.c | 106 int initialized; member 451 assert(ctx->initialized); in gen_rand32() 491 assert(ctx->initialized); in gen_rand64() 552 assert(ctx->initialized); in fill_array32() 588 assert(ctx->initialized); in fill_array64() 627 ctx->initialized = 1; in init_gen_rand() 709 ctx->initialized = 1; in init_by_array() 717 ctx->initialized = 0; in fini_gen_rand()
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_init.c | 395 port->initialized = 1; in opdl_add_event_handlers() 416 if (!queue->initialized) in build_all_dependencies() 474 if (!queue->initialized) in check_queues_linked() 826 queue->initialized = 1; in initialise_all_other_ports() 853 port->initialized = 1; in initialise_all_other_ports() 854 queue->initialized = 1; in initialise_all_other_ports() 905 port->initialized = 1; in initialise_queue_zero_ports()
|
| H A D | opdl_evdev.h | 135 uint8_t initialized; member 190 uint8_t initialized; member
|
| /f-stack/freebsd/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-pcf857x.txt | 39 line. When a bit is set to zero, the corresponding line will be initialized to 41 initialized the low-level output state. If the property is not specified 42 all lines will be initialized to the input state.
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 342 static boolean_t initialized = B_FALSE; in zpool_skip_pool() local 350 if (!initialized) { in zpool_skip_pool() 351 initialized = B_TRUE; in zpool_skip_pool()
|
| /f-stack/dpdk/drivers/event/sw/ |
| H A D | sw_evdev.c | 148 if (p->initialized) { in sw_port_setup() 211 p->initialized = 1; in sw_port_setup() 298 qid->initialized = 1; in qid_init() 347 if (sw->qids[queue_id].initialized) in sw_queue_setup() 362 if (!qid->initialized) in sw_init_qid_iqs() 647 if (!p->initialized) { in sw_dump() 709 if (!qid->initialized) { in sw_dump() 792 if (!sw->qids[i].initialized || in sw_start()
|
| /f-stack/tools/libutil/ |
| H A D | pw_util.c | 74 static int initialized; variable 156 initialized = 1; in pw_init() 359 if (!initialized) in pw_fini() 361 initialized = 0; in pw_fini()
|
| H A D | gr_util.c | 53 static int initialized; variable 90 initialized = 1; in gr_init() 366 if (!initialized) in gr_fini() 368 initialized = 0; in gr_fini()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/rtc/ |
| H A D | rtc-cmos.txt | 15 "Register A" and "B" are usually initialized by the firmware (BIOS for
|
| /f-stack/app/nginx-1.16.1/src/os/unix/ |
| H A D | ngx_user.c | 23 cd.initialized = 0; in ngx_libc_crypt()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 54 volatile uint32_t initialized[MAX_NB_SOCKETS]; member 308 info->initialized[j] = 1; in new_device() 343 info->initialized[j] = 0; in destroy_device() 386 if (unlikely(info->initialized[i] == 0)) in vhost_crypto_worker()
|