Home
last modified time | relevance | path

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

/kernel/liteos_a/kernel/include/
Dlos_hash.h48 #define FNV_32_PRIME ((UINT32)0x01000193) macro
62 hval *= FNV_32_PRIME; in LOS_HashFNV32aBuf()
81 hval *= FNV_32_PRIME; in LOS_HashFNV32aStr()