HomeSort by: relevance | last modified time | path
    Searched defs:tests (Results 1 - 25 of 83) sorted by relevancy

1 2 3 4

  /src/share/man/man7/
Makefile 35 MAN+= tests.7
38 CLEANFILES= tests.7
40 tests.7: tests.kyua.7
43 tests.7: tests.atf.7
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/ppc/
floatditf_test.h 7 struct testCase tests[] = { variable in typeref:struct:testCase[]
    [all...]
floatunditf_test.h 7 struct testCase tests[] = { variable in typeref:struct:testCase[]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
udivsi3_test.c 10 // This file tests __udivsi3 for the compiler_rt library.
30 su_int tests[][4] = variable in typeref:typename:su_int[][4]
168 const unsigned N = sizeof(tests) / sizeof(tests[0]);
171 if (test__udivsi3(tests[i][0], tests[i][1], tests[i][2]))
umodsi3_test.c 10 // This file tests __umodsi3 for the compiler_rt library.
30 su_int tests[][4] = variable in typeref:typename:su_int[][4]
168 const unsigned N = sizeof(tests) / sizeof(tests[0]);
171 if (test__umodsi3(tests[i][0], tests[i][1], tests[i][2]))
udivmoddi4_test.c 10 // This file tests __udivmoddi4 for the compiler_rt library.
34 du_int tests[][4] = variable in typeref:typename:du_int[][4]
    [all...]
udivmodti4_test.c 10 // This file tests __udivmodti4 for the compiler_rt library.
54 tu_int tests[][4] = variable in typeref:typename:tu_int[][4]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ppc/
floatditf_test.h 7 struct testCase tests[] = { variable in typeref:struct:testCase[]
    [all...]
floatunditf_test.h 7 struct testCase tests[] = { variable in typeref:struct:testCase[]
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
udivsi3_test.c 10 // This file tests __udivsi3 for the compiler_rt library.
30 su_int tests[][4] = variable in typeref:typename:su_int[][4]
168 const unsigned N = sizeof(tests) / sizeof(tests[0]);
171 if (test__udivsi3(tests[i][0], tests[i][1], tests[i][2]))
umodsi3_test.c 10 // This file tests __umodsi3 for the compiler_rt library.
30 su_int tests[][4] = variable in typeref:typename:su_int[][4]
168 const unsigned N = sizeof(tests) / sizeof(tests[0]);
171 if (test__umodsi3(tests[i][0], tests[i][1], tests[i][2]))
udivmoddi4_test.c 10 // This file tests __udivmoddi4 for the compiler_rt library.
34 du_int tests[][4] = variable in typeref:typename:du_int[][4]
    [all...]
udivmodti4_test.c 10 // This file tests __udivmodti4 for the compiler_rt library.
54 tu_int tests[][4] = variable in typeref:typename:tu_int[][4]
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
i915_gem_phys.c 69 static const struct i915_subtest tests[] = { local in function:i915_gem_phys_mock_selftests
79 err = i915_subtests(tests, i915);
i915_gem_object.c 81 static const struct i915_subtest tests[] = { local in function:i915_gem_object_mock_selftests
91 err = i915_subtests(tests, i915);
99 static const struct i915_subtest tests[] = { local in function:i915_gem_object_live_selftests
103 return i915_subtests(tests, i915);
i915_gem_client_blt.c 137 static const struct i915_subtest tests[] = { local in function:i915_gem_client_blt_live_selftests
147 return i915_live_subtests(tests, i915);
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_gt_pm.c 58 static const struct i915_subtest tests[] = { local in function:intel_gt_pm_live_selftests
66 return intel_gt_live_subtests(tests, &i915->gt);
71 static const struct i915_subtest tests[] = { local in function:intel_gt_pm_late_selftests
73 * These tests may leave the system in an undesirable state.
83 return intel_gt_live_subtests(tests, &i915->gt);
selftest_reset.c 170 static const struct i915_subtest tests[] = { local in function:intel_reset_live_selftests
184 return intel_gt_live_subtests(tests, gt);
  /src/tests/lib/libcrypt/
t_crypt.c 75 } tests[] = { variable in typeref:typename:const struct __anondf4c2ba30108[]
143 for (size_t i = 0; tests[i].hash; i++) {
144 char *hash = crypt(tests[i].pw, tests[i].hash);
149 if (strcmp(hash, "*0") == 0 && strlen(tests[i].hash) < 13)
151 if (strcmp(hash, tests[i].hash))
153 i, hash, tests[i].hash);
  /src/tests/crypto/opencrypto/
h_aescbc.c 51 } tests[] = { variable in typeref:typename:const struct __anond7f5095a0108[]
129 for (i = 0; i < __arraycount(tests); i++) {
135 cs.keylen = tests[i].key_len;
136 cs.key = __UNCONST(&tests[i].key);
144 co.len = tests[i].len;
145 co.src = __UNCONST(&tests[i].plaintx);
148 co.iv = __UNCONST(&tests[i].iv);
153 if (memcmp(co.dst, tests[i].ciphertx, tests[i].len)) {
155 for (j = 0; j < tests[i].len; j++
    [all...]
h_aesctr1.c 54 } tests[] = { variable in typeref:typename:const struct __anond7e42dac0108[]
215 for (i = 0; i < __arraycount(tests); i++) {
221 cs.keylen = tests[i].key_len;
222 cs.key = __UNCONST(&tests[i].key);
230 co.len = tests[i].len;
231 co.src = __UNCONST(&tests[i].plaintx);
234 co.iv = __UNCONST(&tests[i].iv);
239 if (memcmp(co.dst, tests[i].ciphertx, tests[i].len)) {
242 for (j = 0; j < tests[i].len; j++
    [all...]
h_md5.c 45 } tests[] = { variable in typeref:typename:const struct __anon247742bf0108[]
85 for (i = 0; i < __arraycount(tests); i++) {
94 co.len = tests[i].len;
95 co.src = __UNCONST(&tests[i].plaintx);
101 if (memcmp(co.mac, tests[i].digest, sizeof(tests[i].digest)))
h_md5hmac.c 49 } tests[] = { variable in typeref:typename:const struct __anonc7ff8ff80108[]
150 for (i = 0; i < __arraycount(tests); i++) {
151 if (tests[i].key_len != MD5_HMAC_KEYLEN)
156 cs.mackeylen = tests[i].key_len;
157 cs.mackey = __UNCONST(&tests[i].key);
160 err(1, "CIOCGSESSION test %d", tests[i].num);
166 co.len = tests[i].len;
167 co.src = __UNCONST(&tests[i].data);
171 err(1, "CIOCCRYPT test %d", tests[i].num);
173 if (memcmp(co.mac, tests[i].mac, sizeof(tests[i].mac))
    [all...]
h_sha1hmac.c 49 } tests[] = { variable in typeref:typename:const struct __anonb8df601f0108[]
160 for (i = 0; i < __arraycount(tests); i++) {
161 if (tests[i].key_len != SHA1_HMAC_KEYLEN)
166 cs.mackeylen = tests[i].key_len;
167 cs.mackey = __UNCONST(&tests[i].key);
170 err(1, "CIOCGSESSION test %d", tests[i].num);
176 co.len = tests[i].len;
177 co.src = __UNCONST(&tests[i].data);
181 err(1, "CIOCCRYPT test %d", tests[i].num);
183 if (memcmp(co.mac, &tests[i].mac, sizeof(tests[i].mac))
    [all...]
h_xcbcmac.c 55 } tests[] = { variable in typeref:typename:const struct __anon596978ea0108[]
92 for (i = 0; i < __arraycount(tests); i++) {
95 if (tests[i].len == sizeof(plaintx))
99 co.len = tests[i].len;
105 if (memcmp(buf, &tests[i].mac, sizeof(tests[i].mac)))

Completed in 228 milliseconds

1 2 3 4