HomeSort by relevance Sort by last modified time
    Searched full:min_size (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/oprofile/libutil++/
growable_vector.h 58 size_type min_size = min(container.size(), rhs.container.size()); local
59 for (size_type i = 0 ; i < min_size; ++i)
74 size_type min_size = min(container.size(), rhs.container.size()); local
75 for (size_type i = 0 ; i < min_size; ++i)
  /external/chromium/chrome/browser/chromeos/
native_dialog_window.h 27 // |size| means let gtk choose a proper size for that dimension. |min_size| is
33 const gfx::Size& min_size);
native_dialog_window.cc 59 const gfx::Size& min_size);
110 const gfx::Size& min_size)
116 min_size_(min_size),
271 const gfx::Size& min_size) {
273 new NativeDialogHost(native_dialog, flags, size, min_size);
  /external/chromium/base/
openssl_util.h 45 // Provides a buffer of at least MIN_SIZE bytes, for use when calling OpenSSL's
52 template<int MIN_SIZE>
61 if (output_len_ < MIN_SIZE) {
69 return output_len_ < MIN_SIZE ? min_sized_buffer_ : output_;
80 unsigned char min_sized_buffer_[MIN_SIZE];
  /external/chromium/crypto/
openssl_util.h 39 // Provides a buffer of at least MIN_SIZE bytes, for use when calling OpenSSL's
46 template<int MIN_SIZE>
55 if (output_len_ < MIN_SIZE) {
63 return output_len_ < MIN_SIZE ? min_sized_buffer_ : output_;
74 unsigned char min_sized_buffer_[MIN_SIZE];
  /external/chromium/chrome/browser/renderer_host/
download_throttling_resource_handler.cc 99 int min_size) {
102 return download_handler_->OnWillRead(request_id, buf, buf_size, min_size);
107 // If the caller passed a negative |min_size| then chose an appropriate
110 if (min_size < 0)
111 min_size = 2 * net::kMaxBytesToSniff;
112 tmp_buffer_ = new net::IOBuffer(min_size);
114 *buf_size = min_size;
save_file_resource_handler.cc 70 int* buf_size, int min_size) {
73 *buf_size = min_size < 0 ? kReadBufSize : min_size;
offline_resource_handler.h 41 int min_size);
save_file_resource_handler.h 41 int min_size);
download_resource_handler.cc 132 int* buf_size, int min_size) {
135 *buf_size = min_size < 0 ? kReadBufSize : min_size;
download_resource_handler.h 53 int min_size);
download_throttling_resource_handler.h 51 int min_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 63 min_size = 16 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon19742
130 m_next_grow_size(min_size)
172 return std::max(static_cast<size_type>(min_size), half_size);
180 size_type ret = min_size;
192 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
232 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
split_join_fn_imps.hpp 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
165 other.m_actual_size = resize_policy::min_size;
167 other.notify_arbitrary(resize_policy::min_size);
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
85 m_actual_size(resize_policy::min_size),
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 63 min_size = 16 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon24127
130 m_next_grow_size(min_size)
172 return std::max(static_cast<size_type>(min_size), half_size);
180 size_type ret = min_size;
192 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
232 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
split_join_fn_imps.hpp 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
165 other.m_actual_size = resize_policy::min_size;
167 other.notify_arbitrary(resize_policy::min_size);
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
85 m_actual_size(resize_policy::min_size),
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
resize_policy.hpp 63 min_size = 16 enumerator in enum:__gnu_pbds::detail::resize_policy::__anon25225
130 m_next_grow_size(min_size)
172 return std::max(static_cast<size_type>(min_size), half_size);
180 size_type ret = min_size;
192 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
209 std::max(m_next_grow_size / factor, static_cast<size_type>(min_size));
232 _GLIBCXX_DEBUG_ASSERT(m_next_grow_size >= min_size);
split_join_fn_imps.hpp 137 a_other_entries = s_entry_allocator.allocate(resize_policy::min_size);
145 s_entry_allocator.deallocate(a_other_entries, resize_policy::min_size);
165 other.m_actual_size = resize_policy::min_size;
167 other.notify_arbitrary(resize_policy::min_size);
constructors_destructor_fn_imps.hpp 74 m_actual_size(resize_policy::min_size),
85 m_actual_size(resize_policy::min_size),
  /external/e2fsprogs/resize/
main.c 163 blk_t min_size = 0; local
345 min_size = calculate_minimum_resize_size(fs);
349 min_size);
378 new_size = min_size;
394 if (!force && new_size < min_size) {
396 _("New size smaller than minimum (%u)\n"), min_size);
  /external/chromium/sdch/open-vcdiff/src/
blockhash.cc 114 const size_t min_size = (dictionary_size / sizeof(int)) + 1; // NOLINT local
116 // Find the smallest power of 2 that is >= min_size, and assign
118 while (table_size < min_size) {
137 // The loop above tries to find the smallest power of 2 that is >= min_size.
138 // That value must lie somewhere between min_size and (min_size * 2),
140 if ((dictionary_size > 0) && (table_size > (min_size * 2))) {
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ClusterSource.java 58 // /cluster/{set}/size /cluster/{set}/size/min_size
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmbr2684.h 80 int min_size; /* we will pad smaller packets than this */ member in struct:atm_backend_br2684

Completed in 354 milliseconds

1 2 3 4 5 6 7 8