Searched refs:entropy_count (Results 1 – 1 of 1) sorted by relevance
23 uint32_t entropy_count = entropy_size / sizeof(entropy_sample_t); variable24 entropy_sample_t *entropy = calloc(entropy_count, sizeof(entropy_sample_t));33 for (uint32_t i = 0; i < entropy_count; i += 1) {