Searched refs:average (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAvgValue.java66 * @param v average
70 * or if the given average is not the value expected for the given
88 long average = super.getValue().longValue();
90 if (average != 0) {
92 "count of values is zero, average is non-zero (" +
93 average + ")");
96 if (average != (total / count)) {
99 "average of total " + total + " and count " +
109 * Gets the average of the aggregated values.
111 * @return average o
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/bin/
H A Denc2xs1364 1356 average shared memory size
1365 18566 average unshared data size
1366 229 average unshared stack size
1374 1394 average shared memory size
1375 14969 average unshared data size
1376 236 average unshared stack size
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dsort.pm123 The best algorithm depends on many things. On average, mergesort
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl367 The average amount of payload on each entry. This is just the bytes of
372 The average amount of free space remaining on all pages under this
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2990 * number of intervals to give the average number of cpus
3211 boolean_t average; local
3220 average = B_FALSE;
3224 average = B_TRUE;
3261 if (average) {
3284 if (average) {
3342 if (average) {
3354 if (average) {
3381 if (average) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Ddprofpp.PL263 Sort by average time spent in subroutines during each call. This may help
357 # -v Sort by average amount of time spent in subroutines.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm3767 the average should get (much) faster. If they don't, please contact the author.

Completed in 47 milliseconds