Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Djfs_user.h120 extern __u32 __hash_32(__u32 val);
163 _INLINE_ __u32 __hash_32(__u32 val) in __hash_32() function
171 return __hash_32(val) >> (32 - bits); in hash_32()
181 return hash_32((__u32)val ^ __hash_32(val >> 32), bits); in hash_64()