Home
last modified time | relevance | path

Searched refs:p_value (Results 1 – 25 of 32) sorted by relevance

12

/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 Diterator_fn_imps.hpp57 pointer_ p_value; in begin() local
59 get_start_it_state(p_value, pos); in begin()
60 return iterator(p_value, pos, this); in begin()
74 const_pointer_ p_value; in begin() local
76 get_start_it_state(p_value, pos); in begin()
77 return const_iterator(p_value, pos, this); in begin()
/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 Diterator_fn_imps.hpp57 pointer_ p_value; in begin() local
59 get_start_it_state(p_value, pos); in begin()
60 return iterator(p_value, pos, this); in begin()
74 const_pointer_ p_value; in begin() local
76 get_start_it_state(p_value, pos); in begin()
77 return const_iterator(p_value, pos, this); in begin()
/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 Diterators_fn_imps.hpp57 pointer p_value; in begin() local
59 get_start_it_state(p_value, pos); in begin()
60 return iterator(p_value, pos, this); in begin()
74 pointer p_value; in begin() local
76 get_start_it_state(p_value, pos); in begin()
77 return const_iterator(p_value, pos, this); in begin()
/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 Diterators_fn_imps.hpp57 pointer p_value; in begin() local
59 get_start_it_state(p_value, pos); in begin()
60 return iterator(p_value, pos, this); in begin()
74 pointer p_value; in begin() local
76 get_start_it_state(p_value, pos); in begin()
77 return const_iterator(p_value, pos, this); in begin()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/
H A Dphydm_math_lib.c82 u32 *p_value, in phydm_seq_sorting() argument
101 tmp_a = p_value[j]; in phydm_seq_sorting()
102 tmp_b = p_value[j + 1]; in phydm_seq_sorting()
108 p_value[j] = tmp_b; in phydm_seq_sorting()
109 p_value[j + 1] = tmp_a; in phydm_seq_sorting()
H A Dphydm.c2049 void *p_value in odm_cmn_info_hook() argument
2060 p_dm->p_num_tx_bytes_unicast = (u64 *)p_value; in odm_cmn_info_hook()
2064 p_dm->p_num_rx_bytes_unicast = (u64 *)p_value; in odm_cmn_info_hook()
2068 p_dm->p_band_type = (u8 *)p_value; in odm_cmn_info_hook()
2072 p_dm->p_sec_ch_offset = (u8 *)p_value; in odm_cmn_info_hook()
2076 p_dm->p_security = (u8 *)p_value; in odm_cmn_info_hook()
2080 p_dm->p_band_width = (u8 *)p_value; in odm_cmn_info_hook()
2084 p_dm->p_channel = (u8 *)p_value; in odm_cmn_info_hook()
2088 p_dm->p_is_scan_in_process = (boolean *)p_value; in odm_cmn_info_hook()
2092 p_dm->p_is_power_saving = (boolean *)p_value; in odm_cmn_info_hook()
[all …]
H A Dphydm_math_lib.h61 u32 *p_value,
H A Dphydm_interface.h419 void *p_value
469 void *p_value
H A Dphydm_interface.c1097 void *p_value in phydm_get_hal_def_var_handler_interface() argument
1104 adapter->HalFunc.GetHalDefVarHandler(adapter, e_variable, p_value); in phydm_get_hal_def_var_handler_interface()
1106 adapter->hal_func.get_hal_def_var_handler(adapter, e_variable, p_value); in phydm_get_hal_def_var_handler_interface()
1231 void *p_value in odm_cmn_info_ptr_array_hook() argument
1237 p_dm->p_odm_sta_info[index] = (struct sta_info *)p_value; in odm_cmn_info_ptr_array_hook()
/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/unordered_iterator/
H A Dconst_iterator.hpp101 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, in const_iterator_() argument
103 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos) in const_iterator_()
H A Dpoint_iterator.hpp120 point_iterator_(pointer p_value) : m_p_value(p_value) in point_iterator_() argument
H A Dpoint_const_iterator.hpp74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value) in point_const_iterator_() argument
H A Diterator.hpp129 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) in iterator_() argument
130 : const_iterator_(p_value, pos, p_tbl) in iterator_()
/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/unordered_iterator/
H A Dconst_iterator.hpp101 const_iterator_(const_pointer_ p_value, PB_DS_GEN_POS pos, in const_iterator_() argument
103 : point_const_iterator_(p_value), m_p_tbl(p_tbl), m_pos(pos) in const_iterator_()
H A Dpoint_iterator.hpp120 point_iterator_(pointer p_value) : m_p_value(p_value) in point_iterator_() argument
H A Dpoint_const_iterator.hpp74 point_const_iterator_(const_pointer p_value) : m_p_value(p_value) in point_const_iterator_() argument
H A Diterator.hpp129 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) in iterator_() argument
130 : const_iterator_(p_value, pos, p_tbl) in iterator_()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c1029 char *p_value; in get_tty_conf() local
1049 p_value = strtok(NULL, CONF_DELIMITERS); in get_tty_conf()
1051 if (NULL == p_value) in get_tty_conf()
1058 printf("get ttyPort %s", p_value); in get_tty_conf()
1059 strcpy(ttyPort,p_value); in get_tty_conf()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c140 bool atl1c_read_eeprom(struct atl1c_hw *hw, u32 offset, u32 *p_value) in atl1c_read_eeprom() argument
168 AT_READ_REG(hw, REG_EEPROM_DATA_LO, p_value); in atl1c_read_eeprom()
170 *p_value = swab32((data << 16) | (*p_value >> 16)); in atl1c_read_eeprom()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/hal/phydm/halrf/
H A Dhalrf.c951 void *p_value in halrf_cmn_info_hook() argument
959 p_rf->p_is_con_tx = (boolean *)p_value; in halrf_cmn_info_hook()
962 p_rf->p_is_single_tone = (boolean *)p_value; in halrf_cmn_info_hook()
965 p_rf->p_is_carrier_suppresion = (boolean *)p_value; in halrf_cmn_info_hook()
968 p_rf->p_mp_rate_index = (u8 *)p_value; in halrf_cmn_info_hook()
H A Dhalrf.h210 void *p_value
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Dinteractive.c2076 char *p_value = NULL; in fsl_ddr_interactive() local
2147 p_value = argv[argc - 1]; in fsl_ddr_interactive()
2160 value = simple_strtoul(p_value, in fsl_ddr_interactive()
2174 p_element, p_value); in fsl_ddr_interactive()
2180 ctrl_num, p_element, p_value); in fsl_ddr_interactive()
2186 p_element, p_value); in fsl_ddr_interactive()
2200 p_value); in fsl_ddr_interactive()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.c102 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value) in atl1e_read_eeprom() argument
121 *p_value = AT_READ_REG(hw, REG_VPD_DATA); in atl1e_read_eeprom()
H A Datl1e_hw.h31 bool atl1e_read_eeprom(struct atl1e_hw *hw, u32 offset, u32 *p_value);
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm.c112 IN OUT u4Byte *p_value, in phydm_seq_sorting() argument
132 tmp_a = p_value[j]; in phydm_seq_sorting()
133 tmp_b = p_value[j+1]; in phydm_seq_sorting()
139 p_value[j] = tmp_b; in phydm_seq_sorting()
140 p_value[j+1] = tmp_a; in phydm_seq_sorting()

12