Searched refs:__hash_32 (Results 1 – 8 of 8) 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()
50 return __hash_32(y ^ __hash_32(x)); in fold_hash()
41 static inline u32 __attribute_const__ __hash_32(u32 x) in __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
116 hash_or[0][0] |= params.h1 = __hash_32(params.h0); in test_int_hash()
2096 return __hash_32(y ^ __hash_32(x)); in fold_hash()