Searched defs:hash_table_sizes (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c55 * start with a size of hash_table_sizes[0], and increase as needed.
57 size_t hash_table_sizes[] = { 67, 131, 257, 521, 1031, 2053, 4099, 0 }; variable
244 size_t initial_size = hash_table_sizes[0];
272 if ((new_size = hash_table_sizes[htbl->htbl_size_index + 1]) == 0)

Completed in 94 milliseconds