Lines Matching refs:bitmap
29 struct bitmap { struct
35 struct bitmap * argument
38 struct bitmap *ret; in bitmap_new()
52 bitmap_free(struct bitmap *b) in bitmap_free()
63 bitmap_zero(struct bitmap *b) in bitmap_zero()
70 bitmap_test_bit(struct bitmap *b, u_int n) in bitmap_test_bit()
80 reserve(struct bitmap *b, u_int n) in reserve()
99 bitmap_set_bit(struct bitmap *b, u_int n) in bitmap_set_bit()
115 retop(struct bitmap *b) in retop()
124 bitmap_clear_bit(struct bitmap *b, u_int n) in bitmap_clear_bit()
139 bitmap_nbits(struct bitmap *b) in bitmap_nbits()
160 bitmap_nbytes(struct bitmap *b) in bitmap_nbytes()
166 bitmap_to_string(struct bitmap *b, void *p, size_t l) in bitmap_to_string()
187 bitmap_from_string(struct bitmap *b, const void *p, size_t l) in bitmap_from_string()