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

/illumos-gate/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...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c82 average, variable
155 average++;
228 average++;
436 if(average) {
643 if(!average)
705 diag("-a print average statistics of selected commands");
706 diag("-q print average statistics only");
/illumos-gate/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
/illumos-gate/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c2375 * number of intervals to give the average number of cpus
2567 boolean_t average; local
2574 average = B_FALSE;
2578 average = B_TRUE;
2621 if (average) {
2679 if (average) {

Completed in 70 milliseconds