Home
last modified time | relevance | path

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

12345

/external/libcxx/test/std/strings/basic.string/string.modifiers/string_erase/
Dsize_size.pass.cpp26 const typename S::size_type old_size = s.size(); in test() local
56 const typename S::size_type old_size = s.size(); in test() local
/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 …gn> inline void* conditional_aligned_realloc(void* ptr, std::size_t new_size, std::size_t old_size) in conditional_aligned_realloc()
346 …_FUNC inline T* conditional_aligned_realloc_new(T* pts, std::size_t new_size, std::size_t old_size) in conditional_aligned_realloc_new()
390 … inline T* conditional_aligned_realloc_new_auto(T* pts, std::size_t new_size, std::size_t old_size) in conditional_aligned_realloc_new_auto()
/external/tensorflow/tensorflow/core/lib/strings/
Dstrcat.cc149 size_t old_size = result->size(); in AppendPieces() local
177 string::size_type old_size = result->size(); in StrAppend() local
189 string::size_type old_size = result->size(); in StrAppend() local
204 string::size_type old_size = result->size(); in StrAppend() local
/external/freetype/src/lzw/
Dftzopen.c125 FT_Offset old_size = state->stack_size; in ft_lzwstate_stack_grow() local
158 FT_UInt old_size = state->prefix_size; in ft_lzwstate_prefix_grow() local
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_insert/
Dsize_string_size_size.pass.cpp29 const typename S::size_type old_size = s.size(); in test() local
58 const typename S::size_type old_size = s.size(); in test_npos() local
Dsize_T_size_size.pass.cpp30 const typename S::size_type old_size = s.size(); in test() local
60 const typename S::size_type old_size = s.size(); in test_npos() local
Dsize_string.pass.cpp26 const typename S::size_type old_size = s.size(); in test() local
Dsize_size_char.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
Dsize_pointer.pass.cpp26 const typename S::size_type old_size = s.size(); in test() local
Dsize_pointer_size.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
Dstring_view.pass.cpp26 const typename S::size_type old_size = s.size(); in test() local
/external/bsdiff/
Ddiff_encoder.h26 uint64_t old_size, in DiffEncoder()
/external/syslinux/gpxe/src/interface/efi/
Defi_umalloc.c49 size_t old_size; in efi_urealloc() local
/external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
Dsize_size_string.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
Dsize_size_pointer.pass.cpp28 const typename S::size_type old_size = s.size(); in test() local
Diter_iter_string.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Dsize_size_size_char.pass.cpp29 const typename S::size_type old_size = s.size(); in test() local
Diter_iter_size_char.pass.cpp27 typename S::size_type old_size = s.size(); in test() local
Dsize_size_string_view.pass.cpp27 const typename S::size_type old_size = s.size(); in test() local
Diter_iter_string_view.pass.cpp26 typename S::size_type old_size = s.size(); in test() local
Diter_iter_pointer.pass.cpp27 typename S::size_type old_size = s.size(); in test() local
Dsize_size_string_size_size.pass.cpp31 const typename S::size_type old_size = s.size(); in test() local
65 const typename S::size_type old_size = s.size(); in test_npos() local
/external/v8/src/wasm/
Dwasm-code-specialization.cc67 uint32_t old_size, in RelocateMemoryReferences()
86 void CodeSpecialization::PatchTableSize(uint32_t old_size, uint32_t new_size) { in PatchTableSize()
/external/e2fsprogs/e2fsck/
Ddx_dirinfo.c21 unsigned long old_size; in e2fsck_add_dx_dir() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_vector.h85 uptr old_size = Size(); in Resize() local

12345