OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_nbits
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
bitmap.h
45
size_t
bitmap_nbits
(struct bitmap *b);
bitmap.c
139
bitmap_nbits
(struct bitmap *b)
function
162
return (
bitmap_nbits
(b) + 7) / 8;
krl.c
867
nbits =
bitmap_nbits
(bitmap);
[
all
...]
/external/openssh/regress/unittests/bitmap/
tests.c
76
(int)
bitmap_nbits
(b));
Completed in 170 milliseconds