| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/ |
| D | tst.bigstack.c | 36 grow(int frame) in grow() function 52 grow(++frame); in grow1() 58 grow(1); in main()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/ADT/ |
| D | SmallVector.h | 233 void grow(size_t MinSize = 0); 243 this->grow(); in push_back() 255 this->grow(); in push_back() 268 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function 346 void grow(size_t MinSize = 0) { 357 this->grow(); in push_back() 407 this->grow(N); in resize() 419 this->grow(N); in resize() 427 this->grow(N); in reserve() 449 this->grow(this->size()+NumInputs); in append() [all …]
|
| D | IntEqClasses.h | 42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); } 47 void grow(unsigned N);
|
| D | DenseMap.h | 75 grow(Size); in resize() 388 void grow(unsigned AtLeast) { in grow() function 389 static_cast<DerivedT *>(this)->grow(AtLeast); in grow() 438 this->grow(NumBuckets * 2); in InsertIntoBucketImpl() 442 this->grow(NumBuckets); in InsertIntoBucketImpl() 618 void grow(unsigned AtLeast) { in grow() function 847 void grow(unsigned AtLeast) { in grow() function
|
| D | IndexedMap.h | 65 void grow(IndexT n) { in grow() function
|
| D | BitVector.h | 213 grow(N); 232 grow(N); in reserve() 547 void grow(unsigned NewSize) { in grow() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | ASTVector.h | 173 grow(C); in push_back() 179 grow(C, N); in reserve() 197 this->grow(C, this->size()+NumInputs); in append() 211 this->grow(C, this->size()+NumInputs); in append() 241 this->grow(C); in insert() 352 this->grow(C, N); in resize() 361 void grow(const ASTContext &C, size_type MinSize = 1); 384 void ASTVector<T>::grow(const ASTContext &C, size_t MinSize) { in grow() function
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/Support/ |
| D | BumpVector.h | 156 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
|
| /freebsd-10-stable/contrib/ntp/sntp/libevent/ |
| D | evport.c | 122 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-10-stable/contrib/texinfo/info/ |
| D | info.h | 63 #define add_pointer_to_array(pointer, idx, array, slots, grow, type) \ argument 66 array = (type *)(xrealloc (array, (slots += grow) * sizeof (type))); \
|
| /freebsd-10-stable/sys/geom/vinum/ |
| D | geom_vinum_raid5.c | 346 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-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | VirtRegMap.h | 88 void grow(); 126 grow(); in clearAllVirt()
|
| D | FunctionLoweringInfo.h | 179 LiveOutRegInfo.grow(Reg); in AddLiveOutRegInfo() 199 LiveOutRegInfo.grow(Reg); in InvalidatePHILiveOutRegInfo()
|
| D | LiveIntervalAnalysis.h | 123 VirtRegIntervals.grow(Reg); in createEmptyInterval()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | TypeLocBuilder.cpp | 45 void TypeLocBuilder::grow(size_t NewCapacity) { in grow() function in TypeLocBuilder 79 grow(NewCapacity); in pushImpl()
|
| D | TypeLocBuilder.h | 62 grow(Requested); in reserve() 133 void grow(size_t NewCapacity);
|
| /freebsd-10-stable/crypto/heimdal/kdc/ |
| D | connect.c | 591 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-10-stable/usr.bin/bc/ |
| D | bc.y | 79 static void grow(void); 767 grow(void) 788 grow(); in cs() 798 grow(); in as() 815 grow(); in node() 820 grow(); in node()
|
| /freebsd-10-stable/contrib/llvm/lib/Support/ |
| D | IntEqClasses.cpp | 25 void IntEqClasses::grow(unsigned N) { in grow() function in IntEqClasses
|
| /freebsd-10-stable/contrib/llvm/lib/CodeGen/ |
| D | EdgeBundles.cpp | 42 EC.grow(2 * MF->getNumBlockIDs()); in runOnMachineFunction()
|
| D | VirtRegMap.cpp | 63 grow(); in runOnMachineFunction() 67 void VirtRegMap::grow() { in grow() function in VirtRegMap
|
| D | MachineRegisterInfo.cpp | 111 VRegInfo.grow(Reg); in createVirtualRegister() 113 RegAllocHints.grow(Reg); in createVirtualRegister()
|
| /freebsd-10-stable/contrib/groff/contrib/mm/examples/ |
| D | NCOL | 173 grow
|
| D | SETR | 95 .H 4 "grout grove grovel Grover grow growl grown grownup growth grub grubby"
|
| /freebsd-10-stable/contrib/binutils/ld/emultempl/ |
| D | elf-generic.em | 69 /* After that we only allow the size to grow. */
|