Searched refs:loop_cnt (Results 1 – 7 of 7) sorted by relevance
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/NNSupportFunctions/ |
D | arm_nn_vec_mat_mult_t_s8.c | 130 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8() local 131 for (int i_row_loop_cnt = 0; i_row_loop_cnt < loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_s8() 349 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_s8() local 351 for (int i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mult_t_s8()
|
D | arm_nn_vec_mat_mult_t_svdf_s8.c | 130 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_svdf_s8() local 131 for (int i_row_loop_cnt = 0; i_row_loop_cnt < loop_cnt; i_row_loop_cnt++) in arm_nn_vec_mat_mult_t_svdf_s8() 303 const int loop_cnt = rhs_rows % 3; in arm_nn_vec_mat_mult_t_svdf_s8() local 305 for (int i_loop_cnt = 0; i_loop_cnt < loop_cnt; i_loop_cnt++) in arm_nn_vec_mat_mult_t_svdf_s8()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
D | mlan_api.h | 449 int loop_cnt; member 455 int wifi_ftm_start_stop(const t_u16 action, const t_u8 loop_cnt, const t_u8 *mac, const t_u8 channe…
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/ |
D | mlan_api.c | 6166 int wifi_ftm_start_stop(const t_u16 action, const t_u8 loop_cnt, const t_u8 *mac, const t_u8 channe… in wifi_ftm_start_stop() argument 6172 ftm_param.loop_cnt = loop_cnt; in wifi_ftm_start_stop() 6173 ftm_param.status = (ftm_param.loop_cnt == 0) ? 1 : 0; in wifi_ftm_start_stop() 6178 ftm_param.loop_cnt = 0; in wifi_ftm_start_stop() 6273 if (ftm_param.loop_cnt > 0) in wifi_process_wlc_ftm_event() 6274 ftm_param.loop_cnt--; in wifi_process_wlc_ftm_event() 6275 if (ftm_param.loop_cnt > 0 || (ftm_param.status)) in wifi_process_wlc_ftm_event()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
D | wlan_tests.c | 1107 unsigned action, loop_cnt, channel; local 1112 unsigned loop_cnt : 1; member 1138 if (!info.loop_cnt && string_equal("loop_cnt", argv[arg])) 1140 if (get_uint(argv[arg + 1], &loop_cnt, strlen(argv[arg + 1]))) 1147 info.loop_cnt = 1; 1179 wlan_ftm_start_stop(action, loop_cnt, peer_mac, channel);
|
D | wlan.c | 12967 int wlan_ftm_start_stop(const t_u16 action, const t_u8 loop_cnt, const t_u8 *mac, const t_u8 channe… in wlan_ftm_start_stop() argument 12970 return wifi_ftm_start_stop(action, loop_cnt, mac, channel); in wlan_ftm_start_stop()
|
/hal_nxp-latest/mcux/middleware/wifi_nxp/incl/wlcmgr/ |
D | wlan.h | 6223 int wlan_ftm_start_stop(const t_u16 action, const t_u8 loop_cnt, const t_u8 *mac, const t_u8 channe…
|