Home
last modified time | relevance | path

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

/src/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; len++) 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 = (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.c328 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
/src/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()
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.h178 unsigned ClusterSize,
H A DRISCVInstrInfo.cpp2691 int64_t Offset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
2712 return ClusterSize <= 4 && std::abs(Offset1 - Offset2) < CacheLineSize; in shouldClusterMemOps()
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h328 unsigned ClusterSize,
H A DAArch64InstrInfo.cpp4314 int64_t OpOffset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
4332 if (ClusterSize > 2) in shouldClusterMemOps()
/src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h579 unsigned ClusterSize,
H A DPPCInstrInfo.cpp2891 int64_t OpOffset2, bool OffsetIsScalable2, unsigned ClusterSize, in shouldClusterMemOps() argument
2903 if (ClusterSize > 2) in shouldClusterMemOps()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1565 unsigned ClusterSize, in shouldClusterMemOps() argument
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h250 unsigned ClusterSize,
H A DSIInstrInfo.cpp553 unsigned ClusterSize, in shouldClusterMemOps() argument
579 const unsigned LoadSize = NumBytes / ClusterSize; in shouldClusterMemOps()
580 const unsigned NumDWORDs = ((LoadSize + 3) / 4) * ClusterSize; in shouldClusterMemOps()
/src/contrib/file/magic/Magdir/
H A Dfilesystems2416 # cluster shift; log2(cluster size / sector size) like: 0~1=ClusterSize/SectorSize