Home
last modified time | relevance | path

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

12

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslallocate.c115 UINT32 NewSize; in UtExpandLineBuffers() local
156 UINT32 NewSize) in UtReallocLineBuffers()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp93 size_t NewSize = MD->CrossOver(A.data(), A.size(), B.data(), B.size(), in TEST() local
142 size_t NewSize = (*MD.*M)(T, sizeof(T), sizeof(T)); in TestEraseBytes() local
186 size_t NewSize = (*MD.*M)(T, 7, 8); in TestInsertByte() local
226 size_t NewSize = (*MD.*M)(T, 4, 8); in TestInsertRepeatedBytes() local
266 size_t NewSize = (*MD.*M)(T, 8, 9); in TestChangeByte() local
302 size_t NewSize = (*MD.*M)(T, 8, 9); in TestChangeBit() local
335 size_t NewSize = (*MD.*M)(T, 7, 7); in TestShuffleBytes() local
366 size_t NewSize = (*MD.*M)(T, 7, 7); in TestCopyPart() local
382 size_t NewSize = (*MD.*M)(T, 5, 8); in TestCopyPart() local
410 size_t NewSize = MD->Mutate_CopyPart(Data, MaxSize, MaxSize); in TEST() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DIndexedMap.h68 unsigned NewSize = toIndex_(n) + 1; in grow() local
H A DSmallVector.h160 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize()
174 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize()
217 size_t NewSize = This->size() + N; in reserveForParamAndGetAddressImpl() local
H A DIntervalMap.h343 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes()
1906 unsigned NewSize = P.leafSize() - 1; in treeErase() local
1946 unsigned NewSize = P.size(Level) - 1; in eraseNode() local
2011 unsigned NewSize[4]; in overflow() local
H A DSmallBitVector.h99 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { in switchToSmall()
H A DBitVector.h454 unsigned NewSize = Size + 1; in push_back() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerMutate.cpp84 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver() local
431 size_t NewSize = 0; in Mutate_CrossOver() local
517 size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); in MutateImpl() local
547 size_t NewSize = Mutate(T.data(), OneBits, OneBits); in MutateWithMask() local
H A DFuzzerCorpus.h216 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
241 bool IsFeatureNew(size_t Idx, uint32_t NewSize, bool Shrink) { in IsFeatureNew()
H A DFuzzerLoop.cpp695 size_t NewSize = 0; in MutateAndTestOne() local
855 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
/netbsd-src/external/apache2/llvm/dist/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.cpp201 unsigned NewSize; in RehashTable() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp48 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DMemoryLocation.h298 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
H A DAliasSetTracker.h78 bool updateSizeAndAAInfo(LocationSize NewSize, const AAMDNodes &NewAAInfo) { in updateSizeAndAAInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoopPass.cpp210 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
H A DTypeBasedAliasAnalysis.cpp773 uint64_t NewSize = InnerSize->getZExtValue(); in ShiftTBAAStruct() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAllocator.h287 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
H A DOnDiskHashTable.h97 void resize(size_t NewSize) { in resize()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp300 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dmisc.c62 IN UINTN NewSize in ReallocatePool()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DRecordLayoutBuilder.cpp812 void setSize(CharUnits NewSize) { Size = Context.toBits(NewSize); } in setSize()
813 void setSize(uint64_t NewSize) { Size = NewSize; } in setSize()
823 void setDataSize(CharUnits NewSize) { DataSize = Context.toBits(NewSize); } in setDataSize()
824 void setDataSize(uint64_t NewSize) { DataSize = NewSize; } in setDataSize()
2935 auto NewSize = Context.toCharUnitsFromBits( in layoutBitField() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineCombiner.cpp445 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize, in doSubstitute()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
H A DDifferenceEngine.cpp67 unsigned NewSize = Storage.size() - 1; in remove_min() local

12