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

  /external/fsck_msdos/
check.c 188 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree,
193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree);
fat.c 143 boot->NumFree++;
214 boot->NumFree = boot->NumBad = 0;
568 boot->NumFree = 0;
618 boot->NumFree++;
627 boot->NumFree++;
633 boot->NumFree++;
636 boot->NumFree++;
696 if (boot->FSFree != boot->NumFree) {
698 boot->FSFree, boot->NumFree);
700 boot->FSFree = boot->NumFree;
    [all...]
dosfs.h 85 u_int NumFree; /* # of free clusters */
boot.c 258 boot->NumFree = 0;
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 121 unsigned NumFree;
154 if (NumFree == 0) {
166 --NumFree;
175 ++NumFree;
186 : Sparse(0), Universe(0), FreelistIdx(SMSNode::INVALID), NumFree(0) { }
337 assert(NumFree <= Dense.size() && "Out-of-bounds free entries");
338 return Dense.size() - NumFree;
346 NumFree = 0;

Completed in 57 milliseconds