Home
last modified time | relevance | path

Searched defs:ClusterSize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/lzma/CPP/7zip/UI/FileManager/
H A DFSDrives.h17 UInt64 ClusterSize; member
/aosp_15_r20/external/googleapis/google/cloud/dataproc/logging/
H A Dautoscaler_log.proto27 message ClusterSize { message
/aosp_15_r20/external/fsck_msdos/
H A Ddosfs.h78 u_int ClusterSize; /* Cluster size in bytes */ member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp220 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp217 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local
/aosp_15_r20/external/lzma/CPP/7zip/Archive/
H A DNtfsHandler.cpp86 UInt32 ClusterSize() const { return (UInt32)1 << ClusterSizeLog; } in ClusterSize() function
H A DFatHandler.cpp79 UInt32 ClusterSize() const { return (UInt32)1 << ClusterSizeLog; } in ClusterSize() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DTargetInstrInfo.h1529 unsigned ClusterSize, in shouldClusterMemOps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DTargetInstrInfo.h1541 unsigned ClusterSize, in shouldClusterMemOps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DTargetInstrInfo.h1529 unsigned ClusterSize, in shouldClusterMemOps()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DTargetInstrInfo.h1529 unsigned ClusterSize, in shouldClusterMemOps()
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8272 uint64_t ClusterSize = (High - Low).getLimitedValue() + 1; in buildJumpTable() local