Searched refs:__hash_32 (Results 1 – 8 of 8) sorted by relevance
58 #define __hash_32 __hash_32_generic macro71 return __hash_32(val) >> (32 - bits); in hash_32_generic()84 return hash_32((u32)val ^ __hash_32(val >> 32), bits); in hash_64_generic()
36 static inline u32 __attribute_const__ __hash_32(u32 x) in __hash_32() function
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
75 hash_or[0][0] |= h1 = __hash_32(h0); in test_int_hash()
1964 return __hash_32(y ^ __hash_32(x)); in fold_hash()