HomeSort by relevance Sort by last modified time
    Searched refs:fullcount (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/support/
dict.c 1097 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; local
1103 while (fullcount >= nodecount && fullcount)
1104 fullcount >>= 1;
1106 botrowcount = nodecount - fullcount;
    [all...]
  /external/f2fs-tools/fsck/
dict.c 1067 dictcount_t fullcount = DICTCOUNT_T_MAX, nodecount = dict->nodecount; local
1073 while (fullcount >= nodecount && fullcount)
1074 fullcount >>= 1;
1076 botrowcount = nodecount - fullcount;
    [all...]

Completed in 164 milliseconds