Searched refs:counts_hash (Results 1 – 2 of 2) sorted by relevance
180 static hash_table<counts_entry> *counts_hash; variable221 counts_hash = new hash_table<counts_entry> (10); in read_counts_file()276 slot = counts_hash->find_slot (&elt, INSERT); in read_counts_file()297 delete counts_hash; in read_counts_file() local298 counts_hash = NULL; in read_counts_file()305 delete counts_hash; in read_counts_file() local306 counts_hash = NULL; in read_counts_file()334 delete counts_hash; in read_counts_file() local335 counts_hash = NULL; in read_counts_file()353 if (!counts_hash) in get_coverage_counts()[all …]
108 static htab_t counts_hash = NULL; variable209 counts_hash = htab_create (10, in read_counts_file()260 (counts_hash, &elt, INSERT); in read_counts_file()280 htab_delete (counts_hash); in read_counts_file()287 htab_delete (counts_hash); in read_counts_file()313 htab_delete (counts_hash); in read_counts_file()331 if (!counts_hash) in get_coverage_counts()345 entry = (counts_entry_t *) htab_find (counts_hash, &elt); in get_coverage_counts()