Searched refs:hz (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dwoof.d34 #pragma D option switchrate=10hz
60 profile:::tick-10hz
H A Dpriclass.d63 profile:::profile-1000hz
H A Ddispqlen.d43 profile:::profile-1000hz
H A Dpridist.d58 profile:::profile-1000hz
H A Drunocc.d44 profile-1000hz
H A Dcpuwalk.d18 * count Number of 1000 hz samples on this CPU
52 profile:::profile-1000hz
H A Dfspaging.d66 #pragma D option switchrate=10hz
H A Dfsrw.d62 #pragma D option switchrate=10hz
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Misc/
H A Dwoof.d34 #pragma D option switchrate=10hz
60 profile:::tick-10hz
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Dpriclass.d63 profile:::profile-1000hz
H A Dpridist.d58 profile:::profile-1000hz
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Cpu/
H A Ddispqlen.d43 profile:::profile-1000hz
H A Drunocc.d44 profile-1000hz
H A Dcpuwalk.d18 * count Number of 1000 hz samples on this CPU
52 profile:::profile-1000hz
/osnet-11/usr/src/lib/libc/port/gen/
H A Dwaitpid.c160 clock_t hz; local
173 hz = CLK_TCK;
174 rp->ru_utime.tv_sec = diffu / hz;
175 rp->ru_utime.tv_usec = (diffu % hz) * (1000000 / hz);
176 rp->ru_stime.tv_sec = diffs / hz;
177 rp->ru_stime.tv_usec = (diffs % hz) * (1000000 / hz);
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_D_cplx_div.c93 int ha, hb, hc, hd, hz, hw, hs, i, j; local
111 hz = (ha > hb)? ha : hb;
131 if (hz >= 0x7fe00000) {
171 if (hz >= 0x7ff00000) { /* z is inf or nan */
234 if (hz < 0x07200000) { /* |z| < 2^-909 */
H A D_Q_cplx_div.c100 int ha, hb, hc, hd, hz, hw, hs, i, j; local
118 hz = (ha > hb)? ha : hb;
138 if (hz >= 0x7ffe0000) {
161 if (hz >= 0x7fff0000) { /* z is inf or nan */
178 if (hz < 0x00ea0000) { /* |z| < 2^-16149 */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL427 local $times = {}; # times in hz
428 local $ctimes = {}; # Cumulative times in hz
435 local $rrun_utime = 0; # user time in hz
436 local $rrun_stime = 0; # system time in hz
437 local $rrun_rtime = 0; # elapsed run time in hz
438 local $rrun_ustime = 0; # user+system time in hz
439 local $hz = 0;
474 settime( \$runtime, $hz ) unless $opt_g;
488 display( $runtime, $hz, $names, $calls, $times, $ctimes, $cnt, $a,
540 my( $runtime, $hz )
[all...]
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/FS/
H A Dfspaging.d66 #pragma D option switchrate=10hz
H A Dfsrw.d62 #pragma D option switchrate=10hz
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/CN/
H A DCN.pm48 hz 7-bit escaped GB2312 encoding
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Daffs.c60 grub_uint32_t hz; member in struct:grub_affs_time
496 + grub_be_to_cpu32 (node->di.mtime.hz) / 50
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/
H A DDProf.pm46 $hz=100;
79 $hz=10000;
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DOption.java285 hz(int n) method in class:Option
287 return (Integer.toString(n) + "hz");
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DLanguage.pm188 hz:Herero

Completed in 2219 milliseconds

12