Home
last modified time | relevance | path

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

/include/linux/
A Dwordpart.h52 # define aligned_byte_mask(n) ((1UL << 8*(n))-1) macro
54 # define aligned_byte_mask(n) (~0xffUL << (BITS_PER_LONG - 8 - 8*(n))) macro

Completed in 2 milliseconds