Home
last modified time | relevance | path

Searched defs:new_capacity (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dinlined_vector.h526 size_type new_capacity = ComputeCapacity(GetInlinedCapacity(), n); in InitFrom() local
553 size_type new_capacity = ComputeCapacity(GetInlinedCapacity(), new_size); variable
582 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
636 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
674 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
772 size_type new_capacity = NextCapacity(storage_view.capacity); variable
836 size_type new_capacity = variable
868 size_type new_capacity = storage_view.size; variable
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-collection.c136 const uint32_t new_capacity = collection_p->capacity + ECMA_COLLECTION_GROW_FACTOR; in ecma_collection_push_back() local
157 const uint32_t new_capacity = collection_p->capacity + count; in ecma_collection_reserve() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cs.c117 uint32_t new_capacity = MAX2(4, 2 * cs->bo_capacity); in tu_cs_add_bo() local
161 uint32_t new_capacity = MAX2(4, cs->entry_capacity * 2); in tu_cs_reserve_entry() local
/third_party/gn/src/base/containers/
Dcircular_deque.h584 void reserve(size_type new_capacity) { in reserve()
939 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo()
957 size_t new_capacity = in ExpandCapacityIfNecessary() local
975 size_t new_capacity = in ShrinkCapacityIfNecessary() local
/third_party/mesa3d/src/util/
Dstring_buffer.c34 uint32_t new_capacity = str->capacity * 2; in ensure_capacity() local
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssembler.cpp117 intptr_t new_capacity = std::min(old_capacity * 2, old_capacity + OneMB); in extendCapacity() local
/third_party/node/src/
Daliased_buffer.h218 void reserve(size_t new_capacity) { in reserve()
/third_party/protobuf/src/google/protobuf/stubs/
Dbytestream.cc124 size_t new_capacity = std::max(capacity_ + amount, (3 * capacity_) / 2); in Expand() local
/third_party/selinux/libsepol/src/
Doptimize.c62 unsigned int new_capacity = v->capacity * 2; in type_vec_append() local
/third_party/libuv/src/win/
Dcore.c95 int new_capacity, i; in uv__loops_add() local
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.cc109 void UnicodeText::Repr::reserve(int new_capacity) { in reserve()
/third_party/ffmpeg/libavformat/
Dmovenc.c4600 unsigned new_capacity = track->nb_frag_info + MOV_FRAG_INFO_ALLOC_INCREMENT; in mov_add_tfra_entries() local
5761 unsigned new_capacity = trk->entry + MOV_INDEX_CLUSTER_SIZE; in ff_mov_write_packet() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp2137 int new_capacity = Buf.Capacity * 2; in append() local
2172 int new_capacity = Buf.Capacity * 2; in appendfv() local
Dimgui.h1210 …inline int _grow_capacity(int sz) const { int new_capacity = Capacity ? (Capacity … in _grow_capacity() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h1202 …inline int _grow_capacity(int sz) const { int new_capacity = Capacity ? (Capacity … in _grow_capacity() local
/third_party/vulkan-loader/loader/
Dloader.c831 size_t new_capacity = list->capacity * 2; in loader_add_layer_properties_to_list() local
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp2186 int new_capacity = Buf.Capacity * 2; in append() local
2221 int new_capacity = Buf.Capacity * 2; in appendfv() local
Dimgui.h1734 …inline int _grow_capacity(int sz) const { int new_capacity = Capacity ? (Capacity … in _grow_capacity() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs40766 let new_capacity = self.cap(); localVariable