Home
last modified time | relevance | path

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

12345

/external/sdv/vsomeip/third_party/boost/container/test/
Dsmall_vector_options_test.cpp61 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local
80 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local
99 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
Dvector_options_test.cpp73 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local
92 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local
111 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
Ddevector_options_test.cpp73 std::size_t new_capacity = v.capacity(); in test_growth_factor_50() local
92 std::size_t new_capacity = v.capacity(); in test_growth_factor_60() local
111 std::size_t new_capacity = v.capacity(); in test_growth_factor_100() local
/external/webrtc/modules/remote_bitrate_estimator/
Dpacket_arrival_map.cc159 int new_capacity = capacity(); in AdjustToSize() local
165 int new_capacity = capacity(); in AdjustToSize() local
174 void PacketArrivalTimeMap::Reallocate(int new_capacity) { in Reallocate()
/external/marisa-trie/lib/marisa/
Dkeyset.cc125 const std::size_t new_capacity = in append_base_block() local
147 const std::size_t new_capacity = in append_extra_block() local
165 const std::size_t new_capacity = in append_key_block() local
/external/webrtc/rtc_base/
Dcopy_on_write_buffer.cc84 void CopyOnWriteBuffer::EnsureCapacity(size_t new_capacity) { in EnsureCapacity()
116 void CopyOnWriteBuffer::UnshareAndEnsureCapacity(size_t new_capacity) { in UnshareAndEnsureCapacity()
/external/rust/android-crates-io/crates/winnow/examples/ndjson/
Dmain.rs65 let new_capacity = buffer.available_data() + head_room; in main() localVariable
75 let new_capacity = buffer_growth_factor * buffer.capacity(); in main() localVariable
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc520 size_t new_capacity, HashtablezInfoHandle infoz) { in ResizeNonSooImpl()
568 size_t new_capacity, bool force_infoz) { in ResizeEmptyNonAllocatedTableImpl()
596 size_t new_capacity = c.capacity(); in InsertOldSooSlotAndInitializeControlBytes() local
618 size_t new_capacity, in ResizeFullSooTable()
671 size_t new_capacity) { in GrowIntoSingleGroupShuffleControlBytes()
799 const size_t new_capacity = NextCapacity(old_capacity); in GrowToNextCapacityAndPrepareInsert() local
981 size_t new_capacity) { in ResizeAllocatedTableWithSeedChange()
1002 size_t new_capacity = NormalizeCapacity(bucket_count); in ReserveEmptyNonAllocatedTableToFitBucketCount() local
1129 const size_t new_capacity = NormalizeCapacity(new_size); in Rehash() local
1164 const size_t new_capacity = NormalizeCapacity(GrowthToLowerboundCapacity(n)); in ReserveAllocatedTable() local
/external/cronet/tot/net/server/
Dhttp_connection.cc48 int new_capacity = GetCapacity() * kCapacityIncreaseFactor; in IncreaseCapacity() local
87 int new_capacity = GetCapacity() / kCapacityIncreaseFactor; in DidConsume() local
/external/cronet/stable/net/server/
Dhttp_connection.cc48 int new_capacity = GetCapacity() * kCapacityIncreaseFactor; in IncreaseCapacity() local
87 int new_capacity = GetCapacity() / kCapacityIncreaseFactor; in DidConsume() local
/external/XNNPACK/src/
Dmemory.c81 size_t new_capacity = round_up_po2(new_size, xnn_params.page_size); in resize_buffer() local
263 size_t new_capacity = 0; in xnn_reserve_code_memory() local
305 size_t new_capacity = 0; in xnn_reserve_weights_memory() local
Dsubgraph.c75 const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + 64); in xnn_subgraph_new_internal_value() local
127 const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + 64); in xnn_subgraph_new_node() local
153 … const size_t new_capacity = max(min(capacity * 2, capacity + 512), capacity + max(num_nodes, 64)); in xnn_subgraph_add_nodes() local
/external/perfetto/include/perfetto/ext/base/
Dcontainer_annotations.h47 new_capacity) \ argument
56 new_capacity) argument
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dinlined_vector.h485 size_type new_capacity = ComputeCapacity(GetInlinedCapacity(), new_size); variable
514 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
568 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
606 size_type new_capacity = ComputeCapacity(storage_view.capacity, new_size); variable
704 size_type new_capacity = NextCapacity(storage_view.capacity); variable
768 size_type new_capacity = variable
800 size_type new_capacity = storage_view.size; variable
/external/marisa-trie/lib/marisa/grimoire/vector/
Dvector.h88 std::size_t new_capacity = capacity; in reserve() local
226 void realloc(std::size_t new_capacity) { in realloc()
/external/libchrome/base/containers/
Dcircular_deque.h585 void reserve(size_type new_capacity) { in reserve()
940 void SetCapacityTo(size_t new_capacity) { in SetCapacityTo()
958 size_t new_capacity = in ExpandCapacityIfNecessary() local
976 size_t new_capacity = in ShrinkCapacityIfNecessary() local
/external/webrtc/test/pc/e2e/analyzer/video/
Dnames_collection.cc53 size_t new_capacity = names_.capacity(); in AddIfAbsent() local
/external/libchrome/base/task/sequence_manager/
Dlazily_deallocated_deque.h169 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local
187 void SetCapacity(size_t new_capacity) { in SetCapacity()
/external/cronet/stable/base/task/sequence_manager/
Dlazily_deallocated_deque.h196 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local
213 void SetCapacity(size_t new_capacity) { in SetCapacity()
/external/cronet/tot/base/task/sequence_manager/
Dlazily_deallocated_deque.h196 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local
213 void SetCapacity(size_t new_capacity) { in SetCapacity()
/external/vixl/src/
Dcode-buffer-vixl.cc175 void CodeBuffer::Grow(size_t new_capacity) { in Grow()
/external/mesa3d/src/util/
Dstring_buffer.c34 uint32_t new_capacity = str->capacity * 2; in ensure_capacity() local
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddevector.hpp1168 void reserve(size_type new_capacity) { reserve_back(new_capacity); } in reserve()
1186 void reserve_front(size_type new_capacity) in reserve_front()
1211 void reserve_back(size_type new_capacity) in reserve_back()
2274 const size_type new_capacity = calculate_new_capacity(sz + back_free_capacity()); in resize_front_slow_path() local
2324 const size_type new_capacity = calculate_new_capacity(sz + front_free_capacity()); in resize_back_slow_path() local
2401 size_type new_capacity = calculate_new_capacity(capacity() + 1); in emplace_reallocating_slow_path() local
2777 const size_type new_capacity = calculate_new_capacity(capacity() + n); in insert_range_reallocating_slow_path() local
/external/cronet/stable/third_party/libc++/src/test/std/strings/basic.string/string.capacity/
Dresize_and_overwrite.pass.cpp26 constexpr void test_appending(std::size_t k, size_t N, size_t new_capacity) { in test_appending()
/external/cronet/tot/third_party/libc++/src/test/std/strings/basic.string/string.capacity/
Dresize_and_overwrite.pass.cpp26 constexpr void test_appending(std::size_t k, size_t N, size_t new_capacity) { in test_appending()

12345