Searched refs:num_hashes (Results 1 – 3 of 3) sorted by relevance
135 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_write_trailer() local136 for (int i = 0; i < num_hashes; i++) { in hash_write_trailer()158 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_free() local159 for (int i = 0; i < num_hashes; i++) { in hash_free()
331 stats->num_hashes = 0; in hashstats_init()362 ++stats->num_hashes; in hashstats_add()376 (long unsigned)stats->num_hashes * sizeof( struct hash ) / 1024, in hashstats_print()
73 int num_hashes; member