OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fullcount
(Results
1 - 1
of
1
) sorted by null
/external/e2fsprogs/e2fsck/
dict.c
1087
dictcount_t
fullcount
= DICTCOUNT_T_MAX, nodecount = dict->nodecount;
local
1093
while (
fullcount
>= nodecount &&
fullcount
)
1094
fullcount
>>= 1;
1096
botrowcount = nodecount -
fullcount
;
[
all
...]
Completed in 11 milliseconds