| /netbsd/src/external/bsd/tre/dist/tests/ |
| D | bench.c | 102 run_tests(int len, int samples, double *sample_data, int repeats, in run_tests() argument 114 for (j = 0; j < repeats; j++) in run_tests() 121 sample_data[i] = (double)(c2-c1)/(CLOCKS_PER_SEC*repeats); in run_tests() 124 (double)(c2-c1)/(CLOCKS_PER_SEC*repeats), in run_tests() 146 int repeats = 10; in main() local 170 repeats = atoi(optarg); in main() 195 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); in main() 215 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); in main() 234 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); in main() 254 run_tests(len, samples, sample_data, repeats, &reobj, str, tmpbuf); in main() [all …]
|
| /netbsd/src/usr.bin/uniq/ |
| D | uniq.c | 57 static int numchars, numfields, repeats; variable 173 repeats = 0; in main() 175 ++repeats; in main() 192 if ((dflag && repeats == 0) || (uflag && repeats > 0)) in show() 195 (void)fprintf(ofp, "%4d %s", repeats + 1, str); in show()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | sigrepeat.c | 27 static volatile int repeats[2]; variable 41 if (repeats[sigi]++ > 3) in handler()
|
| /netbsd/src/external/bsd/tre/dist/ |
| D | NEWS | 116 a regexp, and bugs in expanding {m,n} repeats (still!). 131 - Fixed bugs which occurred sometimes when "{m,n}" repeats were used 137 - Fixed bug which occurred whine several "{m,n}" repeats were used 150 repeats. This should get rid of performance problems and 151 incorrect results with certain regexps involving "{m,n}" repeats.
|
| D | ChangeLog.old | 242 sometimes when *, +, or ? repeats were used after {m,n} repeats in 265 {m,n} repeats were used in a regexp. 347 repeats correctly.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | 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;
|
| D | msp430-decode.c | 279 msp430->repeats = dsxt; in encode_rep_zc() 479 msp430->repeats = bt; in msp430_decode_opcode() 773 msp430->repeats = bt; in msp430_decode_opcode() 851 msp430->repeats = bt; in msp430_decode_opcode() 929 msp430->repeats = bt; in msp430_decode_opcode() 2063 msp430->repeats = bits; in msp430_decode_opcode() 2106 msp430->repeats = bits; in msp430_decode_opcode()
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | 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;
|
| D | msp430-decode.c | 279 msp430->repeats = dsxt; in encode_rep_zc() 479 msp430->repeats = bt; in msp430_decode_opcode() 773 msp430->repeats = bt; in msp430_decode_opcode() 851 msp430->repeats = bt; in msp430_decode_opcode() 929 msp430->repeats = bt; in msp430_decode_opcode() 2063 msp430->repeats = bits; in msp430_decode_opcode() 2106 msp430->repeats = bits; in msp430_decode_opcode()
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | msp430-decode.h | 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | msp430-decode.h | 118 unsigned repeats:5; /* Contains COUNT-1, or register number. */ member
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | ntp_proto.c | 5237 long repeats; in measure_tick_fuzz() local 5244 repeats = 0; in measure_tick_fuzz() 5254 max_repeats = max(repeats, max_repeats); in measure_tick_fuzz() 5255 repeats = 0; in measure_tick_fuzz() 5260 repeats++; in measure_tick_fuzz()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | msp430-tdep.c | 391 int count = opc.repeats + 1; in msp430_analyze_prologue()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | compress | 192 # There's only a magic nibble (4 bits); that nibble repeats every 33
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/ |
| D | sb1.md | 86 ;; For long cycle operations, the FPU has a 4 cycle pipeline that repeats,
|
| /netbsd/src/external/bsd/less/dist/ |
| D | NEWS | 1230 * New command ESC-n repeats previous search, spanning files. 1236 * New command ESC-N repeats previous search in the reverse
|
| D | less.man | 446 ined file. "!!" repeats the last shell command. "!" with no
|
| /netbsd/src/regress/lib/libc/ieeefp/testfloat/notes/ |
| D | testfloat-source.txt | 430 the random number generator repeats, and possibly wasting time as well.
|
| /netbsd/src/external/bsd/nvi/dist/docs/vi.ref/ |
| D | vi.cmd.texi | 908 repeats the previous 1405 command repeats the previous search, but in the reverse direction. 1408 command repeats the previous search.
|
| D | ex.cmd.texi | 235 repeats the previous
|
| /netbsd/src/external/bsd/openldap/dist/doc/guide/admin/ |
| D | sasl.sdf | 400 allows zero or more repeats of the immediately preceding character
|
| /netbsd/src/external/gpl3/binutils/dist/ld/ |
| D | ld.texi | 5606 region with repeats of the pattern @samp{0 0 0 144}. The value is 5608 @samp{FILL(22 * 256 + 23)} will fill the region with repeats of the 5616 repeats of @samp{0x90} with no zero bytes, and @samp{FILL(0x9192)} 5617 will fill the region with repeats of @samp{0x91 0x92}. Zero bytes 5619 @samp{FILL(0x0090)} will fill a region with repeats of @samp{0x00 0x90}. 5623 repeats of the 5 byte sequence @samp{0x12 0x34 0x56 0x78 0x9a}.
|
| D | ld.info | 4638 repeats of the pattern ‘0 0 0 144’. The value is treated as a 4640 region with repeats of the pattern ‘0 0 22 23’. If the expression 4647 repeats of ‘0x90’ with no zero bytes, and ‘FILL(0x9192)’ will fill the 4648 region with repeats of ‘0x91 0x92’. Zero bytes in a hexadecimal 4650 fill a region with repeats of ‘0x00 0x90’. 4653 are significant, so ‘FILL(0x123456789a)’ will fill a region with repeats
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/doc/ |
| D | stabs.texinfo | 3054 Then for each base type there repeats a series: a virtual character, a 3071 type. Finally a semi-colon ends the series, which repeats for each
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-1999 | 6038 same_type_p. Don't try to handle repeats. Return success. 6048 repeats, which have been disabled since 2.7.2. Don't mess with
|