Searched refs:ck_bitmap_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_bitmap.h121 typedef struct ck_bitmap ck_bitmap_t; typedef in typeref:struct:ck_bitmap
138 * Returns the required number of bytes for a ck_bitmap_t object supporting the
315 ck_bitmap_empty(const ck_bitmap_t *bitmap, unsigned int limit)
346 ck_bitmap_full(const ck_bitmap_t *bitmap, unsigned int limit)
377 ck_bitmap_count(const ck_bitmap_t *bitmap, unsigned int limit)
404 ck_bitmap_count_intersect(const ck_bitmap_t *x, const ck_bitmap_t *y,

Completed in 30 milliseconds