Home
last modified time | relevance | path

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

/systemd-251/src/shared/ !
Dbitmap.c24 #define BITMAP_NUM_TO_REM(n) ((n) % (sizeof(uint64_t) * 8)) macro
90 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()