Home
last modified time | relevance | path

Searched refs:source_count (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/library/
Dentropy.c53 ctx->source_count = 0; in mbedtls_entropy_init()
108 ctx->source_count = 0; in mbedtls_entropy_free()
124 idx = ctx->source_count; in mbedtls_entropy_add_source()
136 ctx->source_count++; in mbedtls_entropy_add_source()
237 if( ctx->source_count == 0 ) in entropy_gather_internal()
243 for( i = 0; i < ctx->source_count; i++ ) in entropy_gather_internal()
341 for( i = 0; i < ctx->source_count; i++ ) in mbedtls_entropy_func()
402 for( i = 0; i < ctx->source_count; i++ ) in mbedtls_entropy_func()
/third_party/vulkan-loader/loader/
Dadapters.h29 ULONG source_count; member
/third_party/mbedtls/include/mbedtls/
Dentropy.h130 int MBEDTLS_PRIVATE(source_count); /* Number of entries used in source. */
/third_party/mesa3d/src/imagination/rogue/
Drogue.c416 uint64_t source_count = nir_dest_num_components(intr->dest); in trans_nir_intrinsic_load_input_fs() local
433 CHECK(rogue_instr_set_operand_imm(instr, 4, source_count)); in trans_nir_intrinsic_load_input_fs()
/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_init.function68 ctx->source_count = 0;
Dtest_suite_entropy.function62 ctx->source_count = 0;