Searched refs:ClusterSize (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | SPIRVNonUniformOps.td | 240 ClusterSize must be specified. 246 ClusterSize is the size of cluster to use. ClusterSize must be a scalar 247 of integer type, whose Signedness operand is 0. ClusterSize must come 248 from a constant instruction. ClusterSize must be at least 1, and must be 249 a power of 2. If ClusterSize is greater than the declared SubGroupSize, 291 ClusterSize must be specified. 300 ClusterSize is the size of cluster to use. ClusterSize must be a scalar 301 of integer type, whose Signedness operand is 0. ClusterSize must come 302 from a constant instruction. ClusterSize must be at least 1, and must be 303 a power of 2. If ClusterSize is greater than the declared SubGroupSize, [all …]
|
/external/fsck_msdos/ |
D | dir.c | 422 physicalSize = (u_int64_t)chainsize * boot->ClusterSize; in checksize() 436 } else if (physicalSize - dir->size >= boot->ClusterSize) { in checksize() 444 (sz += boot->ClusterSize) < dir->size; len++) in checksize() 1098 lfbuf = malloc(boot->ClusterSize); in reconnect() 1108 for (; p < lfbuf + boot->ClusterSize; p += 32) in reconnect() 1112 if (p && p < lfbuf + boot->ClusterSize) in reconnect() 1121 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize in reconnect() 1125 || (size_t)read(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect() 1139 d.size = length * boot->ClusterSize; in reconnect() 1155 || (size_t)write(dosfs, lfbuf, boot->ClusterSize) != boot->ClusterSize) { in reconnect()
|
D | check.c | 134 freebytes = (int64_t)boot.NumFree * boot.ClusterSize; in checkfilesys() 135 badbytes = (int64_t)boot.NumBad * boot.ClusterSize; in checkfilesys()
|
D | dosfs.h | 78 u_int ClusterSize; /* Cluster size in bytes */ member
|
D | boot.c | 330 boot->ClusterSize = boot->bpbBytesPerSec * boot->bpbSecPerClust; in readboot()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 217 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local 218 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | SwitchLoweringUtils.cpp | 220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local 221 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 8272 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local 8273 for (uint64_t J = 0; J < ClusterSize; ++J) in buildJumpTable()
|