| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| sigrepeat.c | 27 static volatile int repeats[2]; variable 41 if (repeats[sigi]++ > 3)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| sigrepeat.c | 27 static volatile int repeats[2]; variable 41 if (repeats[sigi]++ > 3)
|
| /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/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/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/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++) {
|
| /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/bsd/ntp/dist/ntpd/ |
| ntp_proto.c | 5237 long repeats; local 5244 repeats = 0; 5254 max_repeats = max(repeats, max_repeats); 5255 repeats = 0; 5260 repeats++;
|