Home
last modified time | relevance | path

Searched refs:m_stat (Results 1 – 25 of 33) sorted by relevance

12

/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 Dgp_ht_map_.hpp169 entry_status m_stat; member
440 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in insert_new_imp()
446 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in insert_new_imp()
449 p_e->m_stat = valid_entry_status; in insert_new_imp()
460 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat != in insert_new_imp()
467 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat != in insert_new_imp()
473 p_e->m_stat = valid_entry_status; in insert_new_imp()
492 if (p_e->m_stat != valid_entry_status) in subscript_imp()
507 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status) in subscript_imp()
529 switch (p_e->m_stat) in find_key_pointer()
[all …]
H A Derase_fn_imps.hpp48 _GLIBCXX_DEBUG_ASSERT(p_e->m_stat = valid_entry_status); in erase_entry()
51 p_e->m_stat = erased_entry_status; in erase_entry()
64 if (p_e->m_stat == valid_entry_status) in clear()
82 if (p_e->m_stat == valid_entry_status) in erase_if()
H A Dconstructor_destructor_fn_imps.hpp149 m_entries[i].m_stat = (entry_status)empty_entry_status; in PB_DS_GP_HASH_NAME()
155 m_entries[i].m_stat = other.m_entries[i].m_stat; in PB_DS_GP_HASH_NAME()
156 if (m_entries[i].m_stat == valid_entry_status) in PB_DS_GP_HASH_NAME()
209 if (p_e->m_stat == valid_entry_status) in erase_all_valid_entries()
223 m_entries[i].m_stat = empty_entry_status; in initialize()
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp50 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status)k; in constructor_insert_new_imp()
53 p_e->m_stat = valid_entry_status; in constructor_insert_new_imp()
H A Dconstructor_destructor_store_hash_fn_imps.hpp50 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in constructor_insert_new_imp()
54 p_e->m_stat = valid_entry_status; in constructor_insert_new_imp()
H A Dresize_no_store_hash_fn_imps.hpp57 switch(p_new_e->m_stat) in resize_imp_reassign()
61 p_new_e->m_stat = valid_entry_status; in resize_imp_reassign()
H A Dresize_store_hash_fn_imps.hpp58 switch(p_new_e->m_stat) in resize_imp_reassign()
63 p_new_e->m_stat = valid_entry_status; in resize_imp_reassign()
H A Dinsert_no_store_hash_fn_imps.hpp62 switch(p_e->m_stat) in find_ins_pos()
104 if (m_entries[pos].m_stat == valid_entry_status) in insert_imp()
H A Dresize_fn_imps.hpp101 a_entries_resized[i].m_stat = empty_entry_status; in resize_imp()
134 if (m_entries[pos].m_stat == valid_entry_status) in resize_imp()
H A Dinsert_store_hash_fn_imps.hpp64 switch(p_e->m_stat) in find_ins_pos()
111 if (p_e->m_stat == valid_entry_status) in insert_imp()
H A Ddebug_no_store_hash_fn_imps.hpp55 switch(p_e->m_stat) in assert_entry_array_valid()
H A Dtrace_fn_imps.hpp57 switch(m_entries[i].m_stat) in trace()
/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 Dgp_ht_map_.hpp169 entry_status m_stat; member
440 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in insert_new_imp()
446 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in insert_new_imp()
449 p_e->m_stat = valid_entry_status; in insert_new_imp()
460 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat != in insert_new_imp()
467 _GLIBCXX_DEBUG_ASSERT(m_entries[r_pos_hash_pair.first].m_stat != in insert_new_imp()
473 p_e->m_stat = valid_entry_status; in insert_new_imp()
492 if (p_e->m_stat != valid_entry_status) in subscript_imp()
507 if (m_entries[pos_hash_pair.first].m_stat != valid_entry_status) in subscript_imp()
529 switch (p_e->m_stat) in find_key_pointer()
[all …]
H A Derase_fn_imps.hpp48 _GLIBCXX_DEBUG_ASSERT(p_e->m_stat = valid_entry_status); in erase_entry()
51 p_e->m_stat = erased_entry_status; in erase_entry()
64 if (p_e->m_stat == valid_entry_status) in clear()
82 if (p_e->m_stat == valid_entry_status) in erase_if()
H A Dconstructor_destructor_fn_imps.hpp149 m_entries[i].m_stat = (entry_status)empty_entry_status; in PB_DS_GP_HASH_NAME()
155 m_entries[i].m_stat = other.m_entries[i].m_stat; in PB_DS_GP_HASH_NAME()
156 if (m_entries[i].m_stat == valid_entry_status) in PB_DS_GP_HASH_NAME()
209 if (p_e->m_stat == valid_entry_status) in erase_all_valid_entries()
223 m_entries[i].m_stat = empty_entry_status; in initialize()
H A Dconstructor_destructor_no_store_hash_fn_imps.hpp50 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status)k; in constructor_insert_new_imp()
53 p_e->m_stat = valid_entry_status; in constructor_insert_new_imp()
H A Dconstructor_destructor_store_hash_fn_imps.hpp50 _GLIBCXX_DEBUG_ASSERT(m_entries[pos].m_stat != valid_entry_status); in constructor_insert_new_imp()
54 p_e->m_stat = valid_entry_status; in constructor_insert_new_imp()
H A Dresize_no_store_hash_fn_imps.hpp57 switch(p_new_e->m_stat) in resize_imp_reassign()
61 p_new_e->m_stat = valid_entry_status; in resize_imp_reassign()
H A Dresize_store_hash_fn_imps.hpp58 switch(p_new_e->m_stat) in resize_imp_reassign()
63 p_new_e->m_stat = valid_entry_status; in resize_imp_reassign()
H A Dinsert_no_store_hash_fn_imps.hpp62 switch(p_e->m_stat) in find_ins_pos()
104 if (m_entries[pos].m_stat == valid_entry_status) in insert_imp()
H A Dresize_fn_imps.hpp101 a_entries_resized[i].m_stat = empty_entry_status; in resize_imp()
134 if (m_entries[pos].m_stat == valid_entry_status) in resize_imp()
H A Dinsert_store_hash_fn_imps.hpp64 switch(p_e->m_stat) in find_ins_pos()
111 if (p_e->m_stat == valid_entry_status) in insert_imp()
H A Dtrace_fn_imps.hpp57 switch(m_entries[i].m_stat) in trace()
H A Ddebug_no_store_hash_fn_imps.hpp55 switch(p_e->m_stat) in assert_entry_array_valid()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-qcom-geni.c171 u32 m_stat = readl_relaxed(gi2c->se.base + SE_GENI_M_IRQ_STATUS); in geni_i2c_err_misc() local
185 dma, tx_st, rx_st, m_stat); in geni_i2c_err_misc()
209 u32 m_stat; in geni_i2c_irq() local
218 m_stat = readl_relaxed(base + SE_GENI_M_IRQ_STATUS); in geni_i2c_irq()
226 m_stat & (M_CMD_FAILURE_EN | M_CMD_ABORT_EN) || in geni_i2c_irq()
228 if (m_stat & M_GP_IRQ_1_EN) in geni_i2c_irq()
230 if (m_stat & M_GP_IRQ_3_EN) in geni_i2c_irq()
232 if (m_stat & M_GP_IRQ_4_EN) in geni_i2c_irq()
234 if (m_stat & M_CMD_OVERRUN_EN) in geni_i2c_irq()
236 if (m_stat & M_ILLEGAL_CMD_EN) in geni_i2c_irq()
[all …]

12