Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c405 physicalSize = fat[dir->head].length * boot->ClusterSize; in checksize()
419 } else if (physicalSize - dir->size >= boot->ClusterSize) { in checksize()
427 (sz += boot->ClusterSize) < dir->size; len++) in checksize()
947 lfbuf = malloc(boot->ClusterSize); in reconnect()
957 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect()
961 if (p && p < lfbuf + boot->ClusterSize) in reconnect()
969 lfoff = lfcl * boot->ClusterSize in reconnect()
972 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
986 d.size = fat[head].length * boot->ClusterSize; in reconnect()
1003 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
Dcheck.c159 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree, in checkfilesys()
160 boot.NumBad * boot.ClusterSize / 1024, boot.NumBad); in checkfilesys()
164 boot.NumFree * boot.ClusterSize / 1024, boot.NumFree); in checkfilesys()
Ddosfs.h78 u_int ClusterSize; /* Cluster size in bytes */ member
Dboot.c251 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8272 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
8273 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp9382 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
9383 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()