Searched refs:__hash_32 (Results 1 – 7 of 7) sorted by relevance
58 #define __hash_32 __hash_32_generic macro68 return __hash_32(val) >> (32 - bits); in hash_32()81 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
41 return __hash_32(y ^ __hash_32(x)); in fold_hash()
43 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() 41 static inline u32 __attribute_const__ __hash_32(u32 x) __hash_32() function
32 static inline u32 __attribute_const__ __hash_32(u32 a) in __hash_32() function
31 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
2385 return __hash_32(y ^ __hash_32(x));