Home
last modified time | relevance | path

Searched refs:idx_lowest_entry (Results 1 - 1 of 1) sorted by relevance

/third_party/eudev/src/shared/
H A Dhashmap.c180 unsigned idx_lowest_entry; /* Index below which all buckets are free. member
666 i->idx = skip_free_buckets(h, h->indirect.idx_lowest_entry); in hashmap_iterate_in_internal_order()
667 h->indirect.idx_lowest_entry = i->idx; in hashmap_iterate_in_internal_order()
980 if (h->has_indirect && h->indirect.idx_lowest_entry > idx) in hashmap_put_robin_hood()
981 h->indirect.idx_lowest_entry = idx; in hashmap_put_robin_hood()
1130 h->indirect.idx_lowest_entry = 0; in resize_buckets()

Completed in 3 milliseconds