| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
| H A D | MSFCommon.h | 37 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 D | MSFBuilder.h | 138 uint32_t BlockSize; variable
|
| H A D | MappedBlockStream.h | 89 const uint32_t BlockSize; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | primary32.h | 99 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 D | primary64.h | 226 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 D | release.h | 399 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { in BlockSize() function 625 uptr BlockSize; member 644 const uptr BlockSize = Context.BlockSize; in releaseFreeMemoryToOS() local
|
| H A D | common.h | 225 uptr BlockSize; member
|
| /freebsd/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
| H A D | ttdtypes.h | 44 bit32 BlockSize; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEVPTBlockPass.cpp | 137 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask() 169 unsigned BlockSize; in CreateVPTBlock() local
|
| H A D | ARMTargetTransformInfo.h | 360 inline bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/MSF/ |
| H A D | MappedBlockStream.cpp | 44 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 D | MSFBuilder.cpp | 40 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 D | cache.c | 46 static int BlockSize; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOLayoutBuilder.h | 32 static constexpr size_t BlockSize = (1 << BlockSizeShift); // 4 KiB member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64CompressJumpTables.cpp | 96 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
|
| H A D | AArch64PerfectShuffle.h | 6704 unsigned BlockSize) { in isREVMask()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | MachOLinkGraphBuilder.cpp | 522 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 D | BlockIo.h | 167 UINT32 BlockSize; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugLinesSubsection.h | 47 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCBranchSelector.cpp | 132 unsigned BlockSize = 0; in ComputeBlockSizes() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpFrame.cpp | 221 size_t BlockSize = sizeof(Block) + Desc.second->getAllocSize(); in getParamPointer() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TarWriter.cpp | 33 static const int BlockSize = 512; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | PDBFileBuilder.cpp | 48 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
|
| H A D | LinePrinter.cpp | 142 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 280 CharUnits BlockSize; variable
|