Searched refs:Count (Results 1 - 17 of 17) sorted by relevance

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dpridist.d60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
H A Dsigdist.d54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
60 printa("%16s %16s %6d %6@d\n", @Count);
H A Dhotkernel90 my %Count;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / ($total ? $total : 1);
H A Dhotuser102 my %Count;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / ($total ? $total : 1);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Kernel/
H A Dpridist.d60 @Count[execname, pid] = lquantize(curlwpsinfo->pr_pri, 0, 170, 5);
65 printa(" CMD: %-16s PID: %d\n%@d\n", @Count);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Proc/
H A Dsigdist.d54 @Count[execname, stringof(args[1]->pr_fname), args[2]] = count();
60 printa("%16s %16s %6d %6@d\n", @Count);
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/
H A Dhotkernel90 my %Count;
100 $Count{$name} += $count;
109 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
110 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
111 100 * $Count{$name} / ($total ? $total : 1);
H A Dhotuser102 my %Count;
113 $Count{$name} += $count;
122 foreach my $name (sort { $Count{$a} <=> $Count{$b} } keys %Count) {
123 printf "%-52s %8d %5.1f%%\n", $name, $Count{$name},
124 100 * $Count{$name} / ($total ? $total : 1);
/osnet-11/usr/src/lib/libast/common/cdt/
H A Ddtstat.c85 static int *Count, Size; local
101 free(Count);
102 if(!(Count = (int*)malloc((ds->dt_max+1)*sizeof(int))) )
107 Count[i] = 0;
108 dthstat(dt->data,ds,Count);
115 free(Count);
116 if(!(Count = (int*)malloc((ds->dt_n+1)*sizeof(int))) )
122 Count[i] = 0;
123 dttstat(ds,dt->data->here,0,Count);
125 if(Count[
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Ddeltat.c251 # define YYCOPY(To, From, Count) \
252 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
254 # define YYCOPY(To, From, Count) \
258 for (yyi = 0; yyi < (Count); yyi++) \
1050 /* Count tokens shifted since error; after three, turn off error
/osnet-11/usr/src/lib/libc/capabilities/sun4u-us3/common/
H A Dmemcmp.s69 ! Count > 48. We will byte compare (8 + num of bytes to dbl align)
/osnet-11/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcmp.s65 ! Count > 48. We will byte compare (8 + num of bytes to dbl align)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm384 package Count ;
417 use Count ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL166 Count timing for autoloaded subroutine as timing for C<*::AUTOLOAD>.
177 Count anonymous subroutines defined in the same package separately.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm3218 $shift =~ /^Line-Count:\s+(\d+)/ and $line_count = $1;
3223 warn qq{Warning: Your $index_target does not contain a Line-Count header.
3233 contains a Line-Count header of %d but I see %d lines there. Please
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex1700 % Count depth in font-changes, for error checks
2872 % Count number of #1's that we've seen.
5554 \newcount\paramno % Count of parameters
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex2348 % Count depth in font-changes, for error checks
3625 % Count number of #1's that we've seen.
6558 \newcount\paramno % Count of parameters

Completed in 99 milliseconds