Searched refs:nzero_counts (Results 1 – 1 of 1) sorted by relevance
2952 uint64_t nzero_counts = 0; in print_hash_info() local2955 nzero_counts += counts[cnt] * cnt; in print_hash_info()2959 (nzero_counts * 100.0) / nsyms); in print_hash_info()2972 (double) success / (double) nzero_counts, in print_hash_info()2973 (double) nzero_counts / (double) nbucket); in print_hash_info()