Searched refs:tst (Results 26 - 50 of 687) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Ddjcheck.sh42 > ${base}.tst
43 if diff --binary -u ${base}.out ${base}.tst ; then
44 rm -f ${base}.tst
/netbsd-current/common/lib/libc/arch/sh3/string/
H A Dmemcpy.S70 tst r0,r0 /* (src ^ dst) & 3 */
74 tst REG_LEN,REG_LEN /* if ( len==0 ) return; */
79 tst #1,r0 /* if ( src & 1 ) */
92 tst #2,r0 /* (src & 2) { */
104 tst REG_LEN,REG_LEN
114 tst REG_LEN,REG_LEN
119 tst #1,r0
121 tst REG_LEN,REG_LEN /* if ( len == 0 ) return; */
126 tst #1,r0
138 tst REG_LE
[all...]
/netbsd-current/tests/sys/net/
H A Dt_print.c42 } tst[] = { variable in typeref:struct:__anon19250
114 for (size_t i = 0; i < __arraycount(tst); i++) {
115 r = dl_print(buf, l, &tst[i].ia);
116 ATF_REQUIRE_STREQ(buf, tst[i].str);
117 ATF_REQUIRE_EQ(r, tst[i].len);
121 for (size_t i = 0; i < __arraycount(tst); i++) {
122 r = dl_print(buf, l, &tst[i].ia);
123 ATF_CHECK(strncmp(buf, tst[i].str, l - 1) == 0);
126 ATF_REQUIRE_EQ(r, tst[i].len);
146 for (size_t i = 0; i < __arraycount(tst);
[all...]
/netbsd-current/common/lib/libc/arch/arm/string/
H A Dmemset_arm.S82 tst ip, #1 /* halfword aligned? */
84 tst ip, #2 /* word aligned? */
86 tst ip, #4 /* dword aligned? */
118 tst ip, #8 /* quadword aligned? */
121 1: tst ip, #16 /* octaword aligned? *?
124 2: tst ip, #32 /* 32 word aligned? */
142 tst r1, #32 /* do we have 16 bytes left? */
148 tst r1, #16 /* do we have 16 bytes left? */
154 tst r1, #8 /* do we have 8 bytes left? */
160 tst r
[all...]
H A Dstrchr_arm.S57 1: tst r0, #3 /* test for word alignment */
134 tst r3, #BYTE0 /* is this byte NUL? */
147 tst r1, #BYTE0 /* does this byte match? */
150 tst r3, #BYTE0 /* is this byte NUL? */
153 tst r1, #BYTE1 /* does this byte match? */
156 tst r3, #BYTE1 /* is this byte NUL? */
159 tst r1, #BYTE2 /* does this byte match? */
162 tst r3, #BYTE2 /* is this byte NUL? */
165 tst r1, #BYTE3 /* does this byte match? */
H A Dstrrchr_arm.S61 2: tst r1, #3 /* test for word alignment */
140 tst r3, #BYTE0 /* is byte 0 a NUL? */
142 tst r4, #BYTE0 /* is byte 0 a match? */
144 tst r3, #BYTE1 /* is byte 1 a NUL? */
146 tst r4, #BYTE1 /* is byte 1 a match? */
148 tst r3, #BYTE2 /* is byte 2 a NUL? */
150 tst r4, #BYTE2 /* is byte 2 a match? */
152 tst r3, #BYTE3 /* is byte 3 a NUL? */
154 tst r4, #BYTE3 /* is byte 3 a match? */
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/arm/
H A Dldivmod.S44 tst r3,r3
50 tst r4,#0x40000000
55 tst r4,#0x80000000
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/pdp11/
H A Dabsreloc.s21 start: tst start
22 tst @$start
23 tst aref
24 tst @$aref
25 tst 20
26 tst @$20
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dlocal.mk20 EXTRA_PROGRAMS += %D%/fpu-tst
27 %D%/alu-tst
39 %D%/alu-tst$(EXEEXT): $(%C%_alu_tst_OBJECTS) $(%C%_alu_tst_DEPENDENCIES) %D%/$(am__dirstamp)
42 %D%/fpu-tst$(EXEEXT): $(%C%_fpu_tst_OBJECTS) $(%C%_fpu_tst_DEPENDENCIES) %D%/$(am__dirstamp)
51 %D%/bits32m0.c: %D%/bits-gen$(EXEEXT) %D%/bits-tst.c
53 $(AM_V_at)cat $(srcdir)/%D%/bits-tst.c >> $@.tmp
59 %D%/bits32m31.c: %D%/bits-gen$(EXEEXT) %D%/bits-tst.c
61 $(AM_V_at)cat $(srcdir)/%D%/bits-tst.c >> $@.tmp
67 %D%/bits64m0.c: %D%/bits-gen$(EXEEXT) %D%/bits-tst.c
69 $(AM_V_at)cat $(srcdir)/%D%/bits-tst
[all...]
H A Dalu-n-tst.h31 do_op_N (const alu_test *tst) argument
35 OP_BEGIN (tst->begin);
36 print_hex (tst->begin, N);
37 for (op = tst->ops; op->op != NULL; op++)
82 print_hex (tst->result, N);
84 printf (" B:%d", tst->carry_borrow);
86 printf (" C:%d", tst->carry_borrow);
87 printf (" V:%d", tst->overflow);
88 if (tst->carry_borrow != HAD_CARRY_BORROW)
96 if (tst
236 const alu_test *tst = &alu_N_tests[i]; local
[all...]
/netbsd-current/lib/libc/compat/arch/sh3/sys/
H A Dcompat_sigprocmask.S53 tst r5, r5 /* set == NULL? */
65 tst r6, r6 /* oset == NULL? */
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dtextpseudoop.d9 0: 39da 7010 custom0.tst mlx,mlx,r0
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz180.d28 \s+32:\s+ed 3c\s+tst a
29 \s+34:\s+ed 04\s+tst b
30 \s+36:\s+ed 0c\s+tst c
31 \s+38:\s+ed 14\s+tst d
32 \s+3a:\s+ed 1c\s+tst e
33 \s+3c:\s+ed 24\s+tst h
34 \s+3e:\s+ed 2c\s+tst l
35 \s+40:\s+ed 34\s+tst \(hl\)
36 \s+42:\s+ed 64 0f\s+tst 0x0f
/netbsd-current/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-mpq_addsub.c94 int tst; local
139 tst = mpq_cmp_si (rr, mpz_get_si (q), 1);
141 tst = mpq_cmp_ui (rr, mpz_get_ui (q), 1);
143 tst = mpq_cmp_z (rr, q);
145 tst = - tst;
146 if ((tst != mpz_sgn (r)) && ((tst < 0 && mpz_sgn (r) >= 0) || (tst > 0 && mpz_sgn (r) <= 0)))
148 fprintf (stderr, "mpq_cmp ii failed: %i %i\n", tst, mpz_sg
[all...]
/netbsd-current/sys/lib/libkern/arch/sh3/
H A Dashrsi3.S38 tst r5, r5
H A Dlshrsi3.S38 tst r5, r5
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Darmv4-bx.d12 800c: e31e0001 tst lr, #1
17 8018: e3100001 tst r0, #1
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/lib/
H A Dcompile-support.exp171 proc do_test_ {cmd exp result is_explicit tst fail_list} {
184 if {$tst == ""} {
185 set tst "compile $cmd $exp"
191 gdb_test "compile print $exp" $result $tst
200 gdb_test_no_output $command $tst
202 gdb_test "p $varName_" "= $result" "result of $tst"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcompile-support.exp204 proc do_test_ {cmd exp result is_explicit tst fail_list} {
217 if {$tst == ""} {
218 set tst "compile $cmd $exp"
224 gdb_test "compile print $exp" $result $tst
233 gdb_test_no_output $command $tst
235 gdb_test "p $varName_" "= $result" "result of $tst"
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/common/
H A Dalu-n-tst.h31 do_op_N (const alu_test *tst) argument
35 OP_BEGIN (tst->begin);
36 print_hex (tst->begin, N);
37 for (op = tst->ops; op->op != NULL; op++)
82 print_hex (tst->result, N);
84 printf (" B:%d", tst->carry_borrow);
86 printf (" C:%d", tst->carry_borrow);
87 printf (" V:%d", tst->overflow);
88 if (tst->carry_borrow != HAD_CARRY_BORROW)
96 if (tst
236 const alu_test *tst = &alu_N_tests[i]; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_crypto.in89 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
94 cmp test ${srcdir}/tst-crypto-select1 > /dev/null || \
99 cmp test ${srcdir}/tst-crypto-select2 > /dev/null || \
107 cmp test ${srcdir}/tst-crypto-select3 > /dev/null || \
116 cmp test ${srcdir}/tst-crypto-select4 > /dev/null || \
125 cmp test ${srcdir}/tst-crypto-select5 > /dev/null || \
134 cmp test ${srcdir}/tst-crypto-select6 > /dev/null || \
144 cmp test ${srcdir}/tst-crypto-select7 > /dev/null || \
151 #cmp test ${srcdir}/tst-crypto-available1 > /dev/null || \
158 cmp test ${srcdir}/tst
[all...]
/netbsd-current/tests/lib/libc/gen/
H A Dt_fpsetround.c75 } tst[] = { /* RN RP RM RZ */ variable in typeref:struct:__anon13338
103 for (size_t i = 0; i < __arraycount(tst); i++) {
104 double d = strtod(tst[i].n, NULL);
106 int e = tst[i].v[r];
114 tst[i].n, (int)rint(d), tst[i].v[r]);
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dtestit.sh20 (cd ${tmp} && env USETOOLS=no make -f Makefile.bsd && make -f Makefile.bsd tst)
/netbsd-current/lib/libc/arch/sparc/stdlib/
H A Dllabs.S61 tst %o0
/netbsd-current/lib/libc/compat/arch/sparc64/sys/
H A Dcompat_sigprocmask.S66 tst %o2 /* check to see if oset requested */

Completed in 219 milliseconds

1234567891011>>