Searched refs:test (Results 276 - 300 of 380) sorted by relevance

<<111213141516

/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DSplitKit.h171 bool isThroughBlock(unsigned MBB) const { return ThroughBlocks.test(MBB); }
H A DScheduleDAG.cpp31 cl::desc("Stress test instruction scheduling"));
565 if (!Visited.test(s) && Node2Index[s] < UpperBound) {
583 if (Visited.test(w)) {
H A DSpillPlacement.cpp208 if (ActiveNodes->test(n))
H A DAggressiveAntiDepBreaker.cpp174 if (!IsReturnBlock && !Pristine.test(Reg)) continue;
646 if (!BV.test(NewReg)) {
808 } else if ((ExcludeRegs != NULL) && ExcludeRegs->test(AntiDepReg)) {
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dt-qic.c18 #include <sm/test.h>
123 sm_test_begin(argc, argv, "test meta quoting");
H A Dt-sem.c22 # include <sm/test.h>
145 ** SEMTEST -- test of semaphores
365 printf("This test takes about 8 seconds.\n");
375 sm_test_begin(argc, argv, "test semaphores");
H A Dt-strl.c18 #include <sm/test.h>
34 sm_test_begin(argc, argv, "test strl* string functions");
/freebsd-10.1-release/contrib/unbound/libunbound/python/
H A Dlibunbound.i481 >>> status = ctx.data_add("test.mydomain.net. IN A 192.168.1.1")
483 >>> status, result = ctx.resolve("test.mydomain.net")
/freebsd-10.1-release/sys/cddl/dev/cyclic/
H A Dcyclic_test.c263 printf("Usage: debug.cyclic.test=(1..9) or -1 for all tests\n");
272 SYSCTL_PROC(_debug_cyclic, OID_AUTO, test, CTLTYPE_INT | CTLFLAG_RW, 0, 0,
273 cyclic_test, "I", "Enables a cyclic test. Use -1 for all tests.");
/freebsd-10.1-release/sys/dev/iir/
H A Diir_ctrl.c326 p->dvr.event_data.size = sizeof(p->dvr.event_data.eu.test);
/freebsd-10.1-release/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl737 &test ("ecx","ecx");
739 &test ("edx","edx");
887 &test ($s2,0xFFFFFFF0);
930 &test ($s2,0xFFFFFFF0);
933 &test ($s2,15);
/freebsd-10.1-release/sys/dev/isci/scil/
H A Dscic_sds_controller.c4765 U8 test = oem_params->controller.ssc_sata_tx_spread_level; local
4766 if ( !((test == 0x0) || (test == 0x2) || (test == 0x3) ||
4767 (test == 0x6) || (test == 0x7)) )
4770 test = oem_params->controller.ssc_sas_tx_spread_level;
4773 if ( !((test == 0x0) || (test == 0x2) || (test
[all...]
/freebsd-10.1-release/contrib/bmake/mk/
H A Dwarnings.mk45 # The two step default makes it easier to test build with different defaults.
H A Dgendirdeps.mk232 # This is the same test that _DIRDEPS_USE applies.
233 # We have do a double test with dirdep_list as it _may_ contain
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DBitVector.h337 bool test(unsigned Idx) const {
404 /// test - Check if (This - RHS) is zero.
406 bool test(const BitVector &RHS) const {
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp281 assert(MF.getTarget().getRegisterInfo()->getAllocatableSet(MF).test(R) &&
384 if (RegSet.test(*AI))
/freebsd-10.1-release/sys/boot/i386/boot0/
H A Dboot0.S41 #ifdef TEST /* enable some test code */
225 * The test costs 4 bytes of code so it is disabled by default.
249 #ifdef TEST /* test code, print internal bios drive */
272 test %al, %al # skip empty partition
478 popf # Restore %al test results
511 * a test and set. We don't care for the test part.
/freebsd-10.1-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Deeprom.diff247 * ##### should be an ifdef test for any AP usage,
/freebsd-10.1-release/sys/dev/isp/
H A DHardware.txt13 hardware to I can test it.
180 has been used extensively to test it.
/freebsd-10.1-release/usr.bin/unzip/
H A Dunzip.c65 static int t_opt; /* test */
833 test(struct archive *a, struct archive_entry *e) function
899 error_count += test(a, e);
/freebsd-10.1-release/contrib/libarchive/libarchive/test/
H A Dtest.h25 * $FreeBSD: releng/10.1/contrib/libarchive/libarchive/test/test.h 306941 2016-10-10 07:18:54Z delphij $
28 /* 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.
317 /* Path to working directory for current test */
[all...]
/freebsd-10.1-release/contrib/gcc/cp/
H A Drtti.c448 ifnonnull (tree test, tree result)
451 build2 (EQ_EXPR, boolean_type_node, test,
452 cp_convert (TREE_TYPE (test), integer_zero_node)),
446 ifnonnull(tree test, tree result) argument
/freebsd-10.1-release/sbin/routed/
H A Dradix.c214 int test, b, rn_b; local
266 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
267 for (b = 7; (test >>= 1) > 0;)
300 * the search and satisfaction test and put the
565 * anyway, so the above test doesn't hurt.
/freebsd-10.1-release/sys/net/
H A Dradix.c296 int test, b, rn_bit; local
336 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
337 for (b = 7; (test >>= 1) > 0;)
367 * the search and satisfaction test and put the
685 * anyway, so the above test doesn't hurt.
/freebsd-10.1-release/tools/regression/doat/
H A Ddoat.c61 struct test { struct
69 struct test *tests;
70 #define NUM_OF_TESTS 14 /* we dont want the fexecve test to run */
108 tests = calloc(NUM_OF_TESTS + 1, sizeof(struct test));

Completed in 337 milliseconds

<<111213141516