PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
bitmap_find_first_set.c File Reference
#include <sys/bitmap.h>
Include dependency graph for bitmap_find_first_set.c:

Go to the source code of this file.

Functions

uint64_t bitmap_find_first_set (bitmap_t *map, uint64_t startIdx, uint64_t endIdx)
 Find the first set bit in the bitmap.