Searched refs:ec_htab_size_idx (Results 1 – 1 of 1) sorted by relevance
96 static SizeT ec_htab_size_idx; /* 0 .. N_EC_PRIMES-1 */ variable137 ec_htab_size_idx = 0; in init_ExeContext_storage()138 ec_htab_size = ec_primes[ec_htab_size_idx]; in init_ExeContext_storage()259 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in resize_ec_htab()260 if (ec_htab_size_idx == N_EC_PRIMES-1) in resize_ec_htab()263 new_size = ec_primes[ec_htab_size_idx + 1]; in resize_ec_htab()270 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored); in resize_ec_htab()290 ec_htab_size_idx++; in resize_ec_htab()418 vg_assert(ec_htab_size_idx >= 0 && ec_htab_size_idx < N_EC_PRIMES); in record_ExeContext_wrk2()419 if (ec_htab_size_idx < N_EC_PRIMES-1) in record_ExeContext_wrk2()