Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/include/linux/
A Dhash.h19 #define GOLDEN_RATIO_PRIME GOLDEN_RATIO_64
42 #define GOLDEN_RATIO_64 0x61C8864680B583EBull macro
78 return val * GOLDEN_RATIO_64 >> (64 - bits); in hash_64_generic()
/linux-6.3-rc2/include/linux/
A Dhash.h19 #define GOLDEN_RATIO_PRIME GOLDEN_RATIO_64
42 #define GOLDEN_RATIO_64 0x61C8864680B583EBull macro
78 return val * GOLDEN_RATIO_64 >> (64 - bits); in hash_64_generic()
/linux-6.3-rc2/fs/
A Dnamei.c2071 y ^= x * GOLDEN_RATIO_64; in fold_hash()
2072 y *= GOLDEN_RATIO_64; in fold_hash()

Completed in 12 milliseconds