HomeSort by relevance Sort by last modified time
    Searched refs:r_pos (Results 1 - 21 of 21) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 571 std::pair<entry_pointer, size_type>& r_pos) const
573 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
579 std::pair<entry_pointer, size_type>& r_pos) const
582 r_pos.first = r_pos.first->m_p_next;
583 if (r_pos.first != 0)
585 r_p_value = &r_pos.first->m_value;
589 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 571 std::pair<entry_pointer, size_type>& r_pos) const
573 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
579 std::pair<entry_pointer, size_type>& r_pos) const
582 r_pos.first = r_pos.first->m_p_next;
583 if (r_pos.first != 0)
585 r_p_value = &r_pos.first->m_value;
589 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 571 std::pair<entry_pointer, size_type>& r_pos) const
573 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
579 std::pair<entry_pointer, size_type>& r_pos) const
582 r_pos.first = r_pos.first->m_p_next;
583 if (r_pos.first != 0)
585 r_p_value = &r_pos.first->m_value;
589 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 571 std::pair<entry_pointer, size_type>& r_pos) const
573 inc_it_state((mapped_const_pointer& )r_p_value, r_pos);
579 std::pair<entry_pointer, size_type>& r_pos) const
582 r_pos.first = r_pos.first->m_p_next;
583 if (r_pos.first != 0)
585 r_p_value = &r_pos.first->m_value;
589 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 617 inc_it_state(pointer& r_p_value, size_type& r_pos) const
618 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
625 for (++r_pos; r_pos < m_num_e; ++r_pos)
627 const_entry_pointer p_e =& m_entries[r_pos];
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
640 for (r_pos = 0; r_pos < m_num_e; ++r_pos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 617 inc_it_state(pointer& r_p_value, size_type& r_pos) const
618 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
625 for (++r_pos; r_pos < m_num_e; ++r_pos)
627 const_entry_pointer p_e =& m_entries[r_pos];
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
640 for (r_pos = 0; r_pos < m_num_e; ++r_pos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 617 inc_it_state(pointer& r_p_value, size_type& r_pos) const
618 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
625 for (++r_pos; r_pos < m_num_e; ++r_pos)
627 const_entry_pointer p_e =& m_entries[r_pos];
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
640 for (r_pos = 0; r_pos < m_num_e; ++r_pos
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/
gp_ht_map_.hpp 617 inc_it_state(pointer& r_p_value, size_type& r_pos) const
618 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); }
622 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const
625 for (++r_pos; r_pos < m_num_e; ++r_pos)
627 const_entry_pointer p_e =& m_entries[r_pos];
638 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const
640 for (r_pos = 0; r_pos < m_num_e; ++r_pos
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
synth_access_traits.hpp 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); local
162 if (l_pos != r_pos)
163 return l_pos < r_pos;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/trie_policy/
trie_policy_base.hpp 191 size_type r_pos = r_traits.e_pos(*b_r); local
192 if (l_pos != r_pos)
193 return (l_pos < r_pos);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 303 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
305 r_pos = r_pos->m_p_next;
306 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 303 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
305 r_pos = r_pos->m_p_next;
306 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 303 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
305 r_pos = r_pos->m_p_next;
306 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 303 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const
305 r_pos = r_pos->m_p_next;
306 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value;
  /external/webrtc/talk/media/base/
videoframe_unittest.h 261 int r_pos, g_pos, b_pos, bytes; local
262 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
275 rgb[r_pos] = ((x / 63) & 1) ? 224 : 32;
331 int r_pos, g_pos, b_pos, bytes; local
332 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
355 ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][b_pos],
405 int* r_pos,
410 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 3; // RGB in memory.
412 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 3; // BGR in memory.
414 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 4; // RGBA in memory
    [all...]

Completed in 1405 milliseconds