Lines Matching full:fullcount
1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount;1103 while (fullcount >= nodecount && fullcount)1104 fullcount >>= 1;1106 botrowcount = nodecount - fullcount;