Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dhashmap.c1083 bool rehash_next; in resize_buckets() local
1195 rehash_next = hashmap_put_robin_hood(h, optimal_idx, &swap); in resize_buckets()
1199 if (rehash_next) in resize_buckets()
1201 } while (rehash_next); in resize_buckets()