Searched refs:ClusterSize (Results 1 – 15 of 15) sorted by relevance
| /src/sbin/fsck_msdosfs/ |
| H A D | dir.c | 433 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 D | check.c | 132 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys() 133 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
|
| H A D | dosfs.h | 77 u_int ClusterSize; /* Cluster size in bytes */ member
|
| H A D | boot.c | 328 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SwitchLoweringUtils.cpp | 223 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 D | RISCVInstrInfo.h | 178 unsigned ClusterSize,
|
| H A D | RISCVInstrInfo.cpp | 2691 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 D | AArch64InstrInfo.h | 328 unsigned ClusterSize,
|
| H A D | AArch64InstrInfo.cpp | 4314 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 D | PPCInstrInfo.h | 579 unsigned ClusterSize,
|
| H A D | PPCInstrInfo.cpp | 2891 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 D | TargetInstrInfo.h | 1565 unsigned ClusterSize, in shouldClusterMemOps() argument
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIInstrInfo.h | 250 unsigned ClusterSize,
|
| H A D | SIInstrInfo.cpp | 553 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 D | filesystems | 2416 # cluster shift; log2(cluster size / sector size) like: 0~1=ClusterSize/SectorSize
|