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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dcheck.c134 freebytes = (int64_t)boot.NumFree * boot.ClusterSize;
147 boot.NumFiles, freestr, boot.NumFree,
151 boot.NumFiles, freestr, boot.NumFree);
156 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree,
160 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree);
H A Ddosfs.h82 u_int NumFree; /* # of free clusters */ member in struct:bootblock
H A Dfat.c815 boot->NumFree = boot->NumBad = 0;
978 boot->NumFree++;
1132 boot->NumFree++;
1301 boot->FSFree != boot->NumFree) {
1303 boot->FSFree, boot->NumFree);
1305 boot->FSFree = boot->NumFree;
1311 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) {
H A Dboot.c333 boot->NumFree = 0;
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSparseMultiSet.h132 unsigned NumFree = 0; member in class:llvm::SparseMultiSet
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 93 milliseconds