Searched refs:grow (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.c31 void grow(int);
35 grow(int frame) function
51 grow(++frame);
57 grow(1);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h42 IntEqClasses(unsigned N = 0) { grow(N); }
44 /// grow - Increase capacity to hold 0 .. N-1, putting new integers in unique
47 void grow(unsigned N);
49 /// clear - Clear all classes so that grow() will assign a unique class to
H A DIndexedMap.h14 /// map. A member function grow() is provided that given the value of
34 // can grow very large and SmallVector grows more efficiently as long as T
69 void grow(IndexT n) { function in class:llvm::IndexedMap
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_replicas_001_pos.ksh34 . $STF_SUITE/tests/functional/grow/grow.cfg
H A Dgrow_pool_001_pos.ksh33 . $STF_SUITE/tests/functional/grow/grow.cfg
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h38 void grow(size_t N) { function in class:OutputBuffer
108 grow(Size);
116 grow(1);
124 grow(Size);
164 grow(N);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/ve/
H A Dgrow_stack_align.S22 lea %s62, 0x13b # syscall # of grow
H A Dgrow_stack.S22 lea %s62, 0x13b # syscall # of grow
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h175 grow(C);
192 grow(C, size() + Cnt);
199 grow(C, N);
207 /// grow - double the size of the allocated memory, guaranteeing space for at
209 void grow(BumpVectorContext &C, size_type MinSize = 1);
234 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { function in class:clang::BumpVector
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h169 grow(C);
175 grow(C, N);
192 this->grow(C, this->size()+NumInputs);
205 this->grow(C, this->size()+NumInputs);
235 this->grow(C);
347 this->grow(C, N);
354 /// grow - double the size of the allocated memory, guaranteeing space for at
356 void grow(const ASTContext &C, size_type MinSize = 1);
380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { function in class:clang::ASTVector
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h63 grow(Requested);
139 void grow(size_t NewCapacity);
H A DTypeLocBuilder.cpp67 void TypeLocBuilder::grow(size_t NewCapacity) { function in class:TypeLocBuilder
95 // If we need to grow, grow by a factor of 2.
101 grow(NewCapacity);
/freebsd-current/contrib/libevent/
H A Devport.c49 * Helper functions are used: grow() grows the file descriptor array as
122 static int grow(struct evport_data *, int min_events);
153 if (grow(evpd, INITIAL_EVENTS_PER_GETN) < 0) {
167 grow(struct evport_data *data, int min_events) function
364 grow(epdp, epdp->ed_maxevents * 2);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DIntEqClasses.cpp25 void IntEqClasses::grow(unsigned N) { function in class:IntEqClasses
26 assert(NumClasses == 0 && "grow() called after compress().");
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devport.c49 * Helper functions are used: grow() grows the file descriptor array as
122 static int grow(struct evport_data *, int min_events);
153 if (grow(evpd, INITIAL_EVENTS_PER_GETN) < 0) {
167 grow(struct evport_data *data, int min_events) function
364 grow(epdp, epdp->ed_maxevents * 2);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h95 void grow();
141 grow();
H A DFunctionLoweringInfo.h255 LiveOutRegInfo.grow(Reg);
278 LiveOutRegInfo.grow(Reg);
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp44 EC.grow(2 * MF->getNumBlockIDs());
H A DRegisterUsageInfo.cpp45 RegMasks.grow(M.size());
H A DRegAllocGreedy.h91 Info.grow(Reg.id());
102 Info.grow(Reg.id());
109 Info.grow(Reg.id());
133 Info.grow(Reg.id());
/freebsd-current/lib/libc/string/
H A Dstrstr.c150 size_t grow = l | 63; local
151 const unsigned char *z2 = memchr(z, 0, grow);
157 z += grow;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h43 grow(NumBuckets);
278 /// accommodate \p NumEntries without need to grow().
392 void grow(unsigned AtLeast) { static_cast<DerivedT *>(this)->grow(AtLeast); } function in class:__sanitizer::DenseMapBase
420 // grow the table.
430 this->grow(NumBuckets * 2);
435 this->grow(NumBuckets);
583 /// this number of elements can be inserted in the map without grow()
644 void grow(unsigned AtLeast) { function in class:__sanitizer::DenseMap
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_raid5.c348 int i, psdno, sdno, type, grow; local
368 grow = 1;
371 grow = 0;
379 &sdno, &psdno, grow);
442 if (grow && s->flags & GV_SD_GROW)
481 if (grow && s->flags & GV_SD_GROW)
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.cpp36 void *InterpStack::grow(size_t Size) { function in class:InterpStack
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h167 grow(requestedThreads);
184 void grow(int requested);
216 /// Maximum number of threads to potentially grow this pool to.

Completed in 301 milliseconds

123