Searched refs:num_svs_max (Results 1 – 6 of 6) sorted by relevance
805 int num_svs_max = 0; in reportSv() local810 num_svs_max = gnss_report_ptr->sv_count; in reportSv()811 if (num_svs_max > GPS_MAX_SVS) in reportSv()813 num_svs_max = GPS_MAX_SVS; in reportSv()821 for (int i = 0; i < num_svs_max; i++) in reportSv()
803 int num_svs_max = 0; in reportSv() local808 num_svs_max = gnss_report_ptr->sv_count; in reportSv()809 if (num_svs_max > GPS_MAX_SVS) in reportSv()811 num_svs_max = GPS_MAX_SVS; in reportSv()819 for (int i = 0; i < num_svs_max; i++) in reportSv()
813 int num_svs_max = 0; in reportSv() local818 num_svs_max = gnss_report_ptr->sv_count; in reportSv()819 if (num_svs_max > GPS_MAX_SVS) in reportSv()821 num_svs_max = GPS_MAX_SVS; in reportSv()829 for (int i = 0; i < num_svs_max; i++) in reportSv()