Searched refs:bytemask_from_count (Results 1 – 4 of 4) sorted by relevance
69 bytemask_from_count(left))); in __siphash_aligned()102 bytemask_from_count(left))); in __siphash_unaligned()269 bytemask_from_count(left))); in __hsiphash_aligned()302 bytemask_from_count(left))); in __hsiphash_unaligned()
35 #define bytemask_from_count(cnt) (~(~0ul << (cnt)*8)) macro38 #define bytemask_from_count(cnt) (~(~0ul >> (cnt)*8)) macro
213 mask = bytemask_from_count(tcount); in dentry_string_cmp()
2099 x ^= a & bytemask_from_count(len); in full_name_hash()
Completed in 22 milliseconds