HomeSort by relevance Sort by last modified time
    Searched refs:NumFree (Results 1 - 6 of 6) 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 277 boot->NumFree = 0;
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 125 unsigned NumFree;
158 if (NumFree == 0) {
170 --NumFree;
179 ++NumFree;
191 : Sparse(nullptr), Universe(0), FreelistIdx(SMSNode::INVALID), NumFree(0) {}
332 assert(NumFree <= Dense.size() && "Out-of-bounds free entries");
333 return Dense.size() - NumFree;
341 NumFree = 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ndis.h     [all...]

Completed in 897 milliseconds