Home
last modified time | relevance | path

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

1234

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.bigstack.c31 void grow(int);
35 grow(int frame) in grow() function
51 grow(++frame); in grow1()
57 grow(1); in main()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DUtility.h38 void grow(size_t N) { in grow() function
108 grow(Size);
116 grow(1);
124 grow(Size); in prepend()
164 grow(N); in insert()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h169 grow(C); in push_back()
175 grow(C, N); in reserve()
192 this->grow(C, this->size()+NumInputs); in append()
205 this->grow(C, this->size()+NumInputs); in append()
235 this->grow(C); in insert()
347 this->grow(C, N); in resize()
356 void grow(const ASTContext &C, size_type MinSize = 1);
380 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h175 grow(C); in push_back()
192 grow(C, size() + Cnt); in insert()
199 grow(C, N); in reserve()
209 void grow(BumpVectorContext &C, size_type MinSize = 1);
234 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DIntEqClasses.h42 IntEqClasses(unsigned N = 0) { grow(N); }
47 void grow(unsigned N);
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/grow/
H A Dgrow_pool_001_pos.ksh33 . $STF_SUITE/tests/functional/grow/grow.cfg
H A Dgrow_replicas_001_pos.ksh34 . $STF_SUITE/tests/functional/grow/grow.cfg
/freebsd/contrib/ntp/sntp/libevent/
H A Devport.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()
/freebsd/contrib/libevent/
H A Devport.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()
/freebsd/lib/libc/string/
H A Dstrstr.c150 size_t grow = l | 63; in twoway_strstr() local
151 const unsigned char *z2 = memchr(z, 0, grow); in twoway_strstr()
157 z += grow; in twoway_strstr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTypeLocBuilder.h63 grow(Requested); in reserve()
139 void grow(size_t NewCapacity);
H A DTypeLocBuilder.cpp67 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder
101 grow(NewCapacity); in pushImpl()
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_raid5.c348 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()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h91 Info.grow(Reg.id()); in setStage()
102 Info.grow(Reg.id()); in getOrInitStage()
109 Info.grow(Reg.id()); in setCascade()
133 Info.grow(Reg.id()); in setStage()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h43 grow(NumBuckets); in reserve()
392 void grow(unsigned AtLeast) { static_cast<DerivedT *>(this)->grow(AtLeast); } in grow() function
430 this->grow(NumBuckets * 2); in InsertIntoBucketImpl()
435 this->grow(NumBuckets); in InsertIntoBucketImpl()
644 void grow(unsigned AtLeast) { in grow() function
/freebsd/crypto/heimdal/kdc/
H A Dconnect.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()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h95 void grow();
141 grow(); in clearAllVirt()
H A DFunctionLoweringInfo.h255 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo()
278 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DThreadPool.h167 grow(requestedThreads); in asyncImpl()
184 void grow(int requested);
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h35 new (grow(aligned_size<T>())) T(std::forward<Tys>(Args)...); in push()
110 void *grow(size_t Size);
/freebsd/usr.bin/bc/
H A Dbc.y76 static void grow(void);
764 grow(void)
785 grow(); in cs()
795 grow(); in as()
812 grow(); in node()
817 grow(); in node()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ve/
H A Dgrow_stack.S22 lea %s62, 0x13b # syscall # of grow
H A Dgrow_stack_align.S22 lea %s62, 0x13b # syscall # of grow
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrTable.td43 "table.grow\t$sz, $table, $val, $n",
44 "table.grow\t$table",
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.css64 flex-grow: 1;
129 flex-grow: 1;

1234