Searched refs:tested (Results 1 - 25 of 88) sorted by relevance

1234

/netbsd-current/external/gpl3/gdb/dist/gnulib/import/glthread/
H A Dthreadlib.c40 static int tested; local
43 if (!tested)
56 tested = 1;
75 static int tested; local
78 if (!tested)
93 tested = 1;
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/glthread/
H A Dthreadlib.c42 static int tested; local
45 if (!tested)
60 tested = 1;
/netbsd-current/sys/arch/mips/cavium/
H A Docteon_misc.c97 bool tested; local
141 * Assume all CPU families haven't been tested unless explicitly
145 tested = false;
172 tested = true;
203 tested = true;
208 tested = true;
215 clock_mhz, tested ? "" : " (unverified)");
217 if (!tested)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Ddiffexp-ovwr.s2 ; There are actually two regressions tested here:
6 ; one is tested) can take "difference-expressions".
H A Dbinop-segref.s69 ; tested code (I'm superstitious).
H A Dregreg.s4 ; Note that sizes have to be tested by iterating over them; they
H A Dccr.s6 nop ; So we get it tested too -- and it makes the
H A Drd-regprefix-1b.d7 # (separately tested). We make sure we get the target translation to
/netbsd-current/crypto/external/bsd/openssh/dist/moduli-gen/
H A Dmoduli-gen.sh10 moduli_tested=${objdir}/moduli.${bits}.tested
34 mv ${objdir}/moduli.${bits}.tested ${srcdir}/moduli.${bits}
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmips32r2-fp32.s10 # Only the 32-bit FPU instructions are tested here.
H A Dmips64r2.s2 # (assumes that mips32r2 instructions will be tested separately for mips64r2.)
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Dnop-unknown-intr.s6 ;;; break up the instructions being tested.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Db-bend1.d9 # This test depend on that the non-at-end condition is tested before
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Drelocs2.s16 ;; bfd/elf32-ip2k.c (ip2k_final_link_relocate) is tested a little more.
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/h8300/
H A Dadds.s13 # Instructions tested:
H A Dsubs.s13 # Instructions tested:
H A Daddw.s13 # Instructions tested:
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dadds.s13 # Instructions tested:
H A Dsubs.s13 # Instructions tested:
H A Daddw.s13 # Instructions tested:
/netbsd-current/sys/external/isc/libsodium/dist/src/libsodium/sodium/
H A Dcore.c35 # warning This is not supported. It has not been tested, it might not
/netbsd-current/sys/arch/evbppc/dht/
H A Dlocore.S75 #error Not tested.
/netbsd-current/external/bsd/libarchive/dist/test_utils/
H A Dtest_main.c157 /* Pathname of exe to be tested. */
2468 * in checking whether the program being tested can create them.
2481 static int value = 0, tested = 0; local
2482 if (tested)
2485 ++tested;
2513 static int tested = 0, value = 0; local
2514 if (!tested) {
2515 tested = 1;
2528 static int tested = 0, value = 0; local
2529 if (!tested) {
2543 static int tested = 0, value = 0; local
2558 static int tested = 0, value = 0; local
2570 static int tested = 0, value = 0; local
2585 static int tested = 0, value = 0; local
2600 static int tested = 0, value = 0; local
2615 static int tested = 0, value = 0; local
2630 static int tested = 0, value = 0; local
2645 static int tested = 0, value = 0; local
2660 static int tested = 0, value = 0; local
[all...]
/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-dot-parsedir.mk15 # can be tested here.
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_filter_uu.c231 ssize_t tested; local
250 tested = len;/* Skip some bytes we already determined. */
251 len = get_line(*b + tested, *avail - tested, nl);
253 len += tested;

Completed in 379 milliseconds

1234