Searched refs:ec_htab_size_idx (Results 1 – 1 of 1) sorted by relevance
95 static SizeT ec_htab_size_idx; /* 0 .. N_EC_PRIMES-1 */ variable136 ec_htab_size_idx = 0; in init_ExeContext_storage()137 ec_htab_size = ec_primes[ec_htab_size_idx]; in init_ExeContext_storage()258 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in resize_ec_htab()259 if (ec_htab_size_idx == N_EC_PRIMES-1) in resize_ec_htab()262 new_size = ec_primes[ec_htab_size_idx + 1]; in resize_ec_htab()269 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored); in resize_ec_htab()289 ec_htab_size_idx++; in resize_ec_htab()420 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in record_ExeContext_wrk2()421 if (ec_htab_size_idx < N_EC_PRIMES-1) in record_ExeContext_wrk2()