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_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()
|
| 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()
|
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/ |
| D | mlan_api.h | 471 int loop_cnt; member 477 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 | 6228 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 6234 ftm_param.loop_cnt = loop_cnt; in wifi_ftm_start_stop() 6235 ftm_param.status = (ftm_param.loop_cnt == 0) ? 1 : 0; in wifi_ftm_start_stop() 6240 ftm_param.loop_cnt = 0; in wifi_ftm_start_stop() 6335 if (ftm_param.loop_cnt > 0) in wifi_process_wlc_ftm_event() 6336 ftm_param.loop_cnt--; in wifi_process_wlc_ftm_event() 6337 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 | 1117 unsigned action, loop_cnt, channel; local 1122 unsigned loop_cnt : 1; member 1148 if (!info.loop_cnt && string_equal("loop_cnt", argv[arg])) 1150 if (get_uint(argv[arg + 1], &loop_cnt, strlen(argv[arg + 1]))) 1157 info.loop_cnt = 1; 1189 wlan_ftm_start_stop(action, loop_cnt, peer_mac, channel);
|
| D | wlan.c | 13215 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 13218 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 | 6339 int wlan_ftm_start_stop(const t_u16 action, const t_u8 loop_cnt, const t_u8 *mac, const t_u8 channe…
|