Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 2038) sorted by relevance

12345678910>>...82

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dsparse_array_test.c34 } cases[] = { in test_sparse_array() local
49 for (i = 0; i < OSSL_NELEM(cases); i++) { in test_sparse_array()
50 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v))) { in test_sparse_array()
55 if (!TEST_str_eq(ossl_sa_char_get(sa, cases[j].n), cases[j].v)) { in test_sparse_array()
73 } cases[] = { in test_sparse_array_num() local
87 for (i = 0; i < OSSL_NELEM(cases); i++) in test_sparse_array_num()
88 if (!TEST_true(ossl_sa_char_set(sa, cases[i].n, cases[i].v)) in test_sparse_array_num()
89 || !TEST_size_t_eq(ossl_sa_char_num(sa), cases[i].num)) in test_sparse_array_num()
106 const struct index_cases_st *cases; member
114 const struct index_cases_st *cases = doall_data->cases; in leaf_check_all() local
[all …]
/netbsd-src/tests/lib/libm/
H A Dt_modf.c58 } cases[] = { variable
212 for (n = 0; n < __arraycount(cases); n++) { in ATF_TC_BODY()
215 x = cases[n].x; in ATF_TC_BODY()
217 ATF_CHECK_EQ_MSG(i, cases[n].i, in ATF_TC_BODY()
222 cases[n].i, cases[n].i, cases[n].f, cases[n].f); in ATF_TC_BODY()
223 ATF_CHECK_EQ_MSG(f, cases[n].f, in ATF_TC_BODY()
228 cases[n].i, cases[n].i, cases[n].f, cases[n].f); in ATF_TC_BODY()
231 ATF_CHECK_EQ_MSG(i, -cases[n].i, in ATF_TC_BODY()
236 cases[n].i, cases[n].i, cases[n].f, cases[n].f); in ATF_TC_BODY()
237 ATF_CHECK_EQ_MSG(f, -cases[n].f, in ATF_TC_BODY()
[all …]
/netbsd-src/external/bsd/unbound/dist/testdata/svcb.tdir/
H A Dsvcb.success-cases.zone.cmp1 success-cases. 3600 IN SOA primary.success-cases. admin.success-cases. 0 0 0 0 0
2 s01.success-cases. 3600 IN SVCB 0 . key123
3 s02.success-cases. 3600 IN SVCB 0 . ech
4 s03.success-cases. 3600 IN HTTPS 0 . alpn="h2,h3" no-default-alpn
5 s04.success-cases. 3600 IN HTTPS 0 . no-default-alpn
6 s05.success-cases. 3600 IN HTTPS 0 . mandatory=port alpn="dot" no-default-alpn port=853
7 s06.success-cases. 3600 IN HTTPS 0 . ech="aGVsbG93b3JsZCE="
8 s07.success-cases. 3600 IN HTTPS 0 . ech="aGVsbG93b3JsZCE="
9 s08.success-cases. 3600 IN HTTPS 0 . key11="a" key12="a" key13="a" key14="a" key15="a" key16="a" ke…
10 s09.success-cases. 3600 IN HTTPS 0 . alpn="aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa…
H A Dsvcb.test54 # check all the failure cases
55 if $PRE/readzone svcb.failure-cases-01
61 elif $PRE/readzone svcb.failure-cases-02
67 elif $PRE/readzone svcb.failure-cases-03
73 elif $PRE/readzone svcb.failure-cases-04
80 echo "All failure cases test successfully"
85 if ! $PRE/readzone svcb.success-cases.zone > svcb.success-cases.zone.out
87 echo "Some particular success cases did not succeed to parse"
90 elif ! diff svcb.success-cases.zone.out svcb.success-cases.zone.cmp
92 echo "Some success cases could not be printed"
[all …]
H A Dsvcb.failure-cases-011 $ORIGIN failure-cases.
6 ; These cases should be base64 encoded but aren't
/netbsd-src/sys/crypto/aes/arch/x86/
H A Daes_ssse3_subr.c139 } cases[] = { in aes_ssse3_xts_update_selftest() local
151 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aes_ssse3_xts_update_selftest()
152 t[0] = cases[i].in[0]; in aes_ssse3_xts_update_selftest()
153 t[1] = cases[i].in[1]; in aes_ssse3_xts_update_selftest()
154 t[2] = cases[i].in[2]; in aes_ssse3_xts_update_selftest()
155 t[3] = cases[i].in[3]; in aes_ssse3_xts_update_selftest()
157 if (t[0] != cases[i].out[0] || in aes_ssse3_xts_update_selftest()
158 t[1] != cases[i].out[1] || in aes_ssse3_xts_update_selftest()
159 t[2] != cases[i].out[2] || in aes_ssse3_xts_update_selftest()
160 t[3] != cases[i].out[3]) { in aes_ssse3_xts_update_selftest()
H A Daes_sse2_subr.c313 } cases[] = { in aes_sse2_xts_update_selftest() local
325 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aes_sse2_xts_update_selftest()
326 t[0] = cases[i].in[0]; in aes_sse2_xts_update_selftest()
327 t[1] = cases[i].in[1]; in aes_sse2_xts_update_selftest()
328 t[2] = cases[i].in[2]; in aes_sse2_xts_update_selftest()
329 t[3] = cases[i].in[3]; in aes_sse2_xts_update_selftest()
331 if (t[0] != cases[i].out[0] || in aes_sse2_xts_update_selftest()
332 t[1] != cases[i].out[1] || in aes_sse2_xts_update_selftest()
333 t[2] != cases[i].out[2] || in aes_sse2_xts_update_selftest()
334 t[3] != cases[i].out[3]) { in aes_sse2_xts_update_selftest()
H A Daes_ni.c254 } cases[] = { in aesni_xts_update_selftest() local
269 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aesni_xts_update_selftest()
270 aesni_xts_update(cases[i].in, tweak); in aesni_xts_update_selftest()
271 if (memcmp(tweak, cases[i].out, 16)) in aesni_xts_update_selftest()
H A Daes_via.c461 } cases[] = { in aesvia_xts_update_selftest() local
472 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aesvia_xts_update_selftest()
473 t0 = cases[i].in[0]; in aesvia_xts_update_selftest()
474 t1 = cases[i].in[1]; in aesvia_xts_update_selftest()
475 t2 = cases[i].in[2]; in aesvia_xts_update_selftest()
476 t3 = cases[i].in[3]; in aesvia_xts_update_selftest()
478 if (t0 != cases[i].out[0] || in aesvia_xts_update_selftest()
479 t1 != cases[i].out[1] || in aesvia_xts_update_selftest()
480 t2 != cases[i].out[2] || in aesvia_xts_update_selftest()
481 t3 != cases[i].out[3]) in aesvia_xts_update_selftest()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dswitch_.d70 static immutable T[][caseLabels.length] cases = asImmutable([caseLabels]); in __switch()
73 return __switchSearch!T(cases[], condition); in __switch()
78 private int __switchSearch(T)(/*in*/ const scope T[][] cases, /*in*/ const scope T[] condition) pur… in __switchSearch()
81 size_t high = cases.length; in __switchSearch()
87 if (condition.length == cases[mid].length) in __switchSearch()
89 r = __cmp(condition, cases[mid]); in __switchSearch()
95 r = ((condition.length > cases[mid].length) << 1) - 1; in __switchSearch()
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c186 static ac_uint4 cases[3]; variable
542 cases[2] = code; in add_title()
548 if (cases[0] == 0) in add_title()
549 cases[0] = code; in add_title()
574 title[i].key = cases[2]; /* Title */ in add_title()
575 title[i].other1 = cases[0]; /* Upper */ in add_title()
576 title[i].other2 = cases[1]; /* Lower */ in add_title()
589 cases[0] = code; in add_upper()
595 if (cases[2] == 0) in add_upper()
596 cases[2] = code; in add_upper()
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Datf-report_test.sh146 expect_helpers (1/1): 17 test cases
166 Test cases for known bugs:
177 Failed test cases:
181 1 passed test cases.
182 7 failed test cases.
183 9 expected failed test cases.
184 0 skipped test cases.
288 dir1/tp1 (1/5): 1 test cases
292 dir1/tp2 (2/5): 1 test cases
296 tp3 (3/5): 1 test cases
[all …]
/netbsd-src/lib/libm/noieee_src/
H A Dn_fmod.c148 int i,cases; in main() local
155 for (cases = 0; cases < NCASES; cases++) { in main()
156 switch (cases) { in main()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dtest-map.c55 static struct example cases[] = { variable
96 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); ++i) in main()
97 failures += try(&cases[i]); in main()
H A Dgen-punycode-examples.py78 cases.append([codes, m.group(1), desc])
82 cases = [] variable
112 for x in cases:
127 "const size_t punycode_examples_size = %u;\n\n" % len(cases))
/netbsd-src/usr.bin/rpcgen/
H A Drpc_parse.c297 case_list *cases; in def_union() local
307 tailp = &defp->def.un.cases; in def_union()
313 cases = ALLOC(case_list); in def_union()
314 cases->case_name = tok.str; in def_union()
321 cases->contflag = 1; /* continued case in def_union()
323 *tailp = cases; in def_union()
324 tailp = &cases->next; in def_union()
325 cases = ALLOC(case_list); in def_union()
326 cases->case_name = tok.str; in def_union()
332 cases->case_decl = dec; in def_union()
[all …]
/netbsd-src/external/bsd/kyua-cli/dist/integration/
H A Dcmd_report_test.sh78 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
90 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
154 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
171 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
202 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
220 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
241 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
260 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
/netbsd-src/sys/crypto/aes/arch/arm/
H A Daes_armv8.c256 } cases[] = { in aesarmv8_xts_update_selftest() local
271 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aesarmv8_xts_update_selftest()
272 aesarmv8_xts_update(cases[i].in, tweak); in aesarmv8_xts_update_selftest()
273 if (memcmp(tweak, cases[i].out, 16)) in aesarmv8_xts_update_selftest()
/netbsd-src/external/bsd/atf/dist/
H A DNEWS99 cases from breaking xsltproc later.
115 detect defined but unused test cases.
170 atf-report so that invalid data in the output of test cases does not
183 ensure that test cases are properly defined in test programs and helps
186 * PR bin/44882: Made atf-run connect the stdin of test cases to /dev/zero.
190 * Made atf-run hardcode TZ=UTC for test cases. It used to undefine TZ, but
199 test cases to specify installed files that must be present for the test
246 instead of just listing them as having 0 test cases.
261 * Changed the default timeout for test cases from 5 minutes to 30 seconds.
267 the first place to impose more control on what test cases can do, it
[all …]
/netbsd-src/sys/crypto/aes/
H A Daes_bear.c364 } cases[] = { in aesbear_xts_update_selftest() local
375 for (i = 0; i < sizeof(cases)/sizeof(cases[0]); i++) { in aesbear_xts_update_selftest()
376 t0 = cases[i].in[0]; in aesbear_xts_update_selftest()
377 t1 = cases[i].in[1]; in aesbear_xts_update_selftest()
378 t2 = cases[i].in[2]; in aesbear_xts_update_selftest()
379 t3 = cases[i].in[3]; in aesbear_xts_update_selftest()
381 if (t0 != cases[i].out[0] || in aesbear_xts_update_selftest()
382 t1 != cases[i].out[1] || in aesbear_xts_update_selftest()
383 t2 != cases[i].out[2] || in aesbear_xts_update_selftest()
384 t3 != cases[i].out[3]) in aesbear_xts_update_selftest()
/netbsd-src/external/broadcom/bwfm/
H A DREADME15 There are some cases where the required files are not available from
16 mainline linux-firmware. In these cases, different vendor / release
17 tags should be used for these specific files. These special cases
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMSA.txt6 the implementation. In a small number of cases, this can cause different
19 same cases. andi.b should use fractionally less power than bclri.b in
24 constant since shf.w covers exactly the same cases. shf.w is used
48 It is not possible to emit splati.w since shf.w covers the same cases.
79 for both cases.
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/
H A D__init__.py9 import tests.functional.cases
16 suite.addTests(loader.loadTestsFromModule(tests.functional.cases))
/netbsd-src/regress/lib/libc/ieeefp/testfloat/notes/
H A Dtestfloat-history.txt23 -- Integrated the generation of test cases and the checking of system
27 -- Improved the sequence of test cases.
35 generating test cases. (Previously naively expected `random' to be able
/netbsd-src/external/mit/isl/dist/test_inputs/codegen/omega/
H A DREADME2 test cases.
5 test cases.

12345678910>>...82