Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 39) 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/lzma/CS/7zip/
DICoder.cs99 BlockSize, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp109 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/scudo/standalone/
Dprimary64.h159 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
389 const uptr BlockSize = getSizeByClassId(ClassId); variable
Dprimary32.h161 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
422 const uptr BlockSize = getSizeByClassId(ClassId); variable
Dsecondary.h144 const uptr BlockSize = Entries[I].BlockEnd - Entries[I].Block; in retrieve() local
344 const uptr BlockSize = H->BlockEnd - reinterpret_cast<uptr>(H); in allocate() local
Drelease.h186 uptr RegionSize, uptr NumberOfRegions, uptr BlockSize, in releaseFreeMemoryToOS()
/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/scudo/standalone/tests/
Dquarantine_test.cpp17 static const scudo::uptr BlockSize = 8UL; variable
Drelease_test.cpp156 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleaseFreeMemoryToOS() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp42 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
/external/clang/lib/CodeGen/
DCGBlocks.h232 CharUnits BlockSize; variable
/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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp669 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in ParseBlock() local

12