Lines Matching defs:bitmap
23 #include "bitmap.h"
30 struct bitmap {
36 struct bitmap *
39 struct bitmap *ret;
53 bitmap_free(struct bitmap *b)
63 bitmap_zero(struct bitmap *b)
70 bitmap_test_bit(struct bitmap *b, u_int n)
80 reserve(struct bitmap *b, u_int n)
99 bitmap_set_bit(struct bitmap *b, u_int n)
115 retop(struct bitmap *b)
124 bitmap_clear_bit(struct bitmap *b, u_int n)
139 bitmap_nbits(struct bitmap *b)
160 bitmap_nbytes(struct bitmap *b)
166 bitmap_to_string(struct bitmap *b, void *p, size_t l)
187 bitmap_from_string(struct bitmap *b, const void *p, size_t l)