Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
H A Dhashmap.c116 #define IDX_PUT (_IDX_SWAP_BEGIN + 0) macro
957 * by the caller into swap slot IDX_PUT.
959 * IDX_PUT. Caller must rehash it next.
960 * Returns: true if it left a displaced entry to rehash next in IDX_PUT,
984 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood()
986 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood()
1001 bucket_move_entry(h, swap, IDX_PUT, idx); in hashmap_put_robin_hood()
1002 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood()
1014 * in swap slot IDX_PUT.
1028 new_entry = bucket_at_swap(swap, IDX_PUT); in hashmap_base_put_boldly()
[all...]

Completed in 3 milliseconds