Searched refs:bytemask_from_count (Results 1 – 4 of 4) sorted by relevance
63 bytemask_from_count(left))); in __siphash_aligned()96 bytemask_from_count(left))); in __siphash_unaligned()263 bytemask_from_count(left))); in __hsiphash_aligned()296 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()
2003 x ^= a & bytemask_from_count(len); in full_name_hash()