Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/aosp_15_r20/art/libartbase/base/
H A Darena_allocator_test.cc161 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
174 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
187 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
200 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
217 const size_t new_size = arena_allocator::kArenaDefaultSize + ArenaAllocator::kAlignment * 2; in TEST_F() local
232 const size_t new_size = arena_allocator::kArenaDefaultSize + in TEST_F() local
250 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
267 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
284 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
301 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
[all …]
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dblock_allocator_testing.cc154 size_t new_size = 1; in ResizeNull() local
163 size_t new_size = kLargeInnerSize; in ResizeLargeSame() local
173 size_t new_size = kSmallInnerSize; in ResizeLargeSmaller() local
184 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLarger() local
195 size_t new_size = kLargeInnerSize * 2; in ResizeLargeLargerFailure() local
204 size_t new_size = kSmallInnerSize; in ResizeSmallSame() local
214 size_t new_size = kSmallInnerSize / 2; in ResizeSmallSmaller() local
225 size_t new_size = kSmallInnerSize * 2; in ResizeSmallLarger() local
236 size_t new_size = kSmallInnerSize * 2 + kDefaultBlockOverhead; in ResizeSmallLargerFailure() local
H A Dfallback_allocator_test.cc103 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
121 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
139 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
158 size_t new_size = sizeof(uintptr_t[3]); in TEST_F() local
/aosp_15_r20/external/eigen/Eigen/src/StlSupport/
H A DStdVector.h80 void resize(size_type new_size) in resize()
85 void resize(size_type new_size, const value_type& x) in resize()
97 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
102 void resize(size_type new_size, const value_type& x) in resize()
108 void resize(size_type new_size, const value_type& x) in resize()
118 void resize(size_type new_size, const value_type& x) in resize()
H A DStdDeque.h80 void resize(size_type new_size) in resize()
85 void resize(size_type new_size, const value_type& x) in resize()
99 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
103 void resize(size_type new_size, const value_type& x) in resize()
H A DStdList.h80 void resize(size_type new_size) in resize()
83 void resize(size_type new_size, const value_type& x) in resize()
98 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include/external/perfetto/include/perfetto/ext/base/
H A Dcontainer_annotations.h28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument
40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument
52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument
54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
/aosp_15_r20/external/perfetto/include/perfetto/ext/base/
H A Dcontainer_annotations.h28 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) \ argument
40 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) \ argument
52 #define ANNOTATE_NEW_BUFFER(buffer, capacity, new_size) argument
54 #define ANNOTATE_CHANGE_SIZE(buffer, capacity, old_size, new_size) argument
/aosp_15_r20/external/icing/icing/absl_ports/
H A Dstr_cat.cc128 std::string::size_type new_size = old_size + a.length(); in StrAppend() local
137 std::string::size_type new_size = old_size + a.length() + b.length(); in StrAppend() local
148 std::string::size_type new_size = in StrAppend() local
161 std::string::size_type new_size = in StrAppend() local
/aosp_15_r20/external/eigen/Eigen/src/Core/util/
H A DMemory.h215 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc()
268 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc()
376 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new()
420 …ool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new_auto()
/aosp_15_r20/external/pigweed/pw_allocator/public/pw_allocator/
H A Dallocator.h106 bool Resize(void* ptr, size_t new_size) { in Resize()
113 bool Resize(void* ptr, Layout layout, size_t new_size) { in Resize()
153 void* Reallocate(void* ptr, Layout old_layout, size_t new_size) { in Reallocate()
/aosp_15_r20/external/jemalloc_new/test/integration/
H A Dextent.c104 size_t old_size, new_size, sz; in test_manual_hook_auto_arena() local
141 size_t old_size, new_size, sz; in test_manual_hook_body() local
227 size_t new_size, sz; in TEST_BEGIN() local
/aosp_15_r20/external/elfutils/libelf/
H A Delf_compress.c66 size_t *new_size, bool force, in __libelf_compress_zlib()
194 size_t *new_size, bool force, in __libelf_compress_zstd()
298 size_t *new_size, bool force, bool use_zstd) in __libelf_compress()
622 size_t orig_size, orig_addralign, new_size; in elf_compress() local
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstl_util.h52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized()
59 size_t new_size) { in STLStringResizeUninitializedAmortized()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstl_util.h52 inline void STLStringResizeUninitialized(std::string* s, size_t new_size) { in STLStringResizeUninitialized()
59 size_t new_size) { in STLStringResizeUninitializedAmortized()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
Dresize_fn_imps.hpp79 resize_imp(size_type new_size) in resize_imp()
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old… in resize_imp_no_exceptions()
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dallocator.h42 size_t new_size, size_t in_use_back, in reallocate_downward()
58 size_t new_size, size_t in_use_back, in memcpy_downward()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dallocator.h42 size_t new_size, size_t in_use_back, in reallocate_downward()
58 size_t new_size, size_t in_use_back, in memcpy_downward()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/
Dsplit_join_fn_imps.hpp59 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); in split() local
119 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); in join() local
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dstrcat.cc137 static inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
147 void STLStringReserveAmortized(string_type *s, size_t new_size) { in STLStringReserveAmortized()
160 void STLStringResizeUninitializedAmortized(string_type *s, size_t new_size) { in STLStringResizeUninitializedAmortized()
H A Dtstring.h409 inline void tstring::resize(size_t new_size, char c) { in resize()
413 inline void tstring::resize_uninitialized(size_t new_size) { in resize_uninitialized()
519 const size_t new_size = size() + n; in append() local
/aosp_15_r20/external/bsdiff/
H A Dfake_patch_writer.h23 bool Init(size_t new_size) override { in Init()
57 size_t new_size() const { return new_size_; } in new_size() function
/aosp_15_r20/external/pytorch/torch/csrc/inductor/
H A Dresize_storage_bytes.cpp14 static void resize_storage_bytes_(const Tensor& variable, SymInt new_size) { in resize_storage_bytes_()
32 SymInt new_size) { in resize_storage_bytes__functionalize()

12345678910>>...27