HomeSort by relevance Sort by last modified time
    Searched refs:new_size (Results 51 - 75 of 283) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 76 size_type new_size = 0; local
81 ++new_size;
85 if (new_size == 0)
91 value_vector a_new_values = s_value_alloc.allocate(new_size);
93 cond_dtor<size_type> cd(a_new_values, target_it, new_size);
107 reallocate_metadata((node_update*)this, new_size);
115 m_size = new_size;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 52 const size_type new_size = resize_policy::get_new_size_for_arbitrary(0); local
53 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
54 resize_policy::notify_arbitrary(new_size);
56 m_actual_size = new_size;
117 const size_type new_size = local
120 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
123 m_actual_size = new_size;
168 const size_type new_size = resize_policy::get_new_size_for_shrink(); local
169 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
175 m_actual_size = new_size;
    [all...]
split_join_fn_imps.hpp 60 const size_type new_size = resize_policy::get_new_size_for_arbitrary(left); local
68 a_entries = s_entry_allocator.allocate(new_size);
74 s_entry_allocator.deallocate(a_entries, new_size);
85 _GLIBCXX_DEBUG_ASSERT(new_size >= left);
92 m_actual_size = new_size;
120 const size_type new_size = resize_policy::get_new_size_for_arbitrary(len); local
127 a_entries = s_entry_allocator.allocate(new_size);
133 s_entry_allocator.deallocate(a_entries, new_size);
148 m_actual_size = new_size;
149 resize_policy::notify_arbitrary(new_size);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 147 notify_resized(size_type new_size)
150 m_next_grow_size = size_type(m_load_max * new_size - 1);
151 m_next_shrink_size = size_type(m_load_min * new_size);
155 static_cast<unsigned long>(new_size) << " " <<
168 notify_externally_resized(size_type new_size)
171 size_type new_grow_size = size_type(m_load_max * new_size - 1);
172 size_type new_shrink_size = size_type(m_load_min * new_size);
181 static_cast<unsigned long>(new_size) << " " <<
195 static_cast<unsigned long>(new_size) << " " <<
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 147 notify_resized(size_type new_size)
150 m_next_grow_size = size_type(m_load_max * new_size - 1);
151 m_next_shrink_size = size_type(m_load_min * new_size);
155 static_cast<unsigned long>(new_size) << " " <<
168 notify_externally_resized(size_type new_size)
171 size_type new_grow_size = size_type(m_load_max * new_size - 1);
172 size_type new_shrink_size = size_type(m_load_min * new_size);
181 static_cast<unsigned long>(new_size) << " " <<
195 static_cast<unsigned long>(new_size) << " " <<
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 147 notify_resized(size_type new_size)
150 m_next_grow_size = size_type(m_load_max * new_size - 1);
151 m_next_shrink_size = size_type(m_load_min * new_size);
155 static_cast<unsigned long>(new_size) << " " <<
168 notify_externally_resized(size_type new_size)
171 size_type new_grow_size = size_type(m_load_max * new_size - 1);
172 size_type new_shrink_size = size_type(m_load_min * new_size);
181 static_cast<unsigned long>(new_size) << " " <<
195 static_cast<unsigned long>(new_size) << " " <<
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 147 notify_resized(size_type new_size)
150 m_next_grow_size = size_type(m_load_max * new_size - 1);
151 m_next_shrink_size = size_type(m_load_min * new_size);
155 static_cast<unsigned long>(new_size) << " " <<
168 notify_externally_resized(size_type new_size)
171 size_type new_grow_size = size_type(m_load_max * new_size - 1);
172 size_type new_shrink_size = size_type(m_load_min * new_size);
181 static_cast<unsigned long>(new_size) << " " <<
195 static_cast<unsigned long>(new_size) << " " <<
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 147 notify_resized(size_type new_size)
150 m_next_grow_size = size_type(m_load_max * new_size - 1);
151 m_next_shrink_size = size_type(m_load_min * new_size);
155 static_cast<unsigned long>(new_size) << " " <<
168 notify_externally_resized(size_type new_size)
171 size_type new_grow_size = size_type(m_load_max * new_size - 1);
172 size_type new_shrink_size = size_type(m_load_min * new_size);
181 static_cast<unsigned long>(new_size) << " " <<
195 static_cast<unsigned long>(new_size) << " " <<
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /external/e2fsprogs/resize/
main.c 43 "[-p] device [new_size]\n\n"), prog);
161 blk_t new_size = 0; local
385 new_size = min_size;
387 new_size = parse_num_blocks(new_size_str,
389 if (new_size == 0) {
403 new_size = max_size;
406 new_size &= ~((sys_page_size / fs->blocksize)-1);
409 if (!force && new_size < min_size) {
430 new_file_size = ((__u64) new_size) * fs->blocksize;
438 max_size = new_size;
    [all...]
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_view_gtk.cc 40 void ExtensionViewGtk::UpdatePreferredSize(const gfx::Size& new_size) {
42 container_->OnExtensionPreferredSizeChanged(this, new_size);
extension_view_gtk.h 28 const gfx::Size& new_size) {}
43 void UpdatePreferredSize(const gfx::Size& new_size);
  /external/eigen/Eigen/src/StlSupport/
StdList.h 88 void resize(size_type new_size)
89 { resize(new_size, T()); }
91 void resize(size_type new_size, const value_type& x)
93 if (list_base::size() < new_size)
94 list_base::insert(list_base::end(), new_size - list_base::size(), x);
96 while (new_size < list_base::size()) list_base::pop_back();
106 void insert(const_iterator position, size_type new_size, const value_type& x)
107 { list_base::insert(position, new_size, x); }
  /external/protobuf/src/google/protobuf/stubs/
stl_util-inl.h 67 inline void STLStringResizeUninitialized(string* s, size_t new_size) {
68 s->resize(new_size);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 148 notify_resized(size_type new_size)
151 m_next_grow_size = size_type(m_load_max * new_size - 1);
152 m_next_shrink_size = size_type(m_load_min * new_size);
156 << "1 " << new_size << std::endl
169 notify_externally_resized(size_type new_size)
172 size_type new_grow_size = size_type(m_load_max * new_size - 1);
173 size_type new_shrink_size = size_type(m_load_min * new_size);
177 << "1 " << new_size << std::endl
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 148 notify_resized(size_type new_size)
151 m_next_grow_size = size_type(m_load_max * new_size - 1);
152 m_next_shrink_size = size_type(m_load_min * new_size);
156 << "1 " << new_size << std::endl
169 notify_externally_resized(size_type new_size)
172 size_type new_grow_size = size_type(m_load_max * new_size - 1);
173 size_type new_shrink_size = size_type(m_load_min * new_size);
177 << "1 " << new_size << std::endl
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 148 notify_resized(size_type new_size)
151 m_next_grow_size = size_type(m_load_max * new_size - 1);
152 m_next_shrink_size = size_type(m_load_min * new_size);
156 << "1 " << new_size << std::endl
169 notify_externally_resized(size_type new_size)
172 size_type new_grow_size = size_type(m_load_max * new_size - 1);
173 size_type new_shrink_size = size_type(m_load_min * new_size);
177 << "1 " << new_size << std::endl
sample_resize_policy.hpp 112 // Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
sample_resize_policy.hpp 112 /// Notifies the table was resized to new_size.
114 notify_resized(size_type new_size);

Completed in 1313 milliseconds

1 23 4 5 6 7 8 91011>>