Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c93 static const uint32_t fnv_prime = 16777619UL; // expression 2^24 + 2^8 + 0x93 (32 bits size) in hash_idx() local
99 ((uint32_t)p >> 7)) * fnv_prime) % (uint32_t)CONFIG_HEAP_TRACE_HASH_MAP_SIZE; in hash_idx()