Searched refs:co_hash (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/bsd/skywalk/lib/ |
| H A D | cuckoo_hashtable_test.c | 79 uint32_t co_hash; // dummy hash value (not collision-free) member 175 read_random(&cht_objs[i].co_hash, sizeof(cht_objs[i].co_hash)); in cht_obj_init() 176 } while (cht_objs[i].co_hash == 0); in cht_obj_init() 207 .co_hash = 1, in cht_basic_tests() 214 .co_hash = 1, in cht_basic_tests() 226 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests() 229 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests() 234 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests() 238 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests() 242 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests() [all …]
|