Home
last modified time | relevance | path

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

123

/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
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
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
/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/crates/winnow/examples/ndjson/
Dmain.rs62 let new_capacity = buffer.available_data() + head_room; in main() localVariable
72 let new_capacity = buffer_growth_factor * buffer.capacity(); in main() localVariable
/external/cronet/net/server/
Dhttp_connection.cc43 int new_capacity = GetCapacity() * kCapacityIncreaseFactor; in IncreaseCapacity() local
82 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
Dsmall_vector.h165 size_t new_capacity = desired_capacity; variable
/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/webrtc/test/pc/e2e/analyzer/video/
Dnames_collection.cc53 size_t new_capacity = names_.capacity(); in AddIfAbsent() local
/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/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/base/task/sequence_manager/
Dlazily_deallocated_deque.h192 size_t new_capacity = max_size_ + 1; in MaybeShrinkQueue() local
209 void SetCapacity(size_t new_capacity) { in SetCapacity()
/external/cronet/base/containers/
Dcircular_deque.h582 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
/external/vixl/src/
Dcode-buffer-vixl.cc172 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/third_party/libc++/src/test/std/strings/basic.string/string.capacity/
Dresize_and_overwrite.pass.cpp24 constexpr void test_appending(std::size_t k, size_t N, size_t new_capacity) { in test_appending()
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_fd_set_adapter.hpp121 u_int new_capacity = capacity_ + capacity_ / 2; in reserve() local
/external/igt-gpu-tools/lib/
Digt_stats.c71 unsigned int new_capacity; in get_new_capacity() local
84 unsigned int new_capacity; in igt_stats_ensure_capacity() local

123