Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dhash.h15 #define GOLDEN_RATIO_PRIME GOLDEN_RATIO_32
41 #define GOLDEN_RATIO_32 0x61C88647 macro
62 return val * GOLDEN_RATIO_32; in __hash_32_generic()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhash.h15 #define GOLDEN_RATIO_PRIME GOLDEN_RATIO_32
41 #define GOLDEN_RATIO_32 0x61C88647 macro
62 return val * GOLDEN_RATIO_32; in __hash_32_generic()
/OK3568_Linux_fs/external/mpp/osal/inc/
H A Dmpp_hash.h28 #define GOLDEN_RATIO_32 0x61C88647 macro
32 #define GOLDEN_RATIO_PRIME GOLDEN_RATIO_32
315 RK_U32 hash = val * GOLDEN_RATIO_32; in hash_32()
323 return val * GOLDEN_RATIO_32; in __hash_32()
333 return hash_32((RK_U32)val ^ ((val >> 32) * GOLDEN_RATIO_32), bits); in hash_64()
/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dhash.h49 : "%r" (GOLDEN_RATIO_32), "1" (x)); in __hash_32()