Searched refs:nzero_counts (Results 1 – 1 of 1) sorted by relevance
3281 uint64_t nzero_counts = 0; in print_hash_info() local3284 nzero_counts += counts[cnt] * cnt; in print_hash_info()3288 (nzero_counts * 100.0) / nsyms); in print_hash_info()3301 (double) success / (double) nzero_counts, in print_hash_info()3302 (double) nzero_counts / (double) nbucket); in print_hash_info()