Searched refs:fnv_prime (Results 1 – 1 of 1) sorted by relevance
93 static const uint32_t fnv_prime = 16777619UL; // expression 2^24 + 2^8 + 0x93 (32 bits size) in hash_idx() local99 ((uint32_t)p >> 7)) * fnv_prime) % (uint32_t)CONFIG_HEAP_TRACE_HASH_MAP_SIZE; in hash_idx()