Home
last modified time | relevance | path

Searched refs:fullcount (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/lib/support/
Ddict.c1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local
1103 while (fullcount >= nodecount && fullcount) in dict_load_end()
1104 fullcount >>= 1; in dict_load_end()
1106 botrowcount = nodecount - fullcount; in dict_load_end()