| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | cc_ht_map_.hpp | 580 std::pair<entry_pointer, size_type>& r_pos) const in inc_it_state() 582 inc_it_state((mapped_const_pointer& )r_p_value, r_pos); in inc_it_state() 588 std::pair<entry_pointer, size_type>& r_pos) const in inc_it_state() 591 r_pos.first = r_pos.first->m_p_next; in inc_it_state() 592 if (r_pos.first != 0) in inc_it_state() 594 r_p_value = &r_pos.first->m_value; in inc_it_state() 598 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second) in inc_it_state() 599 if (m_entries[r_pos.second] != 0) in inc_it_state() 601 r_pos.first = m_entries[r_pos.second]; in inc_it_state() 602 r_p_value = &r_pos.first->m_value; in inc_it_state() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/cc_hash_table_map_/ |
| H A D | cc_ht_map_.hpp | 580 std::pair<entry_pointer, size_type>& r_pos) const in inc_it_state() 582 inc_it_state((mapped_const_pointer& )r_p_value, r_pos); in inc_it_state() 588 std::pair<entry_pointer, size_type>& r_pos) const in inc_it_state() 591 r_pos.first = r_pos.first->m_p_next; in inc_it_state() 592 if (r_pos.first != 0) in inc_it_state() 594 r_p_value = &r_pos.first->m_value; in inc_it_state() 598 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second) in inc_it_state() 599 if (m_entries[r_pos.second] != 0) in inc_it_state() 601 r_pos.first = m_entries[r_pos.second]; in inc_it_state() 602 r_p_value = &r_pos.first->m_value; in inc_it_state() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/gp_hash_table_map_/ |
| H A D | gp_ht_map_.hpp | 618 inc_it_state(pointer& r_p_value, size_type& r_pos) const in inc_it_state() 619 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); } in inc_it_state() 623 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const in inc_it_state() 626 for (++r_pos; r_pos < m_num_e; ++r_pos) in inc_it_state() 628 const_entry_pointer p_e =& m_entries[r_pos]; in inc_it_state() 639 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const in get_start_it_state() 641 for (r_pos = 0; r_pos < m_num_e; ++r_pos) in get_start_it_state() 643 const_entry_pointer p_e = &m_entries[r_pos]; in get_start_it_state() 654 get_start_it_state(pointer& r_p_value, size_type& r_pos) in get_start_it_state() argument 656 for (r_pos = 0; r_pos < m_num_e; ++r_pos) in get_start_it_state() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/gp_hash_table_map_/ |
| H A D | gp_ht_map_.hpp | 618 inc_it_state(pointer& r_p_value, size_type& r_pos) const in inc_it_state() 619 { inc_it_state((mapped_const_pointer& )r_p_value, r_pos); } in inc_it_state() 623 inc_it_state(const_pointer& r_p_value, size_type& r_pos) const in inc_it_state() 626 for (++r_pos; r_pos < m_num_e; ++r_pos) in inc_it_state() 628 const_entry_pointer p_e =& m_entries[r_pos]; in inc_it_state() 639 get_start_it_state(const_pointer& r_p_value, size_type& r_pos) const in get_start_it_state() 641 for (r_pos = 0; r_pos < m_num_e; ++r_pos) in get_start_it_state() 643 const_entry_pointer p_e = &m_entries[r_pos]; in get_start_it_state() 654 get_start_it_state(pointer& r_p_value, size_type& r_pos) in get_start_it_state() argument 656 for (r_pos = 0; r_pos < m_num_e; ++r_pos) in get_start_it_state() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/ |
| H A D | ivc.c | 164 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx() 165 ivc->r_pos = 0; in tegra_ivc_advance_rx() 167 ivc->r_pos++; in tegra_ivc_advance_rx() 249 tegra_ivc_invalidate_frame(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame() 250 *frame = tegra_ivc_frame_pointer(ivc, ivc->rx_channel, ivc->r_pos); in tegra_ivc_read_get_next_frame() 378 ivc->r_pos = 0; in tegra_ivc_channel_notified() 415 ivc->r_pos = 0; in tegra_ivc_channel_notified() 547 ivc->r_pos = 0; in tegra_ivc_init()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/list_update_map_/ |
| H A D | lu_map_.hpp | 305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const in inc_it_state() 307 r_pos = r_pos->m_p_next; in inc_it_state() 308 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value; in inc_it_state()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/list_update_map_/ |
| H A D | lu_map_.hpp | 305 inc_it_state(const_pointer& r_p_value, entry_pointer& r_pos) const in inc_it_state() 307 r_pos = r_pos->m_p_next; in inc_it_state() 308 r_p_value = (r_pos == 0) ? 0 : &r_pos->m_value; in inc_it_state()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); in cmp_prefixes() local 162 if (l_pos != r_pos) in cmp_prefixes() 163 return l_pos < r_pos; in cmp_prefixes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | trie_policy_base.hpp | 191 size_type r_pos = r_traits.e_pos(*b_r); in less() local 192 if (l_pos != r_pos) in less() 193 return (l_pos < r_pos); in less()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/pb_ds/detail/pat_trie_/ |
| H A D | synth_access_traits.hpp | 161 const typename base_type::size_type r_pos = base_type::e_pos(*b_r); in cmp_prefixes() local 162 if (l_pos != r_pos) in cmp_prefixes() 163 return l_pos < r_pos; in cmp_prefixes()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/pb_ds/detail/trie_policy/ |
| H A D | trie_policy_base.hpp | 191 size_type r_pos = r_traits.e_pos(*b_r); in less() local 192 if (l_pos != r_pos) in less() 193 return (l_pos < r_pos); in less()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-tegra/ |
| H A D | ivc.h | 62 uint32_t r_pos; member
|