Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDSparseMultiSet.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()
/NextBSD/sbin/fsck_msdosfs/
HDcheck.c157 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()
162 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
HDfat.c138 boot->NumFree++; in checkclnum()
208 boot->NumFree = boot->NumBad = 0; in readfat()
573 boot->NumFree = 0; in writefat()
623 boot->NumFree++; in writefat()
632 boot->NumFree++; in writefat()
638 boot->NumFree++; in writefat()
645 boot->NumFree++; in writefat()
698 boot->FSFree != boot->NumFree) { in checklost()
700 boot->FSFree, boot->NumFree); in checklost()
702 boot->FSFree = boot->NumFree; in checklost()
HDdosfs.h80 u_int NumFree; /* # of free clusters */ member
HDboot.c232 boot->NumFree = 0; in readboot()