HomeSort by: relevance | last modified time | path
    Searched refs:NumFree (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_msdos/
check.c 151 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
156 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
fat.c 57 boot->NumFree++;
127 boot->NumFree = boot->NumBad = 0;
492 boot->NumFree = 0;
542 boot->NumFree++;
551 boot->NumFree++;
557 boot->NumFree++;
564 boot->NumFree++;
617 boot->FSFree != boot->NumFree) {
619 boot->FSFree, boot->NumFree);
621 boot->FSFree = boot->NumFree;
    [all...]
dosfs.h 78 u_int NumFree; /* # of free clusters */
boot.c 295 boot->NumFree = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SparseMultiSet.h 132 unsigned NumFree = 0;
160 if (NumFree == 0) {
172 --NumFree;
181 ++NumFree;
336 assert(NumFree <= Dense.size() && "Out-of-bounds free entries");
337 return Dense.size() - NumFree;
345 NumFree = 0;

Completed in 19 milliseconds