Home
last modified time | relevance | path

Searched refs:num_of_buckets (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/tools/protocmp/
H A Dlist.c48 list->num_of_buckets = hsize; in init_list()
49 for (i = 0; i < list->num_of_buckets; i++) in init_list()
61 for (i = 0; i < list->num_of_buckets; i++) { in examine_list()
82 for (i = 0; i < list->num_of_buckets; i++) { in print_list()
100 for (i = 0; i < list->num_of_buckets; i++) { in print_type_list()
144 for (e = list->list[hash(key->name) % list->num_of_buckets]; e; in find_elem()
185 for (e = list->list[hash(key->name) % list->num_of_buckets]; e; in find_elem_mach()
252 bucket = hash(e->name) % list->num_of_buckets; in add_elem()
H A Dlist.h133 int num_of_buckets; member
H A Dprotocmp.c426 for (i = 0; i < second_list.num_of_buckets; i++) { in check_second_vs_first()
483 for (i = 0; i < first_list.num_of_buckets; i++) { in check_first_vs_second()