Home
last modified time | relevance | path

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

12

/third_party/json/test/thirdparty/Fuzzer/test/
DFuzzerUnittest.cpp73 size_t NewSize = MD.CrossOver(A.data(), A.size(), B.data(), B.size(), in TEST() local
122 size_t NewSize = (MD.*M)(T, sizeof(T), sizeof(T)); in TestEraseBytes() local
166 size_t NewSize = (MD.*M)(T, 7, 8); in TestInsertByte() local
206 size_t NewSize = (MD.*M)(T, 4, 8); in TestInsertRepeatedBytes() local
246 size_t NewSize = (MD.*M)(T, 8, 9); in TestChangeByte() local
282 size_t NewSize = (MD.*M)(T, 8, 9); in TestChangeBit() local
315 size_t NewSize = (MD.*M)(T, 7, 7); in TestShuffleBytes() local
346 size_t NewSize = (MD.*M)(T, 7, 7); in TestCopyPart() local
362 size_t NewSize = (MD.*M)(T, 5, 8); in TestCopyPart() local
400 size_t NewSize = (MD.*M)(T, 3, 7); in TestAddWordFromDictionary() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIndexedMap.h68 unsigned NewSize = toIndex_(n) + 1; in grow() local
DBitVector.h508 unsigned NewSize = Size + 1; in push_back() local
884 void grow(unsigned NewSize) { in grow()
DIntervalMap.h338 unsigned CurSize[], const unsigned NewSize[]) { in adjustSiblingSizes()
1900 unsigned NewSize = P.leafSize() - 1; in treeErase() local
1940 unsigned NewSize = P.size(Level) - 1; in eraseNode() local
2005 unsigned NewSize[4]; in overflow() local
DSmallBitVector.h99 void switchToSmall(uintptr_t NewSmallBits, size_t NewSize) { in switchToSmall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp120 const unsigned *CurSize, unsigned NewSize[], in distribute()
DSmallPtrSet.cpp94 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
DStringMap.cpp201 unsigned NewSize; in RehashTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DTpiStreamBuilder.cpp47 size_t NewSize = TypeRecordBytes + Record.size(); in addTypeRecord() local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerLoop.cpp626 size_t NewSize = Tmp.size(); in FindExtraUnits() local
721 size_t NewSize = 0; in MutateAndTestOne() local
775 size_t NewSize = MD.Mutate(CurrentUnitData, U.size(), MaxMutationLen); in MinimizeCrashLoop() local
DFuzzerMutate.cpp86 size_t NewSize = EF->LLVMFuzzerCustomCrossOver( in Mutate_CustomCrossOver() local
409 size_t NewSize = 0; in Mutate_CrossOver() local
501 size_t NewSize = (this->*(M.Fn))(Data, Size, MaxSize); in MutateImpl() local
DFuzzerCorpus.h128 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) { in AddFeature()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.h200 void setSize(intptr_t NewSize) { in setSize()
331 void setBufferSize(intptr_t NewSize) { Buffer.setSize(NewSize); } in setBufferSize()
DIceBitVector.h766 void grow(unsigned NewSize) { in grow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DSmallPtrSet.cpp118 void SmallPtrSetImplBase::Grow(unsigned NewSize) { in Grow()
DStringMap.cpp197 unsigned NewSize; in RehashTable() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h254 MemoryLocation getWithNewSize(LocationSize NewSize) const { in getWithNewSize()
DAliasSetTracker.h77 bool updateSizeAndAAInfo(LocationSize NewSize, const AAMDNodes &NewAAInfo) { in updateSizeAndAAInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp229 unsigned NewSize = F.getInstructionCount(); in runOnFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h356 void setRedZoneSize(size_t NewSize) { in setRedZoneSize()
DOnDiskHashTable.h97 void resize(size_t NewSize) { in resize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h533 void grow(unsigned NewSize) { in grow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineCombiner.cpp419 bool MachineCombiner::doSubstitute(unsigned NewSize, unsigned OldSize, in doSubstitute()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUPromoteAlloca.cpp774 uint32_t NewSize = alignTo(CurrentLocalMemUsage, Align); in handleAlloca() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp637 unsigned NewSize = 0; in rebuildWithoutConstOffset() local

12