HomeSort by relevance Sort by last modified time
    Searched refs:m_size (Results 26 - 50 of 398) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
54 for (size_type i = 0; i < m_size; ++i)
60 if (left_child(i) < m_size)
65 if (right_child(i) < m_size)
erase_fn_imps.hpp 46 for (size_type i = 0; i < m_size; ++i)
66 m_size = 0;
97 std::pop_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
101 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
102 --m_size;
125 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
127 const size_type ersd = m_size - left;
129 for (size_type i = left; i < m_size; ++i)
150 m_size = left;
152 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this))
    [all...]
split_join_fn_imps.hpp 59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
63 _GLIBCXX_DEBUG_ASSERT(m_size >= ersd);
91 for (size_type i = 0; i < other.m_size; ++i)
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
105 other.m_size = ersd;
110 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
111 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
128 const size_type len = m_size + other.m_size
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
debug_fn_imps.hpp 53 _GLIBCXX_DEBUG_ASSERT(m_size <= m_actual_size);
54 for (size_type i = 0; i < m_size; ++i)
60 if (left_child(i) < m_size)
65 if (right_child(i) < m_size)
erase_fn_imps.hpp 46 for (size_type i = 0; i < m_size; ++i)
66 m_size = 0;
97 std::pop_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
101 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
102 --m_size;
125 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
127 const size_type ersd = m_size - left;
129 for (size_type i = left; i < m_size; ++i)
150 m_size = left;
152 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this))
    [all...]
split_join_fn_imps.hpp 59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
63 _GLIBCXX_DEBUG_ASSERT(m_size >= ersd);
91 for (size_type i = 0; i < other.m_size; ++i)
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
105 other.m_size = ersd;
110 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
111 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
128 const size_type len = m_size + other.m_size
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
erase_fn_imps.hpp 46 for (size_type i = 0; i < m_size; ++i)
66 m_size = 0;
97 std::pop_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
101 _GLIBCXX_DEBUG_ASSERT(m_size > 0);
102 --m_size;
125 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
127 const size_type ersd = m_size - left;
129 for (size_type i = left; i < m_size; ++i)
150 m_size = left;
152 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this))
    [all...]
split_join_fn_imps.hpp 59 _GLIBCXX_DEBUG_ASSERT(m_size >= left);
61 const size_type ersd = m_size - left;
63 _GLIBCXX_DEBUG_ASSERT(m_size >= ersd);
91 for (size_type i = 0; i < other.m_size; ++i)
96 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries);
104 m_size = left;
105 other.m_size = ersd;
110 std::make_heap(m_a_entries, m_a_entries + m_size, static_cast<entry_cmp& >(*this));
111 std::make_heap(other.m_a_entries, other.m_a_entries + other.m_size, static_cast<entry_cmp& >(other));
128 const size_type len = m_size + other.m_size
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.h 44 IntSize size() const { return m_size; }
48 IntSize m_size; member in class:WebCore::PlatformImage
  /external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
AttachmentUnix.cpp 38 , m_size(size)
41 ASSERT(m_size);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 74 size_type m_size; member in class:__gnu_pbds::detail::mod_based_range_hashing
82 std::swap(m_size, other.m_size);
90 m_size = size;
98 return (hash % m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 74 size_type m_size; member in class:__gnu_pbds::detail::mod_based_range_hashing
82 std::swap(m_size, other.m_size);
90 m_size = size;
98 return (hash % m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
mod_based_range_hashing.hpp 74 size_type m_size; member in class:__gnu_pbds::detail::mod_based_range_hashing
82 std::swap(m_size, other.m_size);
90 m_size = size;
98 return (hash % m_size);
  /development/tools/emulator/opengl/host/libs/libOpenglRender/
ReadBuffer.cpp 24 m_size = bufsize;
26 m_buf = (unsigned char*)malloc(m_size*sizeof(unsigned char));
42 size_t len = m_size - m_validData;
45 size_t new_size = m_size*2;
47 if (new_size < m_size) { // overflow check
56 m_size = new_size;
58 len = m_size - m_validData;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 48 if (other.m_size == 0)
51 if (m_size == 0)
67 m_size += other.m_size;
90 if (m_size == 0)
112 if (m_size == 1)
130 other.m_size = std::distance(other.begin(), other.end());
131 m_size -= other.m_size;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 53 m_size(0)
63 m_size(0)
71 : Cmp_Fn(other), m_p_root(NULL), m_size(0)
73 m_size = other.m_size;
76 m_size = other.m_size;
99 std::swap(m_size, other.m_size);
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 48 if (other.m_size == 0)
51 if (m_size == 0)
67 m_size += other.m_size;
90 if (m_size == 0)
112 if (m_size == 1)
130 other.m_size = std::distance(other.begin(), other.end());
131 m_size -= other.m_size;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 53 m_size(0)
63 m_size(0)
71 : Cmp_Fn(other), m_p_root(NULL), m_size(0)
73 m_size = other.m_size;
76 m_size = other.m_size;
99 std::swap(m_size, other.m_size);
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
split_join_fn_imps.hpp 48 if (other.m_size == 0)
51 if (m_size == 0)
67 m_size += other.m_size;
90 if (m_size == 0)
112 if (m_size == 1)
130 other.m_size = std::distance(other.begin(), other.end());
131 m_size -= other.m_size;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
constructors_destructor_fn_imps.hpp 53 m_size(0)
63 m_size(0)
71 : Cmp_Fn(other), m_p_root(NULL), m_size(0)
73 m_size = other.m_size;
76 m_size = other.m_size;
99 std::swap(m_size, other.m_size);
  /development/tools/emulator/opengl/tests/ut_renderer/
ReadBuffer.cpp 22 m_size = bufsize;
24 m_buf = new unsigned char[m_size];
41 int stat = m_stream->recv(m_buf + m_validData, m_size - m_validData);
  /external/webkit/Source/JavaScriptCore/runtime/
ArgList.h 55 m_size = 0;
61 , m_size(size)
76 m_size = size;
88 size_t size() const { return m_size; }
89 bool isEmpty() const { return !m_size; }
93 if (i < m_size)
102 m_size = 0;
113 if (m_isUsingInlineBuffer && m_size < inlineCapacity) {
115 ++m_size;
120 ++m_size;
150 size_t m_size; member in class:JSC::MarkedArgumentBuffer
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontPlatformData.cpp 39 , m_size(source.m_size)
56 m_size = other.m_size;
GeneratedImage.h 48 virtual void setContainerSize(const IntSize& size) { m_size = size; }
53 virtual IntSize size() const { return m_size; }
66 , m_size(size)
71 IntSize m_size; member in class:WebCore::GeneratedImage
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
DataReference.cpp 36 encoder->encodeBytes(m_data, m_size);

Completed in 1866 milliseconds

12 3 4 5 6 7 8 91011>>