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

/freebsd-current/sbin/fsck_msdosfs/
H A Dcheck.c132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize;
145 boot.NumFiles, freestr, boot.NumFree,
149 boot.NumFiles, freestr, boot.NumFree);
154 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree,
158 boot.NumFiles, (intmax_t)freebytes / 1024, boot.NumFree);
H A Ddosfs.h81 u_int NumFree; /* # of free clusters */ member in struct:bootblock
H A Dfat.c813 boot->NumFree = boot->NumBad = 0;
976 boot->NumFree++;
1130 boot->NumFree++;
1299 boot->FSFree != boot->NumFree) {
1301 boot->FSFree, boot->NumFree);
1303 boot->FSFree = boot->NumFree;
1309 (boot->NumFree && fat_get_cl_next(fat, boot->FSNext) != CLUST_FREE))) {
H A Dboot.c331 boot->NumFree = 0;
/freebsd-current/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 108 milliseconds