Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/lib/
H A Dcuckoo_hashtable_test.c78 int64_t co_key; // unique key member
98 if (co->co_key < key1) { in cht_obj_cmp__()
100 } else if (co->co_key > key1) { in cht_obj_cmp__()
169 cht_objs[i].co_key = i; in cht_obj_init()
202 .co_key = -1, in cht_basic_tests()
209 .co_key = -2, 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()
240 node = cuckoo_hashtable_find_with_hash(h, &co1.co_key, co1.co_hash); in cht_basic_tests()
243 node = cuckoo_hashtable_find_with_hash(h, &co2.co_key, co2.co_hash); in cht_basic_tests()
[all …]