Searched refs:test (Results 201 - 225 of 380) sorted by relevance

1234567891011>>

/freebsd-10.1-release/bin/test/tests/
H A Dlegacy_test.sh29 # TEST.sh - check if test(1) or builtin test works
33 # force a specified test program, e.g. `env test=/bin/test sh regress.sh'
34 : ${test=test}
39 # $2 -> $test expression
43 syntax="`eval $test $2 2>&1`"
45 if test
[all...]
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h417 if (UsedPhysRegMask.test(Reg))
421 if (UsedRegUnits.test(*Units))
482 return !reservedRegsFrozen() || ReservedRegs.test(PhysReg);
501 return getReservedRegs().test(PhysReg);
H A DRegisterScavenging.h172 return !RegsAvailable.test(Reg) || (CheckReserved && isReserved(Reg));
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dt-exc.c16 #include <sm/test.h>
45 sm_test_begin(argc, argv, "test exception handling");
129 sm_exc_raisenew_x(&SmEtypeErr, "test %d", 0);
133 "test 0 got an exception, as expected:\n");
H A Dt-fget.c15 #include <sm/test.h>
69 sm_test_begin(argc, argv, "test fget");
73 check("test\n", strlen("test\n"));
75 l = snprintf(res, sizeof(res), "%c%s\n", '\0', "test ing");
78 l = snprintf(res, sizeof(res), "%c%s%c\n", '\0', "test ing", '\0');
82 '\0', "test ing", '\0', "eol");
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dx86cpuid.pl106 &bt ("edx",28); # test hyper-threading bit
327 &test ("edx",3);
336 &test ("ecx",-4);
/freebsd-10.1-release/contrib/atf/atf-c/detail/
H A Dfs_test.c102 struct test { struct
128 struct test *t;
174 struct test { struct
186 struct test *t;
214 struct test { struct
226 struct test *t;
255 struct test { struct
266 struct test *t;
293 struct test { struct
304 struct test *
332 struct test { struct
[all...]
/freebsd-10.1-release/contrib/libucl/src/
H A Ducl_schema.c342 const ucl_object_t *elt, *test; local
370 test = ucl_object_find_key (schema, "exclusiveMaximum");
371 if (test && test->type == UCL_BOOLEAN) {
372 exclusive = ucl_object_toboolean (test);
386 test = ucl_object_find_key (schema, "exclusiveMinimum");
387 if (test && test->type == UCL_BOOLEAN) {
388 exclusive = ucl_object_toboolean (test);
487 struct ucl_compare_node *node, test, *node local
[all...]
/freebsd-10.1-release/lib/libkse/test/
H A Dmutex_d.exp233 Simple inheritence test - PASS
234 Inheritence test with change of priority - PASS
236 Simple inheritence test - PASS
237 Inheritence test with change of priority - PASS
239 Simple inheritence test - PASS
240 Inheritence test with change of priority - PASS
242 Simple inheritence test - PASS
243 Inheritence test with change of priority - PASS
245 Simple inheritence test - PASS
246 Inheritence test wit
[all...]
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DStackColoring.cpp216 DEBUG(dbgs()<<BlockInfo.Begin.test(i)<<" ");
221 DEBUG(dbgs()<<BlockInfo.End.test(i)<<" ");
227 DEBUG(dbgs()<<BlockInfo.LiveIn.test(i)<<" ");
232 DEBUG(dbgs()<<BlockInfo.LiveOut.test(i)<<" ");
280 if (BlockInfo.Begin.test(Slot)) {
368 if (LocalLiveIn.test(BlockInfo.LiveIn)) {
377 if (LocalLiveOut.test(BlockInfo.LiveOut)) {
H A DLiveRangeCalc.cpp125 assert(Seen.test(MBB->getNumber()));
205 if (Seen.test(Pred->getNumber())) {
301 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber());
/freebsd-10.1-release/contrib/dialog/
H A Dfselect.c355 char *test = leaf_of(name); local
356 size_t test_len = strlen(test);
361 if (strncmp(test, d_list->data[i], test_len) == 0) {
366 if (strncmp(test, f_list->data[i], test_len) == 0) {
386 char *test; local
398 test = match_list.data[0];
399 test_len = strlen(test);
402 strcpy(buff, test);
404 if (test == data_of(d_list)) {
410 char test_char = test[
[all...]
H A Dui_getc.c182 struct timeval test; local
201 test.tv_sec = 0;
202 test.tv_usec = WTIMEOUT_VAL * 1000;
206 &test);
/freebsd-10.1-release/contrib/gcc/
H A Dgensupport.c1112 their C test is provably always false). If insn_elision is
1186 /* Given a string representing a C test expression, look it up in the
1193 const struct c_test *test;
1200 test = (const struct c_test *)htab_find (condition_table, &dummy);
1201 if (!test)
1203 return test->value;
1206 /* Record the C test expression EXPR in the condition_table, with
1212 struct c_test *test;
1217 test = XNEW (struct c_test);
1218 test
1188 const struct c_test *test; local
1207 struct c_test *test; local
[all...]
H A Dlambda-code.c1224 tree test; local
1241 test = TREE_OPERAND (exit_cond, 0);
1360 /* One part of the test may be a loop invariant tree. */
1362 if (TREE_CODE (TREE_OPERAND (test, 1)) == SSA_NAME
1363 && invariant_in_loop_and_outer_loops (loop, TREE_OPERAND (test, 1)))
1364 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 1));
1365 else if (TREE_CODE (TREE_OPERAND (test, 0)) == SSA_NAME
1366 && invariant_in_loop_and_outer_loops (loop, TREE_OPERAND (test, 0)))
1367 VEC_quick_push (tree, *invariants, TREE_OPERAND (test, 0));
1369 /* The non-induction variable part of the test i
1425 tree test; local
[all...]
/freebsd-10.1-release/contrib/binutils/opcodes/
H A Darc-opc.c841 int test = insn & I (-1);
843 if (!(test == I (1)))
852 || (LD_SYNTAX(OP_REG,OP_LIMM,OP_REG) && !(test == I(1)))
853 || (LD_SYNTAX(OP_REG,OP_REG,OP_LIMM) && !(test == I(1)))
855 || (LD_SYNTAX(OP_REG,OP_LIMM,OP_NONE) && (test == I(1)))))
875 int test = insn[0] & I(-1);
877 if (!(test == I(1)))
883 if (!( (LD_SYNTAX (OP_REG, OP_REG, OP_NONE) && (test == I(1)))
886 || (LD_SYNTAX (OP_REG, OP_REG, OP_LIMM) && !(test == I(1)))
887 || (LD_SYNTAX (OP_REG, OP_LIMM, OP_REG) && !(test
839 int test = insn & I (-1); local
873 int test = insn[0] & I(-1); local
1308 int test = insn[0] & I(-1); local
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dx86-gf2m.pl206 &test ("eax",1<<23); # check MMX bit
209 &test ("eax",1<<24); # check FXSR bit
211 &test ("edx",1<<1); # check PCLMULQDQ bit
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-x86_64.pl55 # improvement [I had to test it], while final Intel P4 performance
167 test \$-16,$len
220 test \$-8,$len
228 test \$-32,$len
297 test \$-16,$len
331 test \$-8,$len
385 test \$-8,$len
/freebsd-10.1-release/contrib/gcclibs/libgomp/
H A Dloop.c303 int test; local
307 test = gomp_iter_static_next (istart, iend);
308 if (test >= 0)
312 return test == 0;
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DStringRef.cpp206 if (CharBits.test((unsigned char)Data[i]))
231 if (!CharBits.test((unsigned char)Data[i]))
247 if (CharBits.test((unsigned char)Data[i]))
272 if (!CharBits.test((unsigned char)Data[i]))
/freebsd-10.1-release/contrib/ncurses/menu/
H A Dm_global.c271 int test = wcwidth(temp[n]); local
273 if (test <= 0)
274 test = 1;
275 result += test;
/freebsd-10.1-release/lib/libutil/tests/
H A Dflopen_test.c182 static struct test { struct
/freebsd-10.1-release/tools/regression/aio/aiotest/
H A Daiotest.c30 * Regression test to do some very basic AIO exercising on several types of
36 * initiated to detect undo blocking. This test does not attempt to exercise
104 * Each test run specifies a timeout in seconds. Use the somewhat obsoleted
173 * test setup.
176 aio_context_init(struct aio_context *ac, const char *test, int read_fd, argument
183 test);
185 ac->ac_test = test;
194 "error", test);
201 * Each tester can register a callback to clean up in the event the test
218 * Perform a simple write test o
[all...]
/freebsd-10.1-release/crypto/openssl/util/
H A Dmk1mf.pl361 { $test.=&var_add($dir,$val, 0); }
504 # TEST_D - Binary test file output directory
586 test: \$(T_EXE) label
588 ..${o}ms${o}test
637 $test=&clean_up_ws($test);
653 $defs.=&do_defs("T_OBJ",$test,"\$(OBJ_D)",$obj);
654 $rules.=&do_compile_rule("\$(OBJ_D)",$test,"\$(APP_CFLAGS)");
692 $defs.=&do_defs("T_EXE",$test,"\$(TEST_D)",$exep);
693 foreach (split(/\s+/,$test))
[all...]
/freebsd-10.1-release/contrib/libarchive/libarchive/
H A Darchive_acl.c63 const wchar_t *test);
72 const char *test);
1026 * Return true if the characters [start...end) are a prefix of 'test'.
1030 prefix_w(const wchar_t *start, const wchar_t *end, const wchar_t *test) argument
1035 if (*start++ != *test++)
1038 while (start < end && *start++ == *test++)
1259 * Return true if the characters [start...end) are a prefix of 'test'.
1263 prefix_c(const char *start, const char *end, const char *test) argument
1268 if (*start++ != *test++)
1271 while (start < end && *start++ == *test
[all...]

Completed in 371 milliseconds

1234567891011>>