Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/hash/
DKconfig4 rsource "Kconfig.hash_func"
Dhash_map_sc.c36 uint32_t hash = map->hash_func(&entry->key, sizeof(entry->key)); in sys_hashmap_sc_insert_entry()
122 hash = map->hash_func(&key, sizeof(key)); in sys_hashmap_sc_find()
Dhash_map_oa_lp.c42 uint32_t hash = map->hash_func(&key, sizeof(key)); in sys_hashmap_oa_lp_find()
/Zephyr-Core-3.7.0/include/zephyr/sys/
Dhash_map.h55 .hash_func = (_hash_func), \
83 .hash_func = (_hash_func), \
133 sys_hash_func32_t hash_func; member