Home
last modified time | relevance | path

Searched refs:count_total (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/science/grib_api/grib_api-1.28.0-Source/tools/
H A Dgrib_count.c45 unsigned long count_total=0, count_curr=0; in main() local
49 count_total=0; in main()
76 count_total += count_curr; in main()
82 printf("%7lu %s\n", count_total, "total"); in main()
85 printf("%lu\n", count_total); in main()
/dports/textproc/mdocml/mandoc-1.14.5/regress/
H A Dregress.pl242 my $count_total = 0;
257 $count_total++;
269 $count_total++;
300 $count_total++;
328 $count_total++;
357 $count_total++;
386 $count_total++;
408 " (of $count_total tests run.)\n";
414 if ($count_total == 1) {
416 } elsif ($count_total) {
[all …]
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula11-client/bacula-11.0.5/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula9-client-static/bacula-9.6.7/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula9-client/bacula-9.6.7/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula9-server/bacula-9.6.7/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula11-server/bacula-11.0.5/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/sysutils/bacula11-client-static/bacula-11.0.5/examples/reports/
H A Dreport.pl69 ($count_total) = $sth->fetchrow_array();
72 $count_fail = $count_total - $count_ok;
73 $counts = sprintf("%.1f", 100- (($count_fail/$count_total)*100));
79 print MAIL "Subject: Backup ($when) $counts% OK - Total $count_total jobs, $count_fail failed\n";
81 print MAIL "Total $count_total jobs - $count_ok jobs are OK.\n";
/dports/games/rlvm/rlvm-release-0.14-77-gfabf134a/src/systems/sdl/
H A Dsdl_music.cc170 int count_total = music->fade_in_ms_ * (WAVFILE::freq / 1000); in MixMusic() local
171 if (music->fade_count_ > count_total) { in MixMusic()
174 cur_vol = cur_vol * (music->fade_count_) / count_total; in MixMusic()
178 int count_total = music->fadetime_total_ * (WAVFILE::freq / 1000); in MixMusic() local
179 if (music->fade_count_ > count_total) { in MixMusic()
186 cur_vol = cur_vol * (count_total - music->fade_count_) / count_total; in MixMusic()
/dports/science/eccodes/eccodes-2.23.0-Source/tools/
H A Dcodes_count.c81 unsigned long count_total = 0, count_curr = 0; in main() local
95 count_total = 0; in main()
136 count_total += count_curr; in main()
144 printf("%7lu %s\n", count_total, "total"); in main()
147 printf("%lu\n", count_total); in main()
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_inflate.c356 count_total = 0; in set_and_expand_lit_len_huffcode()
364 count_total = count[i] + count_tmp + count_total; in set_and_expand_lit_len_huffcode()
373 count_total = count_tmp + count_total; in set_and_expand_lit_len_huffcode()
691 count_total[0] = 0; in make_inflate_huff_code_dist()
692 count_total[1] = 0; in make_inflate_huff_code_dist()
694 count_total[i] = count_total[i - 1] + count[i - 1]; in make_inflate_huff_code_dist()
726 for (k = count_total[last_length]; k < count_total[last_length + 1]; k++) { in make_inflate_huff_code_dist()
833 count_total[0] = 0; in make_inflate_huff_code_header()
834 count_total[1] = 0; in make_inflate_huff_code_header()
836 count_total[i] = count_total[i - 1] + count[i - 1]; in make_inflate_huff_code_header()
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/tools/
H A Ddbcheck_files_exist19 count_total = 0
26 count_total += 1
27 print "Total: %d/%d errors/results\n" %(count_errors,count_total)
/dports/lang/gcc6-aux/gcc-6-20180516/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/lang/gcc8/gcc-8.5.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/lang/gcc48/gcc-4.8.5/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/lang/gcc9-devel/gcc-9-20211007/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/devel/riscv64-gcc/gcc-8.3.0/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()
/dports/lang/gnat_util/gcc-6-20180516/libgcc/config/spu/
H A Dmfc_multi_tag_reserve.c45 vector unsigned int count_total; in __mfc_multi_tag_reserve() local
64 count_total = spu_add (count_busy, count_avail); in __mfc_multi_tag_reserve()
65 index = spu_add (index, count_total); in __mfc_multi_tag_reserve()

12345678