Searched refs:GOLDEN_RATIO_32 (Results 1 – 1 of 1) sorted by relevance
9 #define GOLDEN_RATIO_32 0x9e3779b9 macro14 return (val * GOLDEN_RATIO_32) >> (32 - bits); in hash_32()