Home
last modified time | relevance | path

Searched refs:grow (Results 1 – 25 of 100) sorted by relevance

1234

/NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
HDtst.bigstack.c36 grow(int frame) in grow() function
52 grow(++frame); in grow1()
58 grow(1); in main()
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSmallVector.h219 void grow(size_t MinSize = 0);
224 this->grow(); in push_back()
231 this->grow(); in push_back()
244 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
326 void grow(size_t MinSize = 0) {
332 this->grow(); in push_back()
382 this->grow(N); in resize()
395 this->grow(N); in resize()
403 this->grow(N); in reserve()
420 this->grow(this->size()+NumInputs); in append()
[all …]
HDIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
HDDenseMap.h88 grow(Size); in resize()
391 void grow(unsigned AtLeast) { in grow() function
392 static_cast<DerivedT *>(this)->grow(AtLeast); in grow()
441 this->grow(NumBuckets * 2); in InsertIntoBucketImpl()
446 this->grow(NumBuckets); in InsertIntoBucketImpl()
621 void grow(unsigned AtLeast) { in grow() function
847 void grow(unsigned AtLeast) { in grow() function
HDIndexedMap.h68 void grow(IndexT n) { in grow() function
HDBitVector.h195 grow(N);
214 grow(N); in reserve()
531 void grow(unsigned NewSize) { in grow() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/Support/
HDBumpVector.h156 grow(C); in push_back()
173 grow(C, size() + Cnt); in insert()
180 grow(C, N); in reserve()
190 void grow(BumpVectorContext &C, size_type MinSize = 1);
215 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTVector.h164 grow(C); in push_back()
170 grow(C, N); in reserve()
188 this->grow(C, this->size()+NumInputs); in append()
202 this->grow(C, this->size()+NumInputs); in append()
232 this->grow(C); in insert()
344 this->grow(C, N); in resize()
353 void grow(const ASTContext &C, size_type MinSize = 1);
376 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
/NextBSD/contrib/ntp/sntp/libevent/
HDevport.c122 static int grow(struct evport_data *, int min_events);
153 if (grow(evpd, INITIAL_EVENTS_PER_GETN) < 0) { in evport_init()
167 grow(struct evport_data *data, int min_events) in grow() function
364 grow(epdp, epdp->ed_maxevents * 2); in evport_dispatch()
/NextBSD/sys/geom/vinum/
HDgeom_vinum_raid5.c346 int i, psdno, sdno, type, grow; in gv_raid5_request() local
368 grow = 1; in gv_raid5_request()
371 grow = 0; in gv_raid5_request()
379 &sdno, &psdno, grow); in gv_raid5_request()
442 if (grow && s->flags & GV_SD_GROW) in gv_raid5_request()
481 if (grow && s->flags & GV_SD_GROW) in gv_raid5_request()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTypeLocBuilder.h62 grow(Requested); in reserve()
133 void grow(size_t NewCapacity);
HDTypeLocBuilder.cpp45 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
79 grow(NewCapacity); in pushImpl()
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDVirtRegMap.h88 void grow();
126 grow(); in clearAllVirt()
HDFunctionLoweringInfo.h200 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
223 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
/NextBSD/crypto/heimdal/kdc/
HDconnect.c591 size_t grow; in grow_descr() local
593 grow = max(1024, d->len + n); in grow_descr()
594 if (d->size + grow > max_request_tcp) { in grow_descr()
596 (unsigned long)d->size + grow); in grow_descr()
600 tmp = realloc (d->buf, d->size + grow); in grow_descr()
603 (unsigned long)d->size + grow); in grow_descr()
607 d->size += grow; in grow_descr()
/NextBSD/usr.bin/bc/
HDbc.y79 static void grow(void);
767 grow(void)
788 grow(); in cs()
798 grow(); in as()
815 grow(); in node()
820 grow(); in node()
/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/Orc/
HDIndirectionUtils.h186 grow(Context); in getAvailableTrampolineAddr()
194 void grow(LLVMContext &Context) { in grow() function
/NextBSD/contrib/llvm/lib/Support/
HDIntEqClasses.cpp25 void IntEqClasses::grow(unsigned N) { in grow() function in IntEqClasses
/NextBSD/contrib/llvm/lib/CodeGen/
HDEdgeBundles.cpp42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
HDMachineRegisterInfo.cpp100 VRegInfo.grow(Reg); in createVirtualRegister()
102 RegAllocHints.grow(Reg); in createVirtualRegister()
HDVirtRegMap.cpp66 grow(); in runOnMachineFunction()
70 void VirtRegMap::grow() { in grow() function in VirtRegMap
/NextBSD/contrib/groff/contrib/mm/examples/
HDNCOL173 grow
/NextBSD/crypto/openssh/
HDREADME.hpn24 This is the default state. The HPN buffer size will grow to a maximum of
43 The buffer will grow up to the maximum size specified here.
/NextBSD/contrib/binutils/ld/emultempl/
HDelf-generic.em69 /* After that we only allow the size to grow. */
/NextBSD/tools/tools/nanobsd/embedded/
HDREADME18 Image size is minimal, we grow the last partition on first boot to

1234