Searched refs:num_svs_max (Results 1 – 3 of 3) sorted by relevance
1975 int num_svs_max, i; in reportSv() local1983 num_svs_max = 0; in reportSv()1989 num_svs_max = gnss_report_ptr->svList_len; in reportSv()1990 if(num_svs_max > GPS_MAX_SVS) in reportSv()1992 num_svs_max = GPS_MAX_SVS; in reportSv()1995 for(i = 0; i < num_svs_max; i++) in reportSv()
1909 int num_svs_max, i; in reportSv() local1915 num_svs_max = 0; in reportSv()1921 num_svs_max = gnss_report_ptr->svList_len; in reportSv()1922 if(num_svs_max > GPS_MAX_SVS) in reportSv()1924 num_svs_max = GPS_MAX_SVS; in reportSv()1927 for(i = 0; i < num_svs_max; i++) in reportSv()