OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_nbits
(Results
1 - 3
of
3
) 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
870
nbits =
bitmap_nbits
(bitmap);
[
all
...]
Completed in 51 milliseconds