Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h36 support::ulittle32_t BlockSize; member
131 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
135 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
155 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
H A DMSFBuilder.h135 uint32_t BlockSize; variable
H A DMappedBlockStream.h88 const uint32_t BlockSize; variable
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dprimary32.h140 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
159 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
184 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock()
189 ALWAYS_INLINE static bool isLargeBlock(uptr BlockSize) { in isLargeBlock()
306 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
874 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
896 const uptr BlockSize = getSizeByClassId(ClassId); in getSizeClassFragmentationInfo() local
1006 bool hasChanceToReleasePages(SizeClassInfo *Sci, uptr BlockSize, in hasChanceToReleasePages()
1068 const uptr BlockSize, const uptr Base, in markFreeBlocks()
H A Dprimary64.h186 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
203 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
367 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
611 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock()
616 ALWAYS_INLINE static bool isLargeBlock(uptr BlockSize) { in isLargeBlock()
1072 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
1099 const uptr BlockSize = getSizeByClassId(ClassId); in getRegionFragmentationInfo() local
1229 bool hasChanceToReleasePages(RegionInfo *Region, uptr BlockSize, in hasChanceToReleasePages()
1294 collectGroupsToRelease(RegionInfo *Region, const uptr BlockSize, in collectGroupsToRelease()
1460 markFreeBlocks(RegionInfo *Region, const uptr BlockSize, in markFreeBlocks()
H A Drelease.h391 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { in BlockSize() function
611 uptr BlockSize; member
632 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local
H A Dcommon.h199 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.cpp140 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
172 unsigned BlockSize; in CreateVPTBlock() local
H A DARMTargetTransformInfo.h342 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp43 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
51 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
309 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
315 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
H A DMSFBuilder.cpp40 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
52 uint32_t BlockSize, in create()
353 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/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
H A DMachOLinkGraphBuilder.cpp531 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local
671 size_t BlockSize = I + 1 - BlockStart; in graphifyCStringSection() local
/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.cpp101 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBranchSelector.cpp136 unsigned BlockSize = 0; in ComputeBlockSizes() local
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpFrame.cpp216 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/stand/efi/include/
H A Defifs.h42 UINT32 BlockSize; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp49 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
H A DLinePrinter.cpp143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h278 CharUnits BlockSize; variable

12