Home
last modified time | relevance | path

Searched defs:NewSize (Results 1 – 25 of 48) sorted by relevance

12

/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Daslallocate.c223 UINT32 NewSize; in UtExpandLineBuffers() local
264 UINT32 NewSize) in UtReallocLineBuffers() argument
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dvector.h59 return reallocate(NewSize); in resize() argument
54 reserve(uptr NewSize) reserve() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIndexedMap.h70 unsigned NewSize = toIndex_(n) + 1; in grow() local
H A DPagedVector.h116 void resize(size_t NewSize) { in resize()
H A DSmallVector.h187 /// NewSize. in isSafeToReferenceAfterResize() argument
201 /// Check whether Elt will be invalidated by resizing the vector to NewSize. in assertSafeToReferenceAfterResize() argument
244 size_t NewSize = This->size() + N; reserveForParamAndGetAddressImpl() local
[all...]
H A DIntervalMap.h341 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes()
1952 unsigned NewSize = P.leafSize() - 1; in treeErase() local
1992 unsigned NewSize = P.size(Level) - 1; in eraseNode() local
2057 unsigned NewSize[4]; in overflow() local
H A DSmallBitVector.h100 void switchToSmall(uintptr_t NewSmallBits, size_type NewSize) { in switchToSmall()
H A DBitVector.h468 unsigned NewSize = Size + 1; in push_back() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64GlobalsTagging.cpp97 uint64_t NewSize = alignTo(SizeInBytes, kTagGranuleSize); in tagGlobalDefinition() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DPerThreadBumpPtrAllocator.h96 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DAllocator.h292 setRedZoneSize(size_t NewSize) setRedZoneSize() argument
H A DOnDiskHashTable.h96 void resize(size_t NewSize) { in resize() argument
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp98 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver() local
447 size_t NewSize = 0; in Mutate_CrossOver() local
550 size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); in MutateImpl() local
581 size_t NewSize = Mutate(T.data(), OneBits, OneBits); in MutateWithMask() local
H A DFuzzerLoop.cpp744 size_t NewSize = 0; in MutateAndTestOne() local
921 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
H A DFuzzerCorpus.h418 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DIntervalMap.cpp121 const unsigned *CurSize, unsigned NewSize[], in distribute()
H A DSmallPtrSet.cpp94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
H A DStringMap.cpp212 unsigned NewSize; RehashTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp45 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandPseudoInsts.cpp82 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
457 const unsigned NewSize = getInstSizeInBytes(MF); runOnMachineFunction() local
H A DRISCVExpandAtomicPseudoInsts.cpp88 const unsigned NewSize = getInstSizeInBytes(MF); in runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryLocation.h312 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp207 unsigned NewSize = F.getInstructionCount(); runOnFunction() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp305 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp812 setSize(CharUnits NewSize) setSize() argument
813 setSize(uint64_t NewSize) setSize() argument
823 setDataSize(CharUnits NewSize) setDataSize() argument
824 setDataSize(uint64_t NewSize) setDataSize() argument
3038 auto NewSize = Context.toCharUnitsFromBits( layoutBitField() local
[all...]

12