Searched refs:nzero_counts (Results 1 – 1 of 1) sorted by relevance
3164 uint64_t nzero_counts = 0; in print_hash_info() local3167 nzero_counts += counts[cnt] * cnt; in print_hash_info()3171 (nzero_counts * 100.0) / nsyms); in print_hash_info()3184 (double) success / (double) nzero_counts, in print_hash_info()3185 (double) nzero_counts / (double) nbucket); in print_hash_info()