Searched refs:fullcount (Results 1 – 1 of 1) sorted by relevance
1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local1103 while (fullcount >= nodecount && fullcount) in dict_load_end()1104 fullcount >>= 1; in dict_load_end()1106 botrowcount = nodecount - fullcount; in dict_load_end()