HomeSort by relevance Sort by last modified time
    Searched refs:old_size (Results 1 - 25 of 61) sorted by null

1 2 3

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
118 erase_all_valid_entries(m_entries, old_size);
119 s_entry_allocator.deallocate(m_entries, old_size);
127 resize_imp(entry_array a_entries_resized, size_type old_size)
129 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
118 erase_all_valid_entries(m_entries, old_size);
119 s_entry_allocator.deallocate(m_entries, old_size);
127 resize_imp(entry_array a_entries_resized, size_type old_size)
129 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
resize_fn_imps.hpp 89 const size_type old_size = m_num_e; local
103 resize_imp(a_entries_resized, old_size);
108 m_num_e = old_size;
110 ranged_probe_fn_base::notify_resized(old_size);
118 erase_all_valid_entries(m_entries, old_size);
119 s_entry_allocator.deallocate(m_entries, old_size);
127 resize_imp(entry_array a_entries_resized, size_type old_size)
129 for (size_type pos = 0; pos < old_size; ++pos)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
126 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
126 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
resize_fn_imps.hpp 85 const size_type old_size = m_num_e; local
99 ranged_hash_fn_base::notify_resized(old_size);
104 resize_imp_no_exceptions(new_size, a_p_entries_resized, old_size);
112 resize_imp_no_exceptions(size_type new_size, entry_pointer_array a_p_entries_resized, size_type old_size)
117 for (size_type pos = 0; pos < old_size; ++pos)
126 s_entry_pointer_allocator.deallocate(m_entries, old_size);
  /external/oprofile/libutil/
op_growable_buffer.c 41 size_t old_size = b->size; local
45 memcpy(b->p + old_size, data, len);
  /bootable/recovery/applypatch/
applypatch.h 72 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
75 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
80 int ApplyImagePatch(const unsigned char* old_data, ssize_t old_size,
bspatch.c 100 int ApplyBSDiffPatch(const unsigned char* old_data, ssize_t old_size,
106 if (ApplyBSDiffPatchMem(old_data, old_size, patch, patch_offset,
123 int ApplyBSDiffPatchMem(const unsigned char* old_data, ssize_t old_size,
222 if ((oldpos+i >= 0) && (oldpos+i < old_size)) {
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 21 size_t old_size = png_representation->size(); local
22 png_representation->resize(old_size + length);
23 memcpy(&(*png_representation)[old_size], data, length);
  /external/bluetooth/glib/glib/
gbsearcharray.h 202 guint old_size = barray->n_nodes * bconfig->sizeof_node; local
203 guint new_size = old_size + bconfig->sizeof_node;
211 old_size = G_BSEARCH_UPPER_POWER2 (sizeof (GBSearchArray) + old_size);
212 if (old_size != new_size)
278 guint old_size = new_size + bconfig->sizeof_node; local
283 old_size = G_BSEARCH_UPPER_POWER2 (sizeof (GBSearchArray) + old_size);
284 if (old_size != new_size)
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 21 unsigned long old_size; local
36 old_size = ctx->dx_dir_info_size * sizeof(struct dx_dir_info);
38 retval = ext2fs_resize_mem(old_size, ctx->dx_dir_info_size *
  /external/oprofile/opjitconv/
debug_line.c 378 size_t old_size; local
380 old_size = b->size;
392 dbg_header = b->p + old_size;
393 dbg_header->prolog_length = (b->size - old_size) -
400 dbg_header = b->p + old_size;
401 dbg_header->total_length = (b->size - old_size) -
411 size_t old_size = b->size; local
419 comp_unit_header = b->p + old_size;
420 comp_unit_header->total_length = (b->size - old_size) -
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.cc 154 int old_size = target_->size(); local
157 if (old_size < target_->capacity()) {
166 max(old_size * 2,
170 *data = string_as_array(target_) + old_size;
171 *size = target_->size() - old_size;
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 181 SizeT old_size; local
203 old_size = mc->size;
205 if (old_size == new_size)
211 else if (new_size < old_size)
214 s_stop_using_mem_callback(mc->data + new_size, old_size - new_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 201 const size_type old_size = m_size; local
208 m_size = old_size;
213 m_size = old_size;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 201 const size_type old_size = m_size; local
208 m_size = old_size;
213 m_size = old_size;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 201 const size_type old_size = m_size; local
208 m_size = old_size;
213 m_size = old_size;
  /external/v8/src/
zone.cc 169 int old_size = (head == NULL) ? 0 : head->size(); local
171 int new_size = kSegmentOverhead + size + (old_size << 1);
  /external/chromium/net/disk_cache/
mem_backend_impl.cc 111 void MemBackendImpl::ModifyStorageSize(int32 old_size, int32 new_size) {
112 if (old_size >= new_size)
113 SubstractStorageSize(old_size - new_size);
115 AddStorageSize(new_size - old_size);
stats.h 58 void ModifyStorageStats(int32 old_size, int32 new_size);
mem_backend_impl.h 51 void ModifyStorageSize(int32 old_size, int32 new_size);
  /external/freetype/src/base/
ftbitmap.c 399 FT_Long old_size; local
402 old_size = target->rows * target->pitch;
403 if ( old_size < 0 )
404 old_size = -old_size;
420 if ( target->rows * target->pitch > old_size &&
422 old_size, target->rows * target->pitch ) )
  /external/stlport/src/
strstream.cpp 122 ptrdiff_t old_size = epptr() - pbase(); local
123 ptrdiff_t new_size = (max)(2 * old_size, ptrdiff_t(1));
127 memcpy(buf, pbase(), old_size);
138 pbump((int)old_size);
141 setg(buf, buf + old_get_offset, buf + (max)(old_get_offset, old_size));
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 122 ptrdiff_t old_size = epptr() - pbase(); local
123 ptrdiff_t new_size = (max)(2 * old_size, ptrdiff_t(1));
127 memcpy(buf, pbase(), old_size);
138 pbump((int)old_size);
141 setg(buf, buf + old_get_offset, buf + (max)(old_get_offset, old_size));

Completed in 387 milliseconds

1 2 3