/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/ |
H A D | MSFCommon.h | 36 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 D | MSFBuilder.h | 135 uint32_t BlockSize; variable
|
H A D | MappedBlockStream.h | 88 const uint32_t BlockSize; variable
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | primary32.h | 143 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local 162 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local 187 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() 192 ALWAYS_INLINE static bool isLargeBlock(uptr BlockSize) { in isLargeBlock() 292 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local 881 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local 903 const uptr BlockSize = getSizeByClassId(ClassId); in getSizeClassFragmentationInfo() local 954 const uptr BlockSize = getSizeByClassId(ClassId); variable 1013 bool hasChanceToReleasePages(SizeClassInfo *Sci, uptr BlockSize, in hasChanceToReleasePages() 1075 const uptr BlockSize, const uptr Base, in markFreeBlocks()
|
H A D | primary64.h | 180 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local 197 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local 347 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local 596 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock() 601 ALWAYS_INLINE static bool isLargeBlock(uptr BlockSize) { in isLargeBlock() 1125 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local 1152 const uptr BlockSize = getSizeByClassId(ClassId); in getRegionFragmentationInfo() local 1199 const uptr BlockSize = getSizeByClassId(ClassId); variable 1282 bool hasChanceToReleasePages(RegionInfo *Region, uptr BlockSize, in hasChanceToReleasePages() 1347 collectGroupsToRelease(RegionInfo *Region, const uptr BlockSize, in collectGroupsToRelease() [all …]
|
H A D | release.h | 376 : BlockSize(BlockSize), NumberOfRegions(NumberOfRegions) { BlockSize() function 596 uptr BlockSize; global() member 617 const uptr BlockSize = Context.BlockSize; releaseFreeMemoryToOS() local [all...] |
H A D | common.h | 203 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 | 141 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask() 173 unsigned BlockSize; in CreateVPTBlock() local
|
H A D | ARMTargetTransformInfo.h | 343 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 | 39 MSFBuilder(uint32_t BlockSize,uint32_t MinBlockCount,bool CanGrow,BumpPtrAllocator & Allocator) MSFBuilder() argument 51 create(BumpPtrAllocator & Allocator,uint32_t BlockSize,uint32_t MinBlockCount,bool CanGrow) create() argument 348 __anon2d896c140102(uint32_t BlockSize) commit() argument [all...] |
/freebsd/sbin/dump/ |
H A D | cache.c | 46 static int BlockSize; variable
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.cpp | 109 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
|
H A D | MachOLinkGraphBuilder.cpp | 530 orc::ExecutorAddrDiff BlockSize = BlockEnd - BlockStart; graphifyRegularSymbols() local 670 size_t BlockSize = I + 1 - BlockStart; graphifyCStringSection() local [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64PerfectShuffle.h | 6703 unsigned BlockSize) { in isREVMask()
|
H A D | AArch64CompressJumpTables.cpp | 101 auto BlockSize = computeBlockSize(MBB); in scanFunction() local
|
/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/include/llvm/DebugInfo/CodeView/ |
H A D | DebugLinesSubsection.h | 46 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchSelector.cpp | 136 unsigned BlockSize = 0; in ComputeBlockSizes() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpFrame.cpp | 227 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/stand/efi/include/ |
H A D | efifs.h | 42 UINT32 BlockSize; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBFileBuilder.cpp | 48 initialize(uint32_t BlockSize) initialize() argument
|
H A D | LinePrinter.cpp | 143 static std::vector<Run> computeBlockRuns(uint32_t BlockSize, in computeBlockRuns()
|