Searched refs:bytemask_from_count (Results 1 – 4 of 4) sorted by relevance
62 bytemask_from_count(left))); in __siphash_aligned()95 bytemask_from_count(left))); in __siphash_unaligned()262 bytemask_from_count(left))); in __hsiphash_aligned()295 bytemask_from_count(left))); in __hsiphash_unaligned()
36 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) macro39 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8)) macro
238 mask = bytemask_from_count(tcount); in dentry_string_cmp()
2122 x ^= a & bytemask_from_count(len); in full_name_hash()