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

<<11121314

/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_server.c387 " -nbio_test - test with the non-blocking test bio\n");
1652 BIO *test; local
1654 test = BIO_new(BIO_f_nbio_test());
1655 sbio = BIO_push(test, sbio);
2071 BIO *test; local
2073 test = BIO_new(BIO_f_nbio_test());
2074 sbio = BIO_push(test, sbio);
H A Ds_client.c855 BIO *test; local
857 test = BIO_new(BIO_f_nbio_test());
858 sbio = BIO_push(test, sbio);
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/llvm/lib/CodeGen/
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-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp281 assert(MF.getTarget().getRegisterInfo()->getAllocatableSet(MF).test(R) &&
384 if (RegSet.test(*AI))
/freebsd-9.3-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-9.3-release/sys/dev/isp/
H A DHardware.txt13 hardware to I can test it.
180 has been used extensively to test it.
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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));
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbftest.c102 /* Lets use the DES test vectors :-) */
281 static int test(void);
290 ret = test();
304 printf("ecb test data\n");
318 printf("set_key test data\n");
333 printf("\nchaining mode test data\n");
365 static int test(void) function
/freebsd-9.3-release/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl892 &test ($s2,0xFFFFFFF0);
928 &test ($s2,0xFFFFFFF0);
931 &test ($s2,15);
1248 &test ("esi",-1);
1250 &test ("edi",-1);
H A Daes-x86_64.pl771 test \$-1,%rsi
773 test \$-1,%rdi
1152 test \$-16,%rdx # check upon length
1181 test \$-16,%r10
1184 test \$15,%r10
/freebsd-9.3-release/contrib/gcc/
H A Dreg-stack.c311 int test;
332 test = VEC_index (char, stack_regs_mentioned_data, uid);
333 if (test == 0)
336 test = stack_regs_mentioned_p (PATTERN (insn)) ? 1 : 2;
337 VEC_replace (char, stack_regs_mentioned_data, uid, test);
340 return test == 1;
309 int test; local
/freebsd-9.3-release/sys/dev/bwi/
H A Dbwirf.c765 uint32_t test_lim, test; local
899 test = 0;
938 test += PHY_READ(mac, 0x2d);
949 ++test;
950 test >>= 8;
952 if (test > test_lim)
/freebsd-9.3-release/contrib/ipfilter/
H A Dradix.c270 int test, b, rn_b; local
309 test = (*cp ^ *cp2) & 0xff; /* find first bit that differs */
310 for (b = 7; (test >>= 1) > 0;)
341 * the search and satisfaction test and put the
641 * anyway, so the above test doesn't hurt.
/freebsd-9.3-release/sys/dev/ahb/
H A Dahb.c442 int test; local
462 if ((test = ahb_inb(ahb, MBOXIN0)) != 0) {
463 printf("ahb_reset: self test failed, val = 0x%x\n", test);
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_entry.c129 const wchar_t *test);
1831 * Return true if the characters [start...end) are a prefix of 'test'.
1835 prefix_w(const wchar_t *start, const wchar_t *end, const wchar_t *test) argument
1840 if (*start++ != *test++)
1843 while (start < end && *start++ == *test++)

Completed in 337 milliseconds

<<11121314