| /onnv/onnv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
| StddevValue.java | 122 long avg = (stddevTotal / stddevCount); local 123 if (avg < 0) { 124 avg = -avg; 126 BigInteger squareOfAverage = BigInteger.valueOf(avg);
|
| /onnv/onnv-gate/usr/src/cmd/plockstat/ |
| plockstat.c | 549 uint64_t sum, count, avg; local 586 avg = sum / count; 587 (void) printf("%5llu %8llu ", (u_longlong_t)count, (u_longlong_t)avg);
|
| /onnv/onnv-gate/usr/src/cmd/powertop/common/ |
| display.c | 398 double total_pstates = 0.0, avg, res; local 415 avg = (((double)g_cstate_info[i].total_time/ 418 avg = 0; 424 i, (float)avg, (float)res);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/tests/ |
| test_client.c | 97 static double avg = 0; variable 235 if (avg) 333 } else if (release_time || avg) { 386 if (avg) 417 if (!avg) { 444 if (release_time || avg) { 681 if (release_time || avg) { 695 if (!config && !avg) { 794 if (!avg) 821 if (release_time || avg) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/lockstat/ |
| lockstat.c | 742 * aggregate, we count on the fact that @avg appears before 743 * @hist in program order to assure that @avg is assigned the 747 dprog_add("\t@avg[%dULL, %s, %s%s] = avg(%s);\n", 902 uint64_t *avg, *quantized; local 910 * plus one. As "avg" appears before "hist" in program order, we know 911 * that "avg" will be allocated the first aggregation variable ID, and 946 fail(0, "bad avg size in aggregation record"); 949 avg = (uint64_t *)(data + rec->dtrd_offset); 950 lsrec->ls_count = (uint32_t)avg[0] [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/dtrace/ |
| dtrace.c | 1944 double avg; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/os/ |
| clock.c | 1031 int avg; local 1052 avg = hr_avg / (NANOSEC / LGRP_LOADAVG_IN_THREAD_MAX); 1054 return (avg); [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/zfs/ |
| zfs.c | 496 "(avg %llu buckets/dbuf)\n", 1989 char avg[NICENUM_BUFLEN]; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/zdb/ |
| zdb.c | 2027 char csize[6], lsize[6], psize[6], asize[6], avg[6]; local [all...] |