Home
last modified time | relevance | path

Searched defs:BITMAP_LAST_WORD_MASK (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/tools/include/linux/
H A Dbitmap.h24 #define BITMAP_LAST_WORD_MASK(nbits) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dbitmap.h233 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c34 #define BITMAP_LAST_WORD_MASK(nbits) (~0UL >> (-(nbits) & (BITS_PER_LONG - 1))) macro