Searched refs:ec_htab_size (Results 1 – 1 of 1) sorted by relevance
94 static SizeT ec_htab_size; /* one of the values in ec_primes */ variable137 ec_htab_size = ec_primes[ec_htab_size_idx]; in init_ExeContext_storage()139 sizeof(ExeContext*) * ec_htab_size); in init_ExeContext_storage()140 for (i = 0; i < ec_htab_size; i++) in init_ExeContext_storage()153 ec_htab_size, ec_totstored, ec_totstored / (ULong)ec_htab_size in VG_()269 ec_htab_size, new_size, ec_htab_size_idx + 1, ec_totstored); in resize_ec_htab()274 for (i = 0; i < ec_htab_size; i++) { in resize_ec_htab()288 ec_htab_size = new_size; in resize_ec_htab()344 hash = calc_hash( ips, n_ips, ec_htab_size ); in record_ExeContext_wrk2()419 if ( ((ULong)ec_totstored) > ((ULong)ec_htab_size) ) { in record_ExeContext_wrk2()[all …]