Home
last modified time | relevance | path

Searched refs:average (Results 1 – 25 of 275) sorted by relevance

1234567891011

/netbsd-src/external/bsd/ntp/dist/util/
H A Djitter.c27 double average; variable
57 average = 0; in main()
61 average += gtod[i]; in main()
76 average = average / (NBUF - 2); in main()
77 fprintf(stderr, "Average %13.9f\n", average); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dict.c105 #define PSC_CHECK_TIME_AFTER_LOOKUP(table, action, average) \ argument
109 if ((average = PSC_AVERAGE(_new_delta_ms, average)) > PSC_THRESHOLD_MS \
112 myname, (table), (action), average); \
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; in print_average() local
18 average = total / num_elements; in print_average()
19 printf("%10.d\n", average); in print_average()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Daverage.c14 int total = 0, num_elements = 0, average = 0; in print_average() local
18 average = total / num_elements; in print_average()
19 printf("%10.d\n", average); in print_average()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dloads_example.txt7 1:30am up 14 day(s), 2:27, 3 users, load average: 3.52, 3.45, 3.05
10 2005 Jun 11 01:30:49, load average: 3.52, 3.45, 3.05
12 Both have returned the same load average, confirming that loads.d is
H A Dtopsyscall_example.txt7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287
42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
H A Dtopsysproc_example.txt7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347
34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
H A Diopattern_example.txt21 average event size.
41 were mostly random. We can also see that the average event size is small -
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dloads_example.txt7 1:30am up 14 day(s), 2:27, 3 users, load average: 3.52, 3.45, 3.05
10 2005 Jun 11 01:30:49, load average: 3.52, 3.45, 3.05
12 Both have returned the same load average, confirming that loads.d is
H A Dtopsysproc_example.txt7 2005 Jun 13 22:25:16, load average: 1.24, 1.23, 1.21 syscalls: 1347
34 2005 Jun 13 22:29:43, load average: 1.19, 1.20, 1.20 syscalls: 15909
H A Dtopsyscall_example.txt7 2005 Jun 13 22:13:21, load average: 1.24, 1.24, 1.22 syscalls: 1287
42 2005 Jun 13 22:15:35, load average: 1.21, 1.22, 1.22 syscalls: 10189
H A Diopattern_example.txt21 average event size.
41 were mostly random. We can also see that the average event size is small -
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DOPENSSL_LH_stats.pod36 the average number of data items per 'bucket' in the hash table. The
37 'actual load' is the average number of items per 'bucket', but only
39 average number of searches that will need to find an item in the hash
40 table, while the 'load' is the average number that will be done to
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DOPENSSL_LH_stats.pod35 the average number of data items per 'bucket' in the hash table. The
36 'actual load' is the average number of items per 'bucket', but only
38 average number of searches that will need to find an item in the hash
39 table, while the 'load' is the average number that will be done to
/netbsd-src/external/apache2/llvm/dist/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl08.rst178 Let's run it, and define a simple ``average`` function. Press Ctrl-D
184 ready> def average(x y) (x + y) * 0.5;
196 double average(double, double);
200 std::cout << "average of 3.0 and 4.0: " << average(3.0, 4.0) << std::endl;
210 average of 3.0 and 4.0: 3.5
/netbsd-src/external/ibm-public/postfix/dist/src/smtpstone/
H A Dperformance16 concur 5 10 20 average time
25 concur 5 10 20 average time
/netbsd-src/external/bsd/unbound/dist/testdata/speed_local.tdir/
H A Dspeed_local.test20 if grep "average qps" outfile >> line.txt 2>&1; then
35 if grep "average qps" outfile >> line.txt 2>&1; then
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A DALLelapsed_notes.txt24 time and take the average (or run your workload several times and let
25 DTrace take the average).
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A DALLelapsed_notes.txt24 time and take the average (or run your workload several times and let
25 DTrace take the average).
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dflat_bl.m15 self the average number of milliseconds spent in this
19 total the average number of milliseconds spent in this
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dflat_bl.m15 self the average number of milliseconds spent in this
19 total the average number of milliseconds spent in this
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dllvm-bcanalyzer.rst179 The average number of bytes per instruction across all functions in the bitcode
195 The average size of a Value definition (of any type). This is computed by
200 The average size of a global definition (constants and global variables).
204 The average number of bytes per function definition. This is computed by
269 The average number of bytes consumed by the instructions in the function.
274 The average number of bytes used by the function per instruction. This value
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-counter.def44 /* Compute average value passed to the counter. */
45 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-counter.def44 /* Compute average value passed to the counter. */
45 DEF_GCOV_COUNTER(GCOV_COUNTER_AVERAGE, "average", _add)
/netbsd-src/external/bsd/unbound/dist/testdata/speed_cache.tdir/
H A Dspeed_cache.test40 grep "average qps" outfile >> ../.perfstats.txt
49 grep "average qps" outfile >> ../.perfstats.txt

1234567891011