Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c79 uint32_t co_hash; // dummy hash value (not collision-free) member
171 read_random(&cht_objs[i].co_hash, sizeof(cht_objs[i].co_hash)); in cht_obj_init()
172 } while (cht_objs[i].co_hash == 0); in cht_obj_init()
203 .co_hash = 1, in cht_basic_tests()
210 .co_hash = 1, in cht_basic_tests()
222 error = cuckoo_hashtable_add_with_hash(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
225 error = cuckoo_hashtable_add_with_hash(h, &co2.co_cnode, co2.co_hash); in cht_basic_tests()
230 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
234 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
238 cuckoo_hashtable_del(h, &co1.co_cnode, co1.co_hash); in cht_basic_tests()
[all …]