| /src/external/mpl/bind/dist/bin/tests/system/ |
| packet.pl | 36 # Usage: packet.pl [-a <address>] [-d] [-p <port>] [-t (udp|tcp)] [-r <repeats>] [filename] 56 print ("Usage: packet.pl [-a address] [-d] [-p port] [-t (tcp|udp)] [-r <repeats>] [file]\n"); 111 my $repeats = 1; 112 $repeats = $options{r} if defined $options{r}; 133 print ("sending $repeats time(s): $output\n"); 142 while ($repeats > 0) { 150 $repeats = $repeats - 1; 152 if ($repeats % 1000 == 0) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-optimout-repeat.exp | 35 gdb_test "print v" { = {i = 0, xxx = {<optimized out> <repeats 256 times>}}}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-optimout-repeat.exp | 35 gdb_test "print v" { = {i = 0, xxx = {<optimized out> <repeats 256 times>}}}
|
| /src/external/bsd/tre/dist/tests/ |
| bench.c | 102 run_tests(int len, int samples, double *sample_data, int repeats, 114 for (j = 0; j < repeats; j++) 121 sample_data[i] = (double)(c2-c1)/(CLOCKS_PER_SEC*repeats); 124 (double)(c2-c1)/(CLOCKS_PER_SEC*repeats), 146 int repeats = 10; local 170 repeats = atoi(optarg); 195 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); 215 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); 234 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); 254 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf) [all...] |
| /src/usr.bin/uniq/ |
| uniq.c | 57 static int numchars, numfields, repeats; variable 173 repeats = 0; 175 ++repeats; 192 if ((dflag && repeats == 0) || (uflag && repeats > 0)) 195 (void)fprintf(ofp, "%4d %s", repeats + 1, str);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sigrepeat.c | 27 static volatile int repeats[2]; variable 41 if (repeats[sigi]++ > 3)
|
| printcmds.exp | 459 gdb_test_no_output "set print $setting $x" "$setting $x repeats" 473 set a "'a' <repeats $aval times>" 485 set xstr "'X' <repeats $xval times>" 519 "= {a = 0x12345678, b = 0x87654321, array = {0xaa <repeats 20 times>}}" \ 520 "correct element repeats in array embedded at offset > 0" 1038 set start(R) {'a' <repeats 20 times>} 1042 set end(R) {'c' <repeats 20 times>} 1045 set invalid(R) {'\\240' <repeats 20 times>} 1121 gdb_test "print -elem 3 -repeats 2 -- \"AAABBB\"" "= 'A' <repeats 3 times>... [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sigrepeat.c | 27 static volatile int repeats[2]; variable 41 if (repeats[sigi]++ > 3)
|
| printcmds.exp | 459 gdb_test_no_output "set print $setting $x" "$setting $x repeats" 473 set a "'a' <repeats $aval times>" 485 set xstr "'X' <repeats $xval times>" 519 "= {a = 0x12345678, b = 0x87654321, array = {0xaa <repeats 20 times>}}" \ 520 "correct element repeats in array embedded at offset > 0" 1038 set start(R) {'a' <repeats 20 times>} 1042 set end(R) {'c' <repeats 20 times>} 1045 set invalid(R) {'\\240' <repeats 20 times>} 1121 gdb_test "print -elem 3 -repeats 2 -- \"AAABBB\"" "= 'A' <repeats 3 times>... [all...] |
| /src/external/mpl/bind/dist/tests/isc/ |
| crc64_test.c | 45 _crc64(const char *buf, size_t buflen, const char *result, const int repeats) { 51 for (int i = 0; i < repeats; i++) {
|
| hmac_test.c | 99 const char *result, const size_t repeats) { 106 for (size_t i = 0; i < repeats; i++) {
|
| md_test.c | 87 size_t buflen, const char *result, const size_t repeats) { 93 for (size_t i = 0; i < repeats; i++) {
|
| /src/external/bsd/zstd/dist/lib/common/ |
| entropy_common.c | 83 /* Count the number of repeats. Each time the 88 int repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; local 89 while (repeats >= 12) { 99 repeats = ZSTD_countTrailingZeros32(~bitStream | 0x80000000) >> 1; 101 charnum += 3 * repeats; 102 bitStream >>= 2 * repeats; local 103 bitCount += 2 * repeats;
|
| /src/external/gpl3/binutils/dist/include/opcode/ |
| msp430-decode.h | 29 /* Double-operand instructions - all repeat .REPEATS times. */ 44 MSO_rrc, /* Rotate through carry, dest >>= .REPEATS. */ 46 MSO_rra, /* Signed shift dest >>= .REPEATS. */ 48 MSO_push, /* Push .REPEATS registers (or other op) starting at SRC going towards R0. */ 49 MSO_pop, /* Pop .REPEATS registers starting at DEST going towards R15. */ 57 MSO_rru, /* Unsigned shift right, dest >>= .REPEATS. */ 116 unsigned repeat_reg:1; /* If set, count is in REG[repeats]. */ 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member in struct:__anon10665
|
| /src/external/gpl3/binutils.old/dist/include/opcode/ |
| msp430-decode.h | 29 /* Double-operand instructions - all repeat .REPEATS times. */ 44 MSO_rrc, /* Rotate through carry, dest >>= .REPEATS. */ 46 MSO_rra, /* Signed shift dest >>= .REPEATS. */ 48 MSO_push, /* Push .REPEATS registers (or other op) starting at SRC going towards R0. */ 49 MSO_pop, /* Pop .REPEATS registers starting at DEST going towards R15. */ 57 MSO_rru, /* Unsigned shift right, dest >>= .REPEATS. */ 116 unsigned repeat_reg:1; /* If set, count is in REG[repeats]. */ 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member in struct:__anon12129
|
| /src/external/gpl3/gdb/dist/include/opcode/ |
| msp430-decode.h | 29 /* Double-operand instructions - all repeat .REPEATS times. */ 44 MSO_rrc, /* Rotate through carry, dest >>= .REPEATS. */ 46 MSO_rra, /* Signed shift dest >>= .REPEATS. */ 48 MSO_push, /* Push .REPEATS registers (or other op) starting at SRC going towards R0. */ 49 MSO_pop, /* Pop .REPEATS registers starting at DEST going towards R15. */ 57 MSO_rru, /* Unsigned shift right, dest >>= .REPEATS. */ 116 unsigned repeat_reg:1; /* If set, count is in REG[repeats]. */ 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member in struct:__anon18776
|
| /src/external/gpl3/gdb.old/dist/include/opcode/ |
| msp430-decode.h | 29 /* Double-operand instructions - all repeat .REPEATS times. */ 44 MSO_rrc, /* Rotate through carry, dest >>= .REPEATS. */ 46 MSO_rra, /* Signed shift dest >>= .REPEATS. */ 48 MSO_push, /* Push .REPEATS registers (or other op) starting at SRC going towards R0. */ 49 MSO_pop, /* Pop .REPEATS registers starting at DEST going towards R15. */ 57 MSO_rru, /* Unsigned shift right, dest >>= .REPEATS. */ 116 unsigned repeat_reg:1; /* If set, count is in REG[repeats]. */ 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member in struct:__anon21517
|
| /src/external/mpl/bind/dist/bin/tests/system/zero/ |
| tests.sh | 116 repeats=9 117 count=$(count_unique "$repeats" 10.53.0.3 foo.increment) 118 if [ "$count" -ne "$repeats" ]; then 119 echo_i "failed (count=$count, repeats=$repeats)"
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| msp430-decode.opc | 277 msp430->repeats = dsxt; 523 msp430->repeats = bt; 530 msp430->repeats = bt; 537 msp430->repeats = bt; 544 msp430->repeats = bt; 580 msp430->repeats = bits; 586 msp430->repeats = bits;
|
| msp430-decode.c | 279 msp430->repeats = dsxt; 479 msp430->repeats = bt; 773 msp430->repeats = bt; 851 msp430->repeats = bt; 929 msp430->repeats = bt; 2063 msp430->repeats = bits; 2106 msp430->repeats = bits;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| msp430-decode.opc | 277 msp430->repeats = dsxt; 523 msp430->repeats = bt; 530 msp430->repeats = bt; 537 msp430->repeats = bt; 544 msp430->repeats = bt; 580 msp430->repeats = bits; 586 msp430->repeats = bits;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| msp430-decode.opc | 277 msp430->repeats = dsxt; 523 msp430->repeats = bt; 530 msp430->repeats = bt; 537 msp430->repeats = bt; 544 msp430->repeats = bt; 580 msp430->repeats = bits; 586 msp430->repeats = bits;
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| msp430-decode.opc | 277 msp430->repeats = dsxt; 523 msp430->repeats = bt; 530 msp430->repeats = bt; 537 msp430->repeats = bt; 544 msp430->repeats = bt; 580 msp430->repeats = bits; 586 msp430->repeats = bits;
|
| /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/ |
| benchmark_runner.cc | 134 repeats(b.repetitions != 0 ? b.repetitions 152 for (int repetition_num = 0; repetition_num < repeats; repetition_num++) { 179 const int repeats; member in class:benchmark::internal::__anon3652::BenchmarkRunner
|
| /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/ |
| benchmark.cc | 193 const int repeats = local 196 repeats != 1 && 200 for (int repetition_num = 0; repetition_num < repeats; repetition_num++) {
|