Searched refs:rate (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c522 pt_display_acpi_power(uint32_t flag, double rate, double rem_cap, double cap, argument
536 rate);
546 (uint32_t)rem_cap/rate);
550 (uint32_t)(cap - rem_cap)/rate);
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c165 grub_uint32_t width, height, depth, rate, pixel; local
168 if (efi_call_5 (c->get_mode, c, &width, &height, &depth, &rate))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DBenchmark.pm889 my $rate = $_->[6] / (( $style eq 'nop' ? $_->[4] + $_->[5]
891 $_->[7] = $rate;
894 # Sort by rate
927 # We assume that we'll never get a 0 rate.
928 my $rate = $display_as_rate ? $row_rate : 1 / $row_rate;
933 $rate >= 100 ?
935 $rate >= 10 ?
937 $rate >= 1 ?
939 $rate >= 0.1 ?
946 my $formatted_rate = sprintf( $format, $rate );
[all...]
H A DBenchmark.t314 if ($ratetext =~ /rate/i) {
316 &= ok ($slow_is_rate, "slow should be expressed as a rate");
318 &= ok ($fast_is_rate, "fast should be expressed as a rate");
329 pass ("slow rate is less than fast rate");
342 "slow rate isn't less than fast rate, so should be the same");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlivp.PL365 my $rate = 0.0;
366 if ($tests_total > 0) { $rate = sprintf "%.2f", 100.0 * ($pass__total / $tests_total); }
368 $error_total, $tests_total, $rate;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Term/
H A DCap.pm150 The terminal output bit rate (often mistakenly called the baud rate)
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.c1228 &server_cfg->max_startups.rate,
1231 server_cfg->max_startups.rate = 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm506 At any rate, the very use of format is questionable when it comes to
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm2614 file once, will have a cache hit rate of zero. This suggests a major
2617 maintains statistics about how high the hit rate would be *if* it were
2618 enabled. When it sees the hit rate get high enough, it enables

Completed in 39 milliseconds