Searched refs:IDX_TMP (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.c | 117 #define IDX_TMP (_IDX_SWAP_BEGIN + 1) macro 978 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 986 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood() 1000 bucket_move_entry(h, swap, idx, IDX_TMP); in hashmap_put_robin_hood() 1002 bucket_move_entry(h, swap, IDX_TMP, IDX_PUT); in hashmap_put_robin_hood()
|