Searched refs:sys_hash32 (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map_cxx.h | 73 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \ 85 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
|
D | hash_map_sc.h | 73 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \ 85 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
|
D | hash_map_oa_lp.h | 78 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \ 90 _name, sys_hash32, SYS_HASHMAP_DEFAULT_ALLOCATOR, \
|
D | hash_function.h | 119 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.c | 15 SYS_HASHMAP_DEFAULT_DEFINE_ADVANCED(custom_load_factor_map, sys_hash32, realloc,
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_func | 24 The default system-wide 32-bit hash function is sys_hash32().
|
/Zephyr-latest/tests/lib/hash_function/src/ |
D | main.c | 40 hash = sys_hash32(&entry, sizeof(entry)); in create_histogram()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_message_handling.c | 429 uint32_t hash = sys_hash32(payload, len); in prepare_msg_for_send()
|