Searched refs:BITMAP_NUM_TO_REM (Results 1 – 1 of 1) sorted by relevance
24 #define BITMAP_NUM_TO_REM(n) ((n) % (sizeof(uint64_t) * 8)) macro90 bitmask = UINT64_C(1) << BITMAP_NUM_TO_REM(n); in bitmap_set()109 bitmask = UINT64_C(1) << BITMAP_NUM_TO_REM(n); in bitmap_unset()126 bitmask = UINT64_C(1) << BITMAP_NUM_TO_REM(n); in bitmap_isset()163 rem = BITMAP_NUM_TO_REM(i->idx); in bitmap_iterate()