/netbsd-src/sys/external/bsd/acpica/dist/compiler/ |
H A D | aslallocate.c | 115 UINT32 NewSize; in UtExpandLineBuffers() local 156 UINT32 NewSize) in UtReallocLineBuffers()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/ |
H A D | FuzzerUnittest.cpp | 93 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 D | IndexedMap.h | 68 unsigned NewSize = toIndex_(n) + 1; in grow() local
|
H A D | SmallVector.h | 160 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 D | IntervalMap.h | 343 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 D | SmallBitVector.h | 99 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { in switchToSmall()
|
H A D | BitVector.h | 454 unsigned NewSize = Size + 1; in push_back() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
H A D | FuzzerMutate.cpp | 84 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 D | FuzzerCorpus.h | 216 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 D | FuzzerLoop.cpp | 695 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 D | IntervalMap.cpp | 121 const unsigned *CurSize, unsigned NewSize[], in distribute()
|
H A D | SmallPtrSet.cpp | 94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
|
H A D | StringMap.cpp | 201 unsigned NewSize; in RehashTable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStreamBuilder.cpp | 48 size_t NewSize = TypeRecordBytes + Size; in updateTypeIndexOffsets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | MemoryLocation.h | 298 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
|
H A D | AliasSetTracker.h | 78 bool updateSizeAndAAInfo(LocationSize NewSize, const AAMDNodes &NewAAInfo) { in updateSizeAndAAInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | LoopPass.cpp | 210 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
|
H A D | TypeBasedAliasAnalysis.cpp | 773 uint64_t NewSize = InnerSize->getZExtValue(); in ShiftTBAAStruct() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Allocator.h | 287 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
|
H A D | OnDiskHashTable.h | 97 void resize(size_t NewSize) { in resize()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PaddingChecker.cpp | 300 CharUnits NewSize = NewOffset.alignTo(RL.getAlignment()); in calculateOptimalPad() local
|
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ |
H A D | misc.c | 62 IN UINTN NewSize in ReallocatePool()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 812 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 D | MachineCombiner.cpp | 445 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize, in doSubstitute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.cpp | 67 unsigned NewSize = Storage.size() - 1; in remove_min() local
|