Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/
Dhash_map_cxx.h73 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
85 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
Dhash_map_sc.h73 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
85 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
Dhash_map_oa_lp.h78 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
90 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
Dhash_function.h119 static inline uint32_t sys_hash32(const void *str, size_t n) in sys_hash32() function
/Zephyr-latest/tests/lib/hash_map/src/
D_main.c15 SYS_HASHMAP_DEFAULT_DEFINE_ADVANCED(custom_load_factor_map, sys_hash32, realloc,
/Zephyr-latest/lib/hash/
DKconfig.hash_func24 The default system-wide 32-bit hash function is sys_hash32().
/Zephyr-latest/tests/lib/hash_function/src/
Dmain.c40 hash = sys_hash32(&entry, sizeof(entry)); in create_histogram()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c429 uint32_t hash = sys_hash32(payload, len); in prepare_msg_for_send()