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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/resize_policy/
hash_standard_resize_policy_imp.hpp 167 notify_resized(size_type new_size)
169 trigger_policy_base::notify_resized(new_size);
170 m_size = new_size;
185 resize(size_type new_size)
189 while (actual_size < new_size)
193 if (pot == actual_size && pot < new_size)
hash_load_check_resize_trigger_imp.hpp 151 notify_resized(size_type new_size)
154 m_next_grow_size = size_type(m_load_max * new_size - 1);
155 m_next_shrink_size = size_type(m_load_min * new_size);
159 << "1 " << new_size << std::endl
172 notify_externally_resized(size_type new_size)
175 size_type new_grow_size = size_type(m_load_max * new_size - 1);
176 size_type new_shrink_size = size_type(m_load_min * new_size);
180 << "1 " << new_size << std::endl
  /external/chromium/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.h 32 const gfx::Size& new_size);
  /external/valgrind/main/callgrind/
context.c 93 UInt i, new_size, conflicts1 = 0, conflicts2 = 0; local
97 new_size = 2* cxts.size +3;
99 new_size * sizeof(Context*));
103 for (i = 0; i < new_size; i++)
113 new_idx = (UInt) (curr->hash % new_size);
131 cxts.size, new_size,
134 cxts.size = new_size;
304 int new_size = CLG_(current_fn_stack).size *2; local
306 new_size * sizeof(fn_node*));
315 CLG_(current_fn_stack).size, new_size,
    [all...]
jumps.c 87 Int i, new_size, conflicts1 = 0, conflicts2 = 0; local
92 new_size = 2* current_jccs.size +3;
94 new_size * sizeof(jCC*));
98 for (i = 0; i < new_size; i++)
109 curr_jcc->to, new_size);
127 current_jccs.size, new_size,
130 current_jccs.size = new_size;
  /external/webp/src/utils/
bit_writer.c 27 size_t new_size; local
36 new_size = 2 * bw->max_pos_;
37 if (new_size < needed_size) new_size = needed_size;
38 if (new_size < 1024) new_size = 1024;
39 new_buf = (uint8_t*)malloc(new_size);
47 bw->max_pos_ = new_size;
  /external/dropbear/
scpmisc.c 64 xrealloc(void *ptr, size_t new_size)
68 if (new_size == 0) {
73 new_ptr = malloc(new_size);
75 new_ptr = realloc(ptr, new_size);
77 fprintf(stderr, "xrealloc: out of memory (new_size %lu bytes)\n", (u_long) new_size);
  /external/eigen/Eigen/src/Core/util/
Memory.h 242 inline void* aligned_realloc(void *ptr, size_t new_size, size_t old_size)
248 result = std::realloc(ptr,new_size);
250 result = std::realloc(ptr,new_size);
252 result = generic_aligned_realloc(ptr,new_size,old_size);
258 result = _aligned_realloc(ptr,new_size,16);
260 result = generic_aligned_realloc(ptr,new_size,old_size);
263 result = _aligned_realloc(ptr,new_size,16);
265 result = handmade_aligned_realloc(ptr,new_size,old_size);
268 if (!result && new_size)
307 template<bool Align> inline void* conditional_aligned_realloc(void* ptr, size_t new_size, size_t old_size
    [all...]
  /external/e2fsprogs/intl/
localealias.c 311 size_t new_size = (string_space_max local
314 char *new_pool = (char *) realloc (string_space, new_size);
330 string_space_max = new_size;
370 size_t new_size; local
373 new_size = maxmap == 0 ? 100 : 2 * maxmap;
374 new_map = (struct alias_map *) realloc (map, (new_size
381 maxmap = new_size;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
hash_policy.hpp 258 notify_resized(size_type new_size);
261 notify_externally_resized(size_type new_size);
271 do_resize(size_type new_size);
364 notify_resized(size_type new_size);
367 notify_externally_resized(size_type new_size);
573 notify_resized(size_type new_size);
586 // Resizes to new_size.
588 do_resize(size_type new_size);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 258 notify_resized(size_type new_size);
261 notify_externally_resized(size_type new_size);
271 do_resize(size_type new_size);
364 notify_resized(size_type new_size);
367 notify_externally_resized(size_type new_size);
573 notify_resized(size_type new_size);
586 // Resizes to new_size.
588 do_resize(size_type new_size);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 258 notify_resized(size_type new_size);
261 notify_externally_resized(size_type new_size);
271 do_resize(size_type new_size);
364 notify_resized(size_type new_size);
367 notify_externally_resized(size_type new_size);
573 notify_resized(size_type new_size);
586 // Resizes to new_size.
588 do_resize(size_type new_size);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
hash_policy.hpp 258 notify_resized(size_type new_size);
261 notify_externally_resized(size_type new_size);
271 do_resize(size_type new_size);
364 notify_resized(size_type new_size);
367 notify_externally_resized(size_type new_size);
573 notify_resized(size_type new_size);
586 // Resizes to new_size.
588 do_resize(size_type new_size);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
hash_policy.hpp 258 notify_resized(size_type new_size);
261 notify_externally_resized(size_type new_size);
271 do_resize(size_type new_size);
364 notify_resized(size_type new_size);
367 notify_externally_resized(size_type new_size);
573 notify_resized(size_type new_size);
586 // Resizes to new_size.
588 do_resize(size_type new_size);
  /external/chromium/chrome/browser/chromeos/login/
views_login_display.cc 132 int new_size = static_cast<int>(controllers_.size()); local
133 for (int i = 0; i < new_size; ++i)
134 controllers_[i]->UpdateUserCount(i, new_size);
153 size_t new_size = controllers_.size();
154 size_t insert_position = new_size;
166 new_size = controllers_.size();
167 for (size_t i = 0; i < new_size; ++i) {
169 controllers_[i]->UpdateUserCount(i, new_size);
173 controllers_[insert_position]->Init(insert_position, new_size, false);
  /external/e2fsprogs/resize/
resize2fs.h 125 extern errcode_t resize_fs(ext2_filsys fs, blk_t *new_size, int flags,
132 blk_t new_size);
149 blk_t *new_size, int flags);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
insert_fn_imps.hpp 86 const size_type new_size = resize_policy::get_new_size_for_grow();
87 entry_pointer new_entries = s_entry_allocator.allocate(new_size);
92 m_actual_size = new_size;
  /external/chromium/chrome/browser/ui/cocoa/extensions/
extension_view_mac.h 47 void UpdatePreferredSize(const gfx::Size& new_size);
  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_popup_gtk.h 47 const gfx::Size& new_size);
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 142 void ExtensionView::UpdatePreferredSize(const gfx::Size& new_size) {
146 pending_preferred_size_ = new_size;
151 if (new_size != preferred_size)
152 SetPreferredSize(new_size);

Completed in 1135 milliseconds

1 2 3 45 6 7 8 91011>>