Home
last modified time | relevance | path

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

123

/external/llvm-project/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h36 support::ulittle32_t BlockSize; member
108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
112 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
DMSFBuilder.h134 uint32_t BlockSize; variable
DMappedBlockStream.h88 const uint32_t BlockSize; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h36 support::ulittle32_t BlockSize; member
108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
112 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
DMSFBuilder.h134 uint32_t BlockSize; variable
DMappedBlockStream.h90 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/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddepth_to_space_tester.h74 inline DepthToSpaceTester& BlockSize(int32_t block_size) { in BlockSize() function
80 inline int32_t BlockSize() const { return block_size_; } in BlockSize() function
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dprofile_collector_test.cpp61 u32 BlockSize = 0; in ValidateBlock() local
75 u32 BlockSize = 0; in ParseBlockHeader() local
149 u32 BlockSize; in TEST() local
/external/llvm-project/llvm/lib/Target/ARM/
DMVEVPTBlockPass.cpp135 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
167 unsigned BlockSize; in CreateVPTBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp45 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
DMSFBuilder.cpp38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
50 uint32_t BlockSize, in create()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp45 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
DMSFBuilder.cpp38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
50 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/crosvm/fuse/src/
Dmount.rs22 BlockSize(u32), enumerator
/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-project/libcxx/test/libcxx/containers/sequences/deque/
Dspare_block_handling.pass.cpp46 using BlockSize = std::__deque_block_size<T, std::ptrdiff_t>; typedef
/external/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp109 unsigned BlockSize = 0; in runOnMachineFunction() local
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h45 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h45 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dsecondary.h139 const uptr BlockSize = Entries[I].BlockEnd - Entries[I].Block; in retrieve() local
342 const uptr BlockSize = H->BlockEnd - reinterpret_cast<uptr>(H); in allocate() local
Dprimary64.h160 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
417 const uptr BlockSize = getSizeByClassId(ClassId); variable

123