Home
last modified time | relevance | path

Searched refs:m_type (Results 1 – 25 of 87) sorted by relevance

1234

/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 Dfind_fn_imps.hpp51 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
76 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
108 while (p_nd->m_type != leaf_node) in find_imp()
110 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp()
140 if (p_nd->m_type == leaf_node) in lower_bound_imp()
149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp()
213 if (p_nd->m_type == leaf_node) in pref_begin()
216 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin()
225 if (p_nd->m_type == leaf_node) in pref_end()
228 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end()
[all …]
H A Derase_fn_imps.hpp49 if (p_nd == 0 || p_nd->m_type == i_node) in erase()
55 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase()
81 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
96 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
106 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup()
109 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup()
147 if (p_nd->m_type == i_node) in clear_imp()
149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp()
162 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp()
179 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase()
[all …]
H A Dpat_trie_base.hpp106 const node_type m_type; member
108 _Node_base(node_type type) : m_type(type) in _Node_base()
196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp()
537 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->()
544 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *()
602 if (m_p_nd->m_type == head_node) in inc()
609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc()
615 if (p_y->m_type == head_node) in inc()
630 if (m_p_nd->m_type == head_node) in dec()
637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec()
[all …]
H A Dinsert_join_fn_imps.hpp108 if (p_l->m_type == leaf_node) in rec_join_prep()
110 if (p_r->m_type == leaf_node) in rec_join_prep()
117 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
123 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep()
124 if (p_r->m_type == leaf_node) in rec_join_prep()
131 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
211 if (p_l->m_type == leaf_node) in rec_join()
213 if (p_r->m_type == leaf_node) in rec_join()
221 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join()
229 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join()
[all …]
H A Ddebug_fn_imps.hpp62 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid()
63 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid()
106 if (p_nd->m_type == leaf_node) in recursive_count_leafs()
108 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
/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 Dfind_fn_imps.hpp51 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
76 if (p_nd == 0 || p_nd->m_type != leaf_node) in find()
108 while (p_nd->m_type != leaf_node) in find_imp()
110 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in find_imp()
140 if (p_nd->m_type == leaf_node) in lower_bound_imp()
149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in lower_bound_imp()
213 if (p_nd->m_type == leaf_node) in pref_begin()
216 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_begin()
225 if (p_nd->m_type == leaf_node) in pref_end()
228 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in pref_end()
[all …]
H A Derase_fn_imps.hpp49 if (p_nd == 0 || p_nd->m_type == i_node) in erase()
55 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in erase()
81 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
96 _GLIBCXX_DEBUG_ASSERT(p_parent->m_type == i_node); in erase_fixup()
106 if (p_nd->m_p_parent->m_type == head_node) in erase_fixup()
109 _GLIBCXX_DEBUG_ASSERT(p_nd->m_p_parent->m_type == i_node); in erase_fixup()
147 if (p_nd->m_type == i_node) in clear_imp()
149 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == i_node); in clear_imp()
162 _GLIBCXX_DEBUG_ASSERT(p_nd->m_type == leaf_node); in clear_imp()
179 _GLIBCXX_DEBUG_ASSERT(it.m_p_nd->m_type == leaf_node); in erase()
[all …]
H A Dpat_trie_base.hpp106 const node_type m_type; member
108 _Node_base(node_type type) : m_type(type) in _Node_base()
196 PB_DS_DEBUG_VERIFY(base_type::m_type == leaf_node); in assert_valid_imp()
537 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator ->()
544 _GLIBCXX_DEBUG_ASSERT(m_p_nd->m_type == leaf_node); in operator *()
602 if (m_p_nd->m_type == head_node) in inc()
609 while (p_y->m_type != head_node && get_larger_sibling(m_p_nd) == 0) in inc()
615 if (p_y->m_type == head_node) in inc()
630 if (m_p_nd->m_type == head_node) in dec()
637 while (p_y->m_type != head_node && get_smaller_sibling(m_p_nd) == 0) in dec()
[all …]
H A Dinsert_join_fn_imps.hpp108 if (p_l->m_type == leaf_node) in rec_join_prep()
110 if (p_r->m_type == leaf_node) in rec_join_prep()
117 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
123 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join_prep()
124 if (p_r->m_type == leaf_node) in rec_join_prep()
131 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join_prep()
211 if (p_l->m_type == leaf_node) in rec_join()
213 if (p_r->m_type == leaf_node) in rec_join()
221 _GLIBCXX_DEBUG_ASSERT(p_r->m_type == i_node); in rec_join()
229 _GLIBCXX_DEBUG_ASSERT(p_l->m_type == i_node); in rec_join()
[all …]
H A Ddebug_fn_imps.hpp62 PB_DS_DEBUG_VERIFY(m_p_head->m_p_min->m_type == leaf_node); in assert_valid()
63 PB_DS_DEBUG_VERIFY(m_p_head->m_p_max->m_type == leaf_node); in assert_valid()
106 if (p_nd->m_type == leaf_node) in recursive_count_leafs()
108 PB_DS_DEBUG_VERIFY(p_nd->m_type == i_node); in recursive_count_leafs()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Dsdrc2xxx.c54 return mem_timings.m_type; in omap2xxx_sdrc_get_type()
81 u32 dll_ctrl, m_type; in omap2xxx_sdrc_reprogram() local
95 m_type = omap2xxx_sdrc_get_type(); in omap2xxx_sdrc_reprogram()
106 omap2_sram_reprogram_sdrc(level, dll_ctrl, m_type); in omap2xxx_sdrc_reprogram()
120 mem_timings.m_type = !((sdrc_read_reg(SDRC_MR_0) & 0x3) == 0x1); in omap2xxx_sdrc_init_params()
130 if (mem_timings.m_type != M_DDR) in omap2xxx_sdrc_init_params()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtree-vector-builder.h34 tree_vector_builder () : m_type (0) {} in tree_vector_builder()
38 tree type () const { return m_type; } in type()
60 tree m_type; variable
81 m_type = type; in new_vector()
101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type)); in allow_steps_p()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtree-vector-builder.h34 tree_vector_builder () : m_type (0) {} in tree_vector_builder()
38 tree type () const { return m_type; } in type()
60 tree m_type; variable
81 m_type = type; in new_vector()
101 return INTEGRAL_TYPE_P (TREE_TYPE (m_type)); in allow_steps_p()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dxbel.cpp41 , m_type(type) in BookmarkNode()
53 m_type = BookmarkNode::Root; in ~BookmarkNode()
62 || m_type != other.m_type in operator ==()
74 return m_type; in type()
79 m_type = type; in setType()
94 Q_ASSERT(child->m_type != Root); in add()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomapparameter.cpp71 return m_type; in type()
76 if (m_type.isEmpty()) in setType()
77 m_type = type; in setType()
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/keyboard/
H A Dkeyboard.cpp34 m_type(0), in Keyboard()
72 m_type = 0; in createKeys()
170 m_type== 1? m_buttons[i]->setValue("中"): m_buttons[i]->setValue("en"); in resetKey()
263 return d.value[m_type]; in getKey()
291 if(m_type==0){ in handleKey()
292 m_type =1; in handleKey()
293 }else if(m_type ==1) in handleKey()
295 m_type =0; in handleKey()
304 if(m_type ==1 && button->getKey()>= Qt::Key_A && button->getKey() <= Qt::Key_Z ) in handleKey()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/
H A Diwatchdog.cpp22 m_type =2; in IWatchDog()
24 m_type =1; in IWatchDog()
58 switch (m_type) { in open()
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dutil.c88 ms->m_type = cpu_to_le32(ms->m_type); in dlm_message_out()
112 ms->m_type = le32_to_cpu(ms->m_type); in dlm_message_in()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_rm_fsm.c490 switch (prm->q.m_type) { in rm_issue_meas_req()
536 prm->p.m_type = prm->q.m_type; in rm_state_idle()
541 if (prm->q.m_type == ch_load_req in rm_state_idle()
542 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
552 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
627 switch (prm->q.m_type) { in rm_state_do_meas()
669 switch (prm->q.m_type) { in rm_state_do_meas()
692 switch (prm->q.m_type) { in rm_state_do_meas()
802 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_rm_fsm.c485 switch (prm->q.m_type) { in rm_issue_meas_req()
531 prm->p.m_type = prm->q.m_type; in rm_state_idle()
536 if (prm->q.m_type == ch_load_req in rm_state_idle()
537 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
547 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
625 switch (prm->q.m_type) { in rm_state_do_meas()
668 switch (prm->q.m_type) { in rm_state_do_meas()
690 switch (prm->q.m_type) { in rm_state_do_meas()
800 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_rm_fsm.c490 switch (prm->q.m_type) { in rm_issue_meas_req()
534 prm->p.m_type = prm->q.m_type; in rm_state_idle()
539 if (prm->q.m_type == ch_load_req in rm_state_idle()
540 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
550 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
625 switch (prm->q.m_type) { in rm_state_do_meas()
663 switch (prm->q.m_type) { in rm_state_do_meas()
685 switch (prm->q.m_type) { in rm_state_do_meas()
794 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_rm_fsm.c489 switch (prm->q.m_type) { in rm_issue_meas_req()
535 prm->p.m_type = prm->q.m_type; in rm_state_idle()
540 if (prm->q.m_type == ch_load_req in rm_state_idle()
541 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
551 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
626 switch (prm->q.m_type) { in rm_state_do_meas()
668 switch (prm->q.m_type) { in rm_state_do_meas()
691 switch (prm->q.m_type) { in rm_state_do_meas()
801 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_rm_fsm.c485 switch (prm->q.m_type) { in rm_issue_meas_req()
531 prm->p.m_type = prm->q.m_type; in rm_state_idle()
536 if (prm->q.m_type == ch_load_req in rm_state_idle()
537 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
547 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
625 switch (prm->q.m_type) { in rm_state_do_meas()
668 switch (prm->q.m_type) { in rm_state_do_meas()
690 switch (prm->q.m_type) { in rm_state_do_meas()
800 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_rm_fsm.c490 switch (prm->q.m_type) { in rm_issue_meas_req()
534 prm->p.m_type = prm->q.m_type; in rm_state_idle()
539 if (prm->q.m_type == ch_load_req in rm_state_idle()
540 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
550 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
625 switch (prm->q.m_type) { in rm_state_do_meas()
663 switch (prm->q.m_type) { in rm_state_do_meas()
685 switch (prm->q.m_type) { in rm_state_do_meas()
794 switch (prm->q.m_type) { in rm_state_send_report()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_rm_fsm.c489 switch (prm->q.m_type) { in rm_issue_meas_req()
535 prm->p.m_type = prm->q.m_type; in rm_state_idle()
540 if (prm->q.m_type == ch_load_req in rm_state_idle()
541 || prm->q.m_type == noise_histo_req) { in rm_state_idle()
551 prm->rmid, rm_type_req_name(prm->q.m_type), in rm_state_idle()
626 switch (prm->q.m_type) { in rm_state_do_meas()
668 switch (prm->q.m_type) { in rm_state_do_meas()
690 switch (prm->q.m_type) { in rm_state_do_meas()
800 switch (prm->q.m_type) { in rm_state_send_report()

1234