Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h37 support::ulittle32_t BlockSize; member
132 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
136 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
156 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
H A DMSFBuilder.h138 uint32_t BlockSize; variable
H A DMappedBlockStream.h89 const uint32_t BlockSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h99 ALWAYS_INLINE bool isSmallBlock(uptr BlockSize) { in isSmallBlock()
103 ALWAYS_INLINE bool isLargeBlock(uptr BlockSize) { in isLargeBlock()
312 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
331 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
444 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
984 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
1007 const uptr BlockSize = getSizeByClassId(ClassId); in getSizeClassFragmentationInfo() local
1059 const uptr BlockSize = getSizeByClassId(ClassId); in releaseToOSMaybe() local
1122 SizeClassInfo *Sci, uptr BlockSize, uptr BytesInFreeList, in hasChanceToReleasePages()
1184 SizeClassInfo *Sci, const uptr ClassId, const uptr BlockSize, in markFreeBlocks()
H A Dprimary64.h226 ALWAYS_INLINE bool isSmallBlock(uptr BlockSize) const { in isSmallBlock()
230 ALWAYS_INLINE uptr getMinReleaseAttemptSize(uptr BlockSize) { in getMinReleaseAttemptSize()
392 const uptr BlockSize = getSizeByClassId(ClassId); in initRegion() local
428 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
445 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
1091 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
1137 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
1178 const uptr BlockSize = getSizeByClassId(ClassId); in getRegionFragmentationInfo() local
1226 const uptr BlockSize = getSizeByClassId(ClassId); in getMemoryGroupFragmentationInfoInRegion() local
1379 const uptr BlockSize = getSizeByClassId(ClassId); in releaseToOSMaybe() local
[all …]
H A Drelease.h399 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { in BlockSize() function
625 uptr BlockSize; member
644 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local
H A Dcommon.h225 uptr BlockSize; member
/freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/
H A Dttdtypes.h44 bit32 BlockSize; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEVPTBlockPass.cpp137 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
169 unsigned BlockSize; in CreateVPTBlock() local
H A DARMTargetTransformInfo.h360 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp44 MappedBlockStream(uint32_t BlockSize,const MSFStreamLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) MappedBlockStream() argument
52 createStream(uint32_t BlockSize,const MSFStreamLayout & Layout,BinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createStream() argument
310 WritableMappedBlockStream(uint32_t BlockSize,const MSFStreamLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator) WritableMappedBlockStream() argument
316 createStream(uint32_t BlockSize,const MSFStreamLayout & Layout,WritableBinaryStreamRef MsfData,BumpPtrAllocator & Allocator) createStream() argument
[all...]
H A DMSFBuilder.cpp40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
52 uint32_t BlockSize, in create()
351 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
/freebsd/sbin/dump/
H A Dcache.c46 static int BlockSize; variable
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOLayoutBuilder.h32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp96 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
H A DAArch64PerfectShuffle.h6704 unsigned BlockSize) { in isREVMask()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp522 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local
662 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() local
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DBlockIo.h167 UINT32 BlockSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h47 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp132 unsigned BlockSize = 0; in ComputeBlockSizes() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpFrame.cpp221 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTarWriter.cpp33 static const int BlockSize = 512; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp48 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
H A DLinePrinter.cpp142 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h280 CharUnits BlockSize; variable

12