Home
last modified time | relevance | path

Searched refs:tst (Results 1 – 25 of 383) sorted by relevance

12345678910>>...16

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
Dexplicit.exp132 set tst "set breakpoint at \"$linespec\" with valid condition"
134 pass $tst
139 fail $tst
158 set tst "complete 'break -$abbrev'"
160 gdb_test_multiple "" $tst {
163 gdb_test_multiple "" $tst {
165 pass $tst
170 set tst "complete -$full with no value"
172 gdb_test_multiple "" $tst {
175 gdb_test_multiple "" $tst {
[all …]
Dlinespec.exp64 set tst "complete unique function name in two source files"
66 gdb_test_multiple "" $tst {
68 pass $tst
83 set tst "complete non-unique function name in two source files"
85 gdb_test_multiple "" $tst {
88 gdb_test_multiple "" $tst {
90 pass $tst
105 set tst "complete unique function name in disambiguated source file"
107 gdb_test_multiple "" $tst {
109 pass $tst
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dacvp_test.c122 const struct ecdsa_keygen_st *tst = &ecdsa_keygen_data[id]; in ecdsa_keygen_test() local
126 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name)) in ecdsa_keygen_test()
183 const struct ecdsa_pub_verify_st *tst = &ecdsa_pv_data[id]; in ecdsa_pub_verify_test() local
189 if (!TEST_true(ecdsa_create_pkey(&pkey, tst->curve_name, in ecdsa_pub_verify_test()
190 tst->pub, tst->pub_len, tst->pass))) in ecdsa_pub_verify_test()
193 if (tst->pass) { in ecdsa_pub_verify_test()
195 || !TEST_int_eq(EVP_PKEY_public_check(key_ctx), tst->pass)) in ecdsa_pub_verify_test()
254 const struct ecdsa_siggen_st *tst = &ecdsa_siggen_data[id]; in ecdsa_siggen_test() local
256 if (!TEST_ptr(pkey = EVP_PKEY_Q_keygen(libctx, NULL, "EC", tst->curve_name))) in ecdsa_siggen_test()
259 if (!TEST_true(sig_gen(pkey, NULL, tst->digest_alg, tst->msg, tst->msg_len, in ecdsa_siggen_test()
[all …]
/netbsd/src/common/lib/libc/arch/sh3/string/
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_LEN,REG_LEN
[all …]
Dffs.S48 tst #0xff,r0
52 tst r0,r0 ! ffs(0) is 0
56 tst #0xff,r0
61 tst #0xff,r0
69 tst #0x0f,r0
72 tst #0x03,r0
74 tst #0x01,r0 ! not bit 0 -> T
79 2: tst #0x04,r0
84 4: tst #0x30,r0
86 tst #0x10,r0
[all …]
Dmemset.S66 tst REG_LEN,REG_LEN
97 tst #1,r0
158 tst #1,r0 /* len is aligned? */
210 tst REG_TMP1,REG_DST
214 tst REG_TMP1,REG_LEN
266 tst REG_TMP1,REG_DST /* if (dst & 1) { */
269 tst REG_TMP1,REG_DST
272 tst REG_TMP1,REG_DST
281 tst #3,REG_PTR /* if (ptr & 3) { */
284 tst #1,REG_PTR /* if (ptr & 1) { */
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mini-gmp/tests/
Dt-mpq_addsub.c94 int tst; in testmain() local
139 tst = mpq_cmp_si (rr, mpz_get_si (q), 1); in testmain()
141 tst = mpq_cmp_ui (rr, mpz_get_ui (q), 1); in testmain()
143 tst = mpq_cmp_z (rr, q); in testmain()
145 tst = - tst; in testmain()
146 … if ((tst != mpz_sgn (r)) && ((tst < 0 && mpz_sgn (r) >= 0) || (tst > 0 && mpz_sgn (r) <= 0))) in testmain()
148 fprintf (stderr, "mpq_cmp ii failed: %i %i\n", tst, mpz_sgn (r)); in testmain()
159 tst = mpq_cmp_si (rr, mpz_get_si (r), mpz_get_ui (b)); in testmain()
161 tst = mpq_cmp_ui (rr, mpz_get_ui (r), mpz_get_ui (b)); in testmain()
163 tst = mpq_cmp (rr, ff); in testmain()
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/tests/can/
Dtest_can.in42 tst=$2
44 if [ ! -f ${srcdir}/${tst}.req ] ; then
45 echo "${tst}.req missing"
47 if [ ! -f ${srcdir}/${tst}.kadm ] ; then
48 echo "${tst}.kadm missing"
56 if [ -f ${objdir}/${tst}.cf ]; then
57 KRB5_CONFIG="${objdir}/${tst}.cf"
68 echo "Load database for ${tst}"
71 done < ${srcdir}/${tst}.kadm || exit 1
77 ${replay} ${srcdir}/${tst}.req || { cat messages.log ; exit 1; }
/netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/
Dalu-n-tst.h31 do_op_N (const alu_test *tst) in do_op_N() argument
35 OP_BEGIN (tst->begin); in do_op_N()
36 print_hex (tst->begin, N); in do_op_N()
37 for (op = tst->ops; op->op != NULL; op++) in do_op_N()
82 print_hex (tst->result, N); in do_op_N()
84 printf (" B:%d", tst->carry_borrow); in do_op_N()
86 printf (" C:%d", tst->carry_borrow); in do_op_N()
87 printf (" V:%d", tst->overflow); in do_op_N()
88 if (tst->carry_borrow != HAD_CARRY_BORROW) in do_op_N()
96 if (tst->overflow != HAD_OVERFLOW) in do_op_N()
[all …]
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.c >> $@.tmp
[all …]
/netbsd/src/common/lib/libc/arch/arm/string/
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 r1, #4 /* do we have a word left? */
[all …]
Dmemset_naive.S52 tst ip, #1 /* halfword aligned? */
54 tst ip, #2 /* word aligned? */
56 tst ip, #4 /* dword aligned? */
71 tst r1, #8 /* can we write at least 8 bytes? */
73 tst r1, #4 /* can we write at least 4 bytes? */
75 tst r1, #2 /* can we write at least 2 bytes? */
77 tst r1, #1 /* can we write 1 bytes? */
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? */
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? */
Dstrcpy_arm.S124 tst r0, #3 /* check for dst alignment */
141 tst r1, #3 /* get the misalignment of src */
170 tst r5, #BYTE0 /* does byte 0 contain a NUL? */
186 tst r5, #BYTE0 /* is NUL in byte 2? */
189 tst r5, #BYTE1 /* is NUL in byte 2? */
192 tst r5, #BYTE2 /* is NUL in byte 2? */
223 tst r4, #BYTE0 /* does byte 0 contain a NUL? */
250 tst r5, #BYTE1 /* did we find a NUL in byte 1? */
304 tst r5, #BYTE0 /* does byte 0 contain a NUL? */
314 tst r5, #BYTE0 /* is there a NUL in byte 0? */
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
Dfilesym.exp35 set tst "complete on \"filesy\""
37 gdb_test_multiple "" $tst {
39 pass $tst
42 set tst "completion list for \"filesym\""
44 gdb_test_multiple "" $tst {
46 pass $tst
57 unset -nocomplain tst
/netbsd/src/external/bsd/bzip2/dist/
Dmakefile.msc31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
43 fc sample1.tst sample1.ref
44 fc sample2.tst sample2.ref
45 fc sample3.tst sample3.ref
57 del sample1.tst
58 del sample2.tst
59 del sample3.tst
/netbsd/src/lib/csu/arch/sh3/
Dcrtbegin.S114 tst r1, r1
127 tst r1, r1
138 tst r0, r0
152 tst r1, r1
157 tst r1, r1
168 tst r2, r2
173 tst r1, r1
193 tst r0, r0
256 tst r1, r1
268 tst r1, r1
[all …]
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/
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 || \
158 cmp test ${srcdir}/tst-crypto-available2 > /dev/null || \
/netbsd/src/sys/arch/m68k/060sp/dist/
Ditest.s62 tst.l %d0
194 tst.b %d0
218 tst.b %d0
240 tst.b %d0
264 tst.b %d0
288 tst.b %d0
312 tst.b %d0
336 tst.b %d0
360 tst.b %d0
384 tst.b %d0
[all …]
Dftest.s78 tst.l %d0
278 tst.b %d0
282 tst.b %d0
318 tst.b %d0
322 tst.b %d0
355 tst.b %d0
359 tst.b %d0
391 tst.b %d0
395 tst.b %d0
428 tst.b %d0
[all …]
/netbsd/src/sys/arch/m68k/fpsp/
Dscale.sa95 tst.b d0
117 tst.w ETEMP(a6) ;check src sign
125 tst.w d1 ;check for denorm
131 tst.b L_SCR1(a6)
140 tst.b L_SCR1(a6)
150 tst.b L_SCR1(a6)
154 tst.l FPTEMP_HI(a6) ;check j bit
178 tst.b L_SCR1(a6)
208 tst.w d0 ;it is finished when
210 tst.b L_SCR2(a6)
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dcompile-support.exp246 proc do_test_ {cmd exp result is_explicit tst fail_list} {
259 if {$tst == ""} {
260 set tst "compile $cmd $exp"
266 return [compile_command_ "compile print $exp" $result $tst]
275 if {![compile_command_ $command "" $tst]} {
279 gdb_test "p $varName_" "= $result" "result of $tst"
/netbsd/src/external/lgpl3/mpfr/dist/tests/
DMakefile.in1558 tst=$$dir$$f; log='$@'; \
3157 "$$tst" $(AM_TESTS_FD_REDIRECT)
3164 "$$tst" $(AM_TESTS_FD_REDIRECT)
3171 "$$tst" $(AM_TESTS_FD_REDIRECT)
3178 "$$tst" $(AM_TESTS_FD_REDIRECT)
3185 "$$tst" $(AM_TESTS_FD_REDIRECT)
3192 "$$tst" $(AM_TESTS_FD_REDIRECT)
3199 "$$tst" $(AM_TESTS_FD_REDIRECT)
3206 "$$tst" $(AM_TESTS_FD_REDIRECT)
3213 "$$tst" $(AM_TESTS_FD_REDIRECT)
[all …]
/netbsd/src/sys/arch/arm/arm/
Dcpu_in_cksum_buffer.S109 tst r1, #16
111 tst r1, #32
113 tst r1, #64
175 tst r1, #64 /* >= 4 qwords left? */
177 tst r1, #32 /* >= 2 qwords left? */
190 tst r1, #8 /* at least one dword (5+ bytes)? */
220 tst RLOFFSET, #1 /* was starting address odd? */
236 tst RLOFFSET, #3 /* are exactly word aligned? */
253 tst r0, #4 /* are we dword aligned? */

12345678910>>...16