Home
last modified time | relevance | path

Searched refs:ClusterSize (Results 1 – 15 of 15) sorted by relevance

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c433 physicalSize = (u_int64_t)chainsize * boot->ClusterSize; in checksize()
447 } else if (physicalSize - dir->size >= boot->ClusterSize) { in checksize()
455 (sz += boot->ClusterSize) < dir->size;) in checksize()
1109 lfbuf = malloc(boot->ClusterSize); in reconnect()
1119 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect()
1123 if (p && p < lfbuf + boot->ClusterSize) in reconnect()
1132 lfoff = (off_t)(lfcl - CLUST_FIRST) * boot->ClusterSize + in reconnect()
1136 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
1150 d.size = length * boot->ClusterSize; in reconnect()
1166 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
H A Dcheck.c132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys()
133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
H A Ddosfs.h77 u_int ClusterSize; /* Cluster size in bytes */ member
H A Dboot.c321 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp223 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
224 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h182 unsigned ClusterSize,
H A DRISCVInstrInfo.cpp3235 int64_t Offset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
3256 return ClusterSize <= 4 && std::abs(Offset1 - Offset2) < CacheLineSize; in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h689 unsigned ClusterSize,
H A DPPCInstrInfo.cpp2914 int64_t OpOffset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
2926 if (ClusterSize > 2) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h334 unsigned ClusterSize,
H A DAArch64InstrInfo.cpp4899 int64_t OpOffset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
4917 if (ClusterSize > 2) in shouldClusterMemOps()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1631 unsigned ClusterSize, in shouldClusterMemOps() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h261 unsigned ClusterSize,
H A DSIInstrInfo.cpp563 unsigned ClusterSize, in shouldClusterMemOps() argument
596 const unsigned LoadSize = NumBytes / ClusterSize; in shouldClusterMemOps()
597 const unsigned NumDWords = ((LoadSize + 3) / 4) * ClusterSize; in shouldClusterMemOps()
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems2438 # cluster shift; log2(cluster size / sector size) like: 0~1=ClusterSize/SectorSize