Searched refs:bytemask_from_count (Results 1 – 4 of 4) sorted by relevance
68 bytemask_from_count(left))); in __siphash_aligned()101 bytemask_from_count(left))); in __siphash_unaligned()268 bytemask_from_count(left))); in __hsiphash_aligned()301 bytemask_from_count(left))); in __hsiphash_unaligned()
34 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) macro37 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8)) macro
211 mask = bytemask_from_count(tcount); in dentry_string_cmp()
1990 x ^= a & bytemask_from_count(len); in full_name_hash()