Home
last modified time | relevance | path

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

12345678910>>...15

/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/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c224 struct brw_growing_bo *grow, in recreate_growing_buffer() argument
236 grow->bo = brw_bo_alloc(bufmgr, name, size, memzone); in recreate_growing_buffer()
237 grow->bo->kflags |= can_do_exec_capture(screen) ? EXEC_OBJECT_CAPTURE : 0; in recreate_growing_buffer()
238 grow->partial_bo = NULL; in recreate_growing_buffer()
239 grow->partial_bo_map = NULL; in recreate_growing_buffer()
240 grow->partial_bytes = 0; in recreate_growing_buffer()
241 grow->memzone = memzone; in recreate_growing_buffer()
244 grow->map = realloc(grow->map, grow->bo->size); in recreate_growing_buffer()
246 grow->map = brw_bo_map(brw, grow->bo, MAP_READ | MAP_WRITE); in recreate_growing_buffer()
358 finish_growing_bos(struct brw_growing_bo *grow) in finish_growing_bos() argument
[all …]
/external/flac/src/test_libFLAC/
Dmatrix51 b:grow A->32 write nopad
53 c:grow A->40 write pad
61 g:grow A->40 write pad
63 h:grow A->54 write pad
65 i:grow A->60 write pad
67 j:grow A->71 write pad
/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-10.0/llvm/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, TriviallyCopyable>::grow(size_t MinSize) { in grow() function
299 void grow(size_t MinSize = 0) { this->grow_pod(MinSize, sizeof(T)); }
304 this->grow(); in push_back()
350 this->grow(N); in resize()
363 this->grow(N); in resize()
371 this->grow(N); in reserve()
390 this->grow(this->size()+NumInputs); in append()
[all …]
DIntEqClasses.h41 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
46 void grow(unsigned N);
/external/llvm-project/llvm/test/CodeGen/WebAssembly/
Dmemory-addr32.ll9 declare i32 @llvm.wasm.memory.grow.i32(i32, i32) nounwind
22 ; CHECK: memory.grow $push0=, 0, $0{{$}}
25 %a = call i32 @llvm.wasm.memory.grow.i32(i32 0, i32 %n)
Dmemory-addr64.ll9 declare i64 @llvm.wasm.memory.grow.i64(i32, i64) nounwind
22 ; CHECK: memory.grow $push0=, 0, $0{{$}}
25 %a = call i64 @llvm.wasm.memory.grow.i64(i32 0, i64 %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/llvm-project/clang/include/clang/AST/
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
/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/llvm-project/clang/include/clang/Analysis/Support/
DBumpVector.h166 grow(C); in push_back()
183 grow(C, size() + Cnt); in insert()
190 grow(C, N); in reserve()
200 void grow(BumpVectorContext &C, size_type MinSize = 1);
225 void BumpVector<T>::grow(BumpVectorContext &C, size_t MinSize) { in grow() function
/external/llvm-project/llvm/include/llvm/ADT/
DSmallVector.h313 void grow(size_t MinSize = 0);
319 this->grow(); in push_back()
327 this->grow(); in push_back()
340 void SmallVectorTemplateBase<T, TriviallyCopyable>::grow(size_t MinSize) { in grow() function
417 void grow(size_t MinSize = 0) { this->grow_pod(MinSize, sizeof(T)); }
423 this->grow(); in push_back()
469 this->grow(N); in resize()
488 this->grow(N); in resize()
495 this->grow(N); in reserve()
521 this->grow(this->size()+NumInputs); in append()
[all …]
DIntEqClasses.h41 IntEqClasses(unsigned N = 0) : NumClasses(0) { grow(N); }
46 void grow(unsigned N);
/external/skia/resources/sksl/inliner/
DForInitializerExpressionsCanBeInlined.sksl11 inline half4 grow(half4 v) {
16 for (half4 color = initLoopVar(); shouldLoop(color); color = grow(color)) {}
/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/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/llvm-project/llvm/include/llvm/Demangle/
DUtility.h33 void grow(size_t N) { in grow() function
84 grow(Size);
91 grow(1);
/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-10.0/llvm/include/llvm/Demangle/
DUtility.h33 void grow(size_t N) { in grow() function
84 grow(Size);
91 grow(1);
/external/llvm-project/libcxxabi/src/demangle/
DUtility.h33 void grow(size_t N) { in grow() function
84 grow(Size);
91 grow(1);
/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()

12345678910>>...15