Home
last modified time | relevance | path

Searched refs:NumFree (Results 1 – 5 of 5) sorted by relevance

/external/fsck_msdos/
Dfat.c143 boot->NumFree++; in checkclnum()
214 boot->NumFree = boot->NumBad = 0; in readfat()
568 boot->NumFree = 0; in writefat()
618 boot->NumFree++; in writefat()
627 boot->NumFree++; in writefat()
633 boot->NumFree++; in writefat()
636 boot->NumFree++; in writefat()
696 if (boot->FSFree != boot->NumFree) { in checklost()
698 boot->FSFree, boot->NumFree); in checklost()
700 boot->FSFree = boot->NumFree; in checklost()
[all …]
Dcheck.c188 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()
193 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
Ddosfs.h85 u_int NumFree; /* # of free clusters */ member
Dboot.c277 boot->NumFree = 0;
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h125 unsigned NumFree; variable
158 if (NumFree == 0) { in addValue()
170 --NumFree; in addValue()
179 ++NumFree; in makeTombstone()
191 : Sparse(nullptr), Universe(0), FreelistIdx(SMSNode::INVALID), NumFree(0) {} in SparseMultiSet()
332 assert(NumFree <= Dense.size() && "Out-of-bounds free entries"); in size()
333 return Dense.size() - NumFree; in size()
341 NumFree = 0; in clear()