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

/freebsd-10-stable/crypto/openssh/
H A Dbitmap.h45 size_t bitmap_nbits(struct bitmap *b);
H A Dbitmap.c139 bitmap_nbits(struct bitmap *b) function
162 return (bitmap_nbits(b) + 7) / 8;
H A Dssh_namespace.h60 #define bitmap_nbits Fssh_bitmap_nbits macro
H A Dkrl.c868 nbits = bitmap_nbits(bitmap);
/freebsd-10-stable/crypto/openssh/regress/unittests/bitmap/
H A Dtests.c76 (int)bitmap_nbits(b));

Completed in 108 milliseconds