Home
last modified time | relevance | path

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

/tools/lib/
Dfind_bit.c43 tmp &= BITMAP_FIRST_WORD_MASK(start); in _find_next_bit()
/tools/include/linux/
Dbitmap.h17 #define BITMAP_FIRST_WORD_MASK(start) (~0UL << ((start) & (BITS_PER_LONG - 1))) macro