Searched refs:fullcount (Results 1 – 1 of 1) sorted by relevance
1087 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; in dict_load_end() local1093 while (fullcount >= nodecount && fullcount) in dict_load_end()1094 fullcount >>= 1; in dict_load_end()1096 botrowcount = nodecount - fullcount; in dict_load_end()