Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h37 support::ulittle32_t BlockSize; member
109 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
113 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
133 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
DMSFBuilder.h135 uint32_t BlockSize; variable
DMappedBlockStream.h91 const uint32_t BlockSize; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h57 support::ulittle32_t BlockSize; member
106 static uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
110 static uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp46 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
54 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
312 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
318 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
DMSFBuilder.cpp39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 uint32_t BlockSize, in create()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorOutputStream.java62 public enum BlockSize { enum in FramedLZ4CompressorOutputStream
73 BlockSize(int size, int index) { in BlockSize() method in FramedLZ4CompressorOutputStream.BlockSize
/external/llvm/include/llvm/DebugInfo/CodeView/
DModuleSubstream.h40 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/external/llvm/lib/Target/MSP430/
DMSP430BranchSelector.cpp71 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCBranchSelector.cpp68 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430BranchSelector.cpp67 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp409 uintptr_t BlockSize = FunctionEnd - (uint8_t *)CurBlock; in endFunctionBody() local
427 uintptr_t BlockSize = result + Size - (uint8_t *)CurBlock; in allocateSpace() local
458 uintptr_t BlockSize = TableEnd - (uint8_t *)CurBlock; in endExceptionTable() local
/external/lzma/CS/7zip/
DICoder.cs99 BlockSize, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp109 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp126 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DTarWriter.cpp34 static const int BlockSize = 512; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp42 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.cpp139 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
DExplainOutputStyle.cpp233 uint64_t FileOffset, uint32_t BlockSize) { in getOffsetInStream()
/external/clang/lib/CodeGen/
DCGBlocks.h232 CharUnits BlockSize; variable
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp616 int BlockSize = CurrentRecordPos - BlockEntryPos; in ParseBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp669 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in ParseBlock() local
/external/ImageMagick/MagickCore/
Dmemory.c76 #define BlockSize 4096 macro
/external/libcxx/test/support/
Dcontrolled_allocators.hpp405 static const std::size_t BlockSize = alignof(std::max_align_t); member in MinAlignedAllocator

12