Searched refs:rate (Results 1 - 9 of 9) sorted by relevance
/osnet-11/usr/src/cmd/powertop/common/ |
H A D | display.c | 522 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 D | efi_uga.c | 165 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 D | Benchmark.pm | 889 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 D | Benchmark.t | 314 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 D | perlivp.PL | 365 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 D | Cap.pm | 150 The terminal output bit rate (often mistakenly called the baud rate)
|
/osnet-11/usr/src/lib/libbsm/common/ |
H A D | audit_scf.c | 1228 &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 D | encoding.pm | 506 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 D | File.pm | 2614 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 45 milliseconds