Home
last modified time | relevance | path

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

12345678910>>...12

/external/icu/icu4c/source/layoutex/
DRunArrays.cpp45 grow(fCapacity); in ensureCapacity()
57 void RunArray::grow(le_int32 newCapacity) in grow() function in RunArray
100 void FontRuns::grow(le_int32 capacity) in grow() function in FontRuns
102 RunArray::grow(capacity); in grow()
152 void LocaleRuns::grow(le_int32 capacity) in grow() function in LocaleRuns
154 RunArray::grow(capacity); in grow()
204 void ValueRuns::grow(le_int32 capacity) in grow() function in ValueRuns
206 RunArray::grow(capacity); in grow()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dmemory-addr32.ll9 declare i32 @llvm.wasm.memory.grow.i32(i32, i32) nounwind
11 declare i32 @llvm.wasm.mem.grow.i32(i32, i32) nounwind
13 declare i32 @llvm.wasm.grow.memory.i32(i32) nounwind
27 ; CHECK: memory.grow $push0=, 0, $0{{$}}
30 %a = call i32 @llvm.wasm.memory.grow.i32(i32 0, i32 %n)
46 ; CHECK: mem.grow $push0=, 0, $0{{$}}
49 %a = call i32 @llvm.wasm.mem.grow.i32(i32 0, i32 %n)
68 %a = call i32 @llvm.wasm.grow.memory.i32(i32 %n)
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c165 struct brw_growing_bo *grow, in recreate_growing_buffer() argument
172 grow->bo = brw_bo_alloc(bufmgr, name, size, 4096); in recreate_growing_buffer()
173 grow->bo->kflags = can_do_exec_capture(screen) ? EXEC_OBJECT_CAPTURE : 0; in recreate_growing_buffer()
174 grow->partial_bo = NULL; in recreate_growing_buffer()
175 grow->partial_bo_map = NULL; in recreate_growing_buffer()
176 grow->partial_bytes = 0; in recreate_growing_buffer()
179 grow->map = brw_bo_map(brw, grow->bo, MAP_READ | MAP_WRITE); in recreate_growing_buffer()
278 finish_growing_bos(struct brw_growing_bo *grow) in finish_growing_bos() argument
280 struct brw_bo *old_bo = grow->partial_bo; in finish_growing_bos()
284 memcpy(grow->map, grow->partial_bo_map, grow->partial_bytes); in finish_growing_bos()
[all …]
/external/llvm/include/llvm/ADT/
DSmallVector.h205 void grow(size_t MinSize = 0);
210 this->grow(); in push_back()
217 this->grow(); in push_back()
230 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
298 void grow(size_t MinSize = 0) {
304 this->grow(); in push_back()
355 this->grow(N); in resize()
368 this->grow(N); in resize()
376 this->grow(N); in reserve()
393 this->grow(this->size()+NumInputs); in append()
[all …]
DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSmallVector.h208 void grow(size_t MinSize = 0);
213 this->grow(); in push_back()
220 this->grow(); in push_back()
233 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
301 void grow(size_t MinSize = 0) {
308 this->grow(); in push_back()
358 this->grow(N); in resize()
371 this->grow(N); in resize()
379 this->grow(N); in reserve()
396 this->grow(this->size()+NumInputs); in append()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSmallVector.h215 void grow(size_t MinSize = 0);
220 this->grow(); in push_back()
227 this->grow(); in push_back()
240 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
307 void grow(size_t MinSize = 0) { this->grow_pod(MinSize, sizeof(T)); }
312 this->grow(); in push_back()
357 this->grow(N); in resize()
370 this->grow(N); in resize()
378 this->grow(N); in reserve()
398 this->grow(this->size()+NumInputs); in append()
[all …]
DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DSmallVector.h196 void grow(size_t MinSize = 0);
201 void SmallVectorTemplateBase<T, isPodLike>::grow(size_t MinSize) { in grow() function
255 void grow(size_t MinSize = 0) {
299 this->grow(N); in resize()
311 this->grow(N); in resize()
319 this->grow(N); in reserve()
329 this->grow(); in push_back()
353 this->grow(this->size()+NumInputs); in append()
367 this->grow(this->size()+NumInputs); in append()
377 this->grow(NumElts); in assign()
[all …]
DIntEqClasses.h42 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
47 void grow(unsigned N);
/external/clang/include/clang/AST/
DASTVector.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
/external/clang/include/clang/Analysis/Support/
DBumpVector.h161 grow(C); in push_back()
178 grow(C, size() + Cnt); in insert()
185 grow(C, N); in reserve()
195 void grow(BumpVectorContext &C, size_type MinSize = 1);
220 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/external/antlr/runtime/C/src/
Dantlr3bitset.c56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
128 bitset->grow = grow; in antlr3BitsetSetAPI()
282 bitset->grow(bitset, count+1); in antlr3BitsetLoad()
394 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) in grow() function
430 bitset->grow(bitset, bl); in growToInclude()
434 bitset->grow(bitset, nw); in growToInclude()
/external/v8/src/builtins/
Dgrowable-fixed-array-gen.cc16 Label grow(this), store(this); in Push() local
17 Branch(IntPtrEqual(capacity, length), &grow, &store); in Push()
19 BIND(&grow); in Push()
/external/icu/icu4c/source/layoutex/layout/
DRunArrays.h193 virtual void grow(le_int32 capacity);
368 virtual void grow(le_int32 capacity);
505 virtual void grow(le_int32 capacity);
642 virtual void grow(le_int32 capacity);
/external/apache-xml/src/main/java/org/apache/xml/utils/
DBoolStack.java92 grow(); in push()
184 private void grow() in grow() method in BoolStack
/external/libevent/
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()
/external/libcxxabi/src/demangle/
DUtility.h32 void grow(size_t N) { in grow() function
83 grow(Size);
90 grow(1);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DUtility.h31 void grow(size_t N) { in grow() function
98 grow(Size);
105 grow(1);
/external/iptables/extensions/
Dlibxt_quota2.man10 \fB\-\-grow\fP
27 negation has no effect when \fB\-\-grow\fP is used.
36 \-A INPUT \-p tcp \-\-dport 6881 \-m quota \-\-name bt \-\-grow;
/external/llvm/test/CodeGen/WebAssembly/
Dmemory-addr32.ll9 declare void @llvm.wasm.grow.memory.i32(i32) nounwind
25 call void @llvm.wasm.grow.memory.i32(i32 %n)
Dmemory-addr64.ll9 declare void @llvm.wasm.grow.memory.i64(i64) nounwind
25 call void @llvm.wasm.grow.memory.i64(i64 %n)
/external/v8/src/
Dstring-stream.h27 virtual char* grow(unsigned* bytes) = 0;
36 char* grow(unsigned* bytes) override;
49 char* grow(unsigned* bytes) override;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dirtranslator-bitcast.ll4 ; This test is brittle: the invalidation only triggers when we grow the map.
25 ; At this point we mapped 46 values. The 'i32 100' constant will grow the map.
/external/lzma/CPP/Windows/Control/
DImageList.h34 bool Create(int width, int height, UINT flags, int initialNumber, int grow) in Create() argument
37 initialNumber, grow); in Create()

12345678910>>...12