| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | jitter.c | 27 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 D | postscreen_dict.c | 105 #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 D | average.c | 14 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 D | average.c | 14 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 D | loads_example.txt | 7 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 D | topsyscall_example.txt | 7 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 D | topsysproc_example.txt | 7 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 D | iopattern_example.txt | 21 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 D | loads_example.txt | 7 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 D | topsysproc_example.txt | 7 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 D | topsyscall_example.txt | 7 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 D | iopattern_example.txt | 21 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 D | OPENSSL_LH_stats.pod | 36 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 D | OPENSSL_LH_stats.pod | 35 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 D | LangImpl08.rst | 178 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 D | performance | 16 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 D | speed_local.test | 20 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 D | ALLelapsed_notes.txt | 24 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 D | ALLelapsed_notes.txt | 24 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 D | flat_bl.m | 15 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 D | flat_bl.m | 15 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 D | llvm-bcanalyzer.rst | 179 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 D | gcov-counter.def | 44 /* 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 D | gcov-counter.def | 44 /* 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 D | speed_cache.test | 40 grep "average qps" outfile >> ../.perfstats.txt 49 grep "average qps" outfile >> ../.perfstats.txt
|