Home
last modified time | relevance | path

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

1234567

/external/eigen/Eigen/src/StlSupport/
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()
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()
113 void resize(size_type new_size, const value_type& x) in resize()
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()
/external/protobuf/src/google/protobuf/
Drepeated_field.cc47 int new_size = current_size_ + extend_amount; in InternalExtend() local
83 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_stack_trace.cc26 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
/external/eigen/Eigen/src/Core/util/
DMemory.h188 inline void* aligned_realloc(void *ptr, std::size_t new_size, std::size_t old_size) in aligned_realloc()
238 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std:… in conditional_aligned_realloc()
346 …GEN_DEVICE_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new()
390 …ool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_… in conditional_aligned_realloc_new_auto()
/external/pdfium/core/fxcrt/
Dfx_basic_memmgr.cpp14 void* FXMEM_DefaultRealloc(void* pointer, size_t new_size, int flags) { in FXMEM_DefaultRealloc()
/external/syslinux/gpxe/src/interface/efi/
Defi_umalloc.c44 static userptr_t efi_urealloc ( userptr_t old_ptr, size_t new_size ) { in efi_urealloc()
/external/sfntly/cpp/src/sample/subtly/
Ddebug_main.cc59 int32_t new_size = TotalFontSize(new_font); in main() local
Dsubsetter_main.cc77 int32_t new_size = TotalFontSize(new_font); in main() local
Dstats.cc54 int32_t new_size = 0; in PrintComparison() local
/external/protobuf/src/google/protobuf/stubs/
Dstl_util.h67 inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
/external/syslinux/gpxe/src/core/
Dbitmap.c40 size_t new_size; in bitmap_resize() local
/external/valgrind/callgrind/
Dcontext.c88 UInt i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_cxt_table() local
297 UInt new_size = CLG_(current_fn_stack).size *2; in CLG_() local
/external/libbrillo/brillo/streams/
Dmemory_containers.cc63 size_t new_size = offset + size_to_write; in Write() local
106 bool StringPtr::Resize(size_t new_size, ErrorPtr* /* error */) { in Resize()
/external/compiler-rt/lib/builtins/
Demutls.c166 uintptr_t new_size = emutls_new_data_array_size(index); in emutls_get_address_array() local
173 uintptr_t new_size = emutls_new_data_array_size(index); in emutls_get_address_array() local
/external/elfutils/tests/
Delfputzdata.c152 size_t new_size = newshdr->sh_size; in main() local
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dmemtop_umalloc.c137 static userptr_t memtop_urealloc ( userptr_t ptr, size_t new_size ) { in memtop_urealloc()
/external/e2fsprogs/intl/
Dlocalealias.c311 size_t new_size = (string_space_max in read_alias_file() local
370 size_t new_size; in extend_alias_table() local
/external/elfutils/libelf/
Delf_compress.c74 size_t *new_size, bool force) in __libelf_compress()
392 size_t orig_size, orig_addralign, new_size; in elf_compress() local
Delf_compress_gnu.c101 size_t orig_size, new_size, orig_addralign; in elf_compress_gnu() local
/external/pdfium/third_party/freetype/src/base/
Dftsystem.c101 long new_size, in ft_realloc()
/external/freetype/src/base/
Dftsystem.c101 long new_size, in ft_realloc()
/external/v8/src/zone/
Dzone.cc148 size_t new_size = kSegmentOverhead + new_size_no_overhead; in NewExpand() local
/external/strace/
Dperf.c133 uint32_t new_size; in print_perf_event_attr() local

1234567