Home
last modified time | relevance | path

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

123456

/external/eigen/Eigen/src/StlSupport/
DStdVector.h77 void resize(size_type new_size) in resize()
82 void resize(size_type new_size, const value_type& x) in resize()
94 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
99 void resize(size_type new_size, const value_type& x) in resize()
105 void resize(size_type new_size, const value_type& x) in resize()
115 void resize(size_type new_size, const value_type& x) in resize()
DStdDeque.h88 void resize(size_type new_size) in resize()
93 void resize(size_type new_size, const value_type& x) in resize()
107 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
111 void resize(size_type new_size, const value_type& x) in resize()
121 void resize(size_type new_size, const value_type& x) in resize()
DStdList.h88 void resize(size_type new_size) in resize()
91 void resize(size_type new_size, const value_type& x) in resize()
106 void insert(const_iterator position, size_type new_size, const value_type& x) in insert()
/external/eigen/Eigen/src/Eigen2Support/
DMemory.h17 inline void* ei_aligned_realloc(void *ptr, size_t new_size, size_t old_size) { return internal::ali… in ei_aligned_realloc()
29 template<bool Align> inline void* ei_conditional_aligned_realloc(void* ptr, size_t new_size, size_t… in ei_conditional_aligned_realloc()
/external/eigen/Eigen/src/Core/util/
DMemory.h260 inline void* aligned_realloc(void *ptr, size_t new_size, size_t old_size) in aligned_realloc()
325 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, size_t new_size, size_t ol… in conditional_aligned_realloc()
405 template<typename T, bool Align> inline T* conditional_aligned_realloc_new(T* pts, size_t new_size,… in conditional_aligned_realloc_new()
429 …, bool Align> inline T* conditional_aligned_realloc_new_auto(T* pts, size_t new_size, size_t old_s… in conditional_aligned_realloc_new_auto()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_stack_trace.cc26 void VarSizeStackTrace::ResizeBuffer(uptr new_size) { in ResizeBuffer()
/external/pdfium/core/include/fxcrt/
Dfx_memory.h99 void* ReallocDebug(void* p, size_t new_size, FX_LPCSTR file, int line) in ReallocDebug()
104 void* Realloc(void* p, size_t new_size) in Realloc()
/external/valgrind/callgrind/
Dcontext.c88 UInt i, new_size, conflicts1 = 0, conflicts2 = 0; in resize_cxt_table() local
297 int new_size = CLG_(current_fn_stack).size *2; in CLG_() local
/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/
Drepeated_field.cc45 void RepeatedPtrFieldBase::Reserve(int new_size) { in Reserve()
Drepeated_field.h654 inline void RepeatedField<Element>::Resize(int new_size, const Element& value) { in Resize()
807 void RepeatedField<Element>::Reserve(int new_size) { in Reserve()
821 inline void RepeatedField<Element>::Truncate(int new_size) { in Truncate()
/external/protobuf/src/google/protobuf/stubs/
Dstl_util.h67 inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
Dstl_util-inl.h67 inline void STLStringResizeUninitialized(string* s, size_t new_size) { in STLStringResizeUninitialized()
/external/lldb/source/Symbol/
DClangExternalASTSourceCommon.cpp49 uint64_t new_size = m_metadata.size(); in SetMetadata() local
/external/lldb/source/Core/
DDataBufferHeap.cpp90 DataBufferHeap::SetByteSize (uint64_t new_size) in SetByteSize()
/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/openssh/
Dxmalloc.c62 size_t new_size = nmemb * size; in xrealloc() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_cache.c165 brw_cache_new_bo(struct brw_cache *cache, uint32_t new_size) in brw_cache_new_bo()
240 uint32_t new_size = cache->bo->size * 2; in brw_upload_item_data() local
/external/pdfium/core/src/fxcrt/
Dfx_basic_memmgr.cpp14 void* FXMEM_DefaultRealloc(void* pointer, size_t new_size, int flags) in FXMEM_DefaultRealloc()
/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/e2fsprogs/resize/
Donline.c51 blk64_t *new_size, int flags EXT2FS_ATTR((unused))) in online_resize_fs()
/external/jemalloc/test/integration/
Dchunk.c37 size_t old_size, new_size, huge0, huge1, huge2, sz; in TEST_BEGIN() local

123456