Searched refs:test (Results 251 - 275 of 380) sorted by relevance

<<111213141516

/freebsd-10.1-release/sys/dev/rndtest/
H A Drndtest.c63 int (*test)(struct rndtest_state *); member in struct:rndtest_testfunc
74 "RNG test parameters");
80 rndtest_stats, "RNG test statistics");
130 * schedule another test. Otherwise we keep
167 rv |= (*rndtest_funcs[i].test)(rsp);
339 * chi^2 test over 4 bits: (this is called the poker test in FIPS 140-2,
340 * but it is really the chi^2 test over 4 bits (the poker test as described
/freebsd-10.1-release/contrib/subversion/
H A Dwin-tests.py53 print("Usage: python win-tests.py [option] [test-path]")
56 print(" -r, --release : test the Release configuration")
57 print(" -d, --debug : test the Debug configuration (default)")
64 print(" -c, --cleanup : cleanup after running a test")
65 print(" -t, --test=TEST : Run the TEST test (all is default); use")
66 print(" TEST#n to run a particular test number,")
73 print(" default is '-d,-r,<test-path-root>'")
87 print(" --list : print test doc strings only")
129 'test
[all...]
/freebsd-10.1-release/tools/regression/net80211/ccmp/
H A Dtest_ccmp.c35 * CCMP test module.
41 * module. It should automatically run all test cases and print
44 * you want; e.g. insmod ccmp_test tests=7 will run only test mpdu's
61 ==== CCMP test mpdu 1 ====
120 ==== CCMP test mpdu 2 ====
176 ==== CCMP test mpdu 3 ====
235 ==== CCMP test mpdu 4 ====
293 ==== CCMP test mpdu 5 ====
352 ==== CCMP test mpdu 6 ====
411 ==== CCMP test mpd
[all...]
/freebsd-10.1-release/contrib/gcc/
H A Dstmt.c82 of simple bit test and branches instead. */
1077 /* We test the old body (obody) contents to avoid tripping
2183 nodes handled by this test, typically the number of bits
2249 struct case_bit_test test[MAX_CASE_BIT_TESTS];
2261 if (label == test[i].label)
2267 test[i].hi = 0;
2268 test[i].lo = 0;
2269 test[i].label = label;
2270 test[i].bits = 1;
2274 test[
2234 struct case_bit_test test[MAX_CASE_BIT_TESTS]; local
[all...]
/freebsd-10.1-release/usr.sbin/makefs/
H A Dcd9660.c265 int len, test; local
271 test = cd9660_valid_d_chars(val);
273 test = cd9660_valid_a_chars(val);
274 if (test) {
276 if (test == 2)
810 int test; local
817 test = cd9660_convert_filename(newnode->node->name,
/freebsd-10.1-release/contrib/atf/atf-c/
H A Dmacros_test.c93 * Helper test cases.
99 atf_tc_set_md_var(tc, "descr", "Helper test case"); \
242 struct test { struct
286 struct test { struct
341 struct test { struct
563 struct test { struct
770 * Miscellaneous test cases covering several macros.
801 struct test { struct
851 "Tests that defining an unused test case raises a "
867 atf_tc_fail("Build of unused_test.c passed; unused test case
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h34 /// to make multiple in-order test/set constant time after the first one is
107 bool old = test(Idx);
119 bool test(unsigned Idx) const {
489 bool test(unsigned Idx) {
501 return ElementIter->test(Idx % ElementSize);
555 bool old = test(Idx);
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DLiveVariables.cpp108 if (VRInfo.AliveBlocks.test(BBNum))
173 if (!VRInfo.AliveBlocks.test(BBNum))
720 if (AliveBlocks.test(Num))
744 if (VI.AliveBlocks.test(SuccIdx))
822 if (Kills.count(Reg) || VI.AliveBlocks.test(SuccBB->getNumber()))
H A DCriticalAntiDepBreaker.cpp79 if (!IsReturnBlock && !Pristine.test(*I)) continue;
203 if (!KeepRegs.test(Reg)) {
527 else if (KeepRegs.test(AntiDepReg))
H A DRegisterScavenging.cpp236 assert((KillRegs.test(Reg) || isUnused(Reg) ||
332 if (Candidates.test(Survivor))
/freebsd-10.1-release/tools/regression/file/flock/
H A Dflock.c125 #define FAIL(test) \
127 if (test) { \
128 printf("FAIL (%s)\n", #test); \
180 * test. We use a pipe to communicate with the child.
216 * test.
243 * XXX this test hangs on FreeBSD NFS filesystems due to limitations
251 * test. We use a pipe to communicate with the child.
287 * test.
321 * test. We use a pipe to communicate with the child.
356 * test
1516 struct test { struct
[all...]
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-ctrig.c41 #include "test-utils.h"
81 #define test(func, z, result, exceptmask, excepts, checksign) do { \ macro
100 test(func, x, result, exceptmask, excepts, checksign); \
101 test(func##f, x, result, exceptmask, excepts, checksign); \
/freebsd-10.1-release/tools/tools/syscall_timing/
H A Dsyscall_timing.c622 struct test { struct
631 static const struct test tests[] = {
684 "[-p path] [-s seconds] test\n");
694 const struct test *the_test;
751 * Validate test list and that, if a path is required, it is
771 printf("test\tloop\ttime\titerations\tperiteration\n");
/freebsd-10.1-release/usr.bin/catman/
H A Dcatman.c355 int test; local
357 if ((test = test_path(dir, NULL)) != 0) {
358 if (!(test & TEST_WRITABLE) && chmod(dir, 0755) < 0) {
/freebsd-10.1-release/usr.sbin/lpr/lpr/
H A Dlpr.c126 static int test(const char *_file);
386 if ((f = test(arg = *argv++)) < 0)
702 test(const char *file) function
730 * XXX Shall we add a similar test for ELF?
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arc.c272 offsetT test;
289 test = - val;
291 test = val;
293 if (test < (offsetT) min || test > (offsetT) max)
294 as_warn_value_out_of_range (_("operand"), test, (offsetT) min, (offsetT) max, file, line);
270 offsetT test; local
/freebsd-10.1-release/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86.pl382 &test ($out,$out);
503 &test ($out,$out);
681 &test ($out,$out);
/freebsd-10.1-release/sys/boot/i386/cdboot/
H A Dcdboot.S448 test %al,%al # stop at null
493 test $0x2,%al # Busy?
498 test $0x2,%al # Busy?
/freebsd-10.1-release/sys/dev/drm2/radeon/
H A Dradeon_drv.c159 MODULE_PARM_DESC(test, "Run tests");
160 module_param_named(test, radeon_testing, int, 0444);
/freebsd-10.1-release/
H A DObsoleteFiles.inc1014 usr/share/examples/libdialog/ftree1.test \
1016 usr/share/examples/libdialog/ftree2.test \
6011 OLD_FILES+=usr/share/examples/meteor/test-n.c
/freebsd-10.1-release/contrib/bmake/mk/
H A Dmeta.stage.mk87 while test $$\# -ge 2; do \
102 while test $$\# -ge 2; do \
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dp-lang.c264 gdb test suite since we don't have to account for the differences
/freebsd-10.1-release/contrib/libarchive/cpio/test/
H A Dtest.h28 /* Every test program should #include "test.h" as the first thing. */
31 * The goal of this file (and the matching test.c) is to
32 * simplify the very repetitive test-*.c test programs.
45 #error Oops: No config.h and no pre-built configuration in test.h.
121 * Redefine DEFINE_TEST for use in defining the test functions.
306 /* Path to working directory for current test */
310 * Special interfaces for program test harness.
/freebsd-10.1-release/contrib/libarchive/tar/test/
H A Dtest.h28 /* Every test program should #include "test.h" as the first thing. */
31 * The goal of this file (and the matching test.c) is to
32 * simplify the very repetitive test-*.c test programs.
45 #error Oops: No config.h and no pre-built configuration in test.h.
123 * Redefine DEFINE_TEST for use in defining the test functions.
308 /* Path to working directory for current test */
312 * Special interfaces for program test harness.
/freebsd-10.1-release/contrib/libstdc++/scripts/
H A Dmake_graph.py35 A 'structure' representing the results of a test.
47 This class returns a res object for some test.
74 for test in tests_dat.getElementsByTagName('test'):
75 test_name = test.attributes['name'].value
76 self.__test_to_f_names[test_name] = test.getElementsByTagName('file')[0].attributes['name'].value
78 for cntnr in test.getElementsByTagName('cntnr'):

Completed in 410 milliseconds

<<111213141516