Searched refs:test (Results 226 - 250 of 380) sorted by relevance

1234567891011>>

/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl115 &test ("ecx",3);
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A DFILES023 destest.c - Source for libdes.a test program.
/freebsd-10.1-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c100 #define _QP_CMP(name, cmpe, test) \
117 return (test(FSR_GET_FCC0(fe.fe_fsr))); \
/freebsd-10.1-release/share/mk/
H A Dbsd.incs.mk70 while test $$# -ge 2; do \
/freebsd-10.1-release/contrib/ntp/scripts/build/
H A DUpdatePoint7 # test is set to 1 if -t/--test is given to prevent modifications
8 test=0
15 -t|--test)
16 test=1
326 case "$test" in
/freebsd-10.1-release/contrib/ntp/sntp/unity/
H A Dunity_fixture.c23 UnityPrint("Unity test run ");
56 static int testSelected(const char* test) argument
58 return selected(UnityFixture.NameFilter, test);
144 TEST_FAIL_MESSAGE("This test leaks!");
/freebsd-10.1-release/contrib/dialog/
H A Dinputstr.c86 char *test = setlocale(LC_ALL, 0); local
87 if (test == 0 || *test == 0) {
89 } else if (strcmp(test, "C") && strcmp(test, "POSIX")) {
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp455 if (LiveRegs.test(MO.getReg())) {
467 if (LiveRegs.test(*SubRegs)) {
527 if (!killedRegs.test(Reg)) {
531 if (LiveRegs.test(*SubRegs)) {
540 kill = !LiveRegs.test(Reg);
H A DDeadMachineInstructionElim.cpp72 if (LivePhysRegs.test(Reg) || MRI->isReserved(Reg))
H A DLiveRegMatrix.cpp114 return !RegMaskUsable.empty() && (!PhysReg || !RegMaskUsable.test(PhysReg));
H A DRegisterClassInfo.cpp99 if (Reserved.test(PhysReg))
127 // Register allocator stress test. Clip register class to N registers.
H A DMachineLICM.cpp440 if (Reg && (PhysRegDefs.test(Reg) || PhysRegClobbers.test(Reg)))
469 if (PhysRegDefs.test(*AS))
473 if (PhysRegClobbers.test(Reg))
562 if (!PhysRegClobbers.test(Def) && !TermRegs.test(Def)) {
570 if (PhysRegDefs.test(Reg) ||
571 PhysRegClobbers.test(Reg)) {
1248 // First test whether the instruction is loading from an amenable
/freebsd-10.1-release/contrib/one-true-awk/
H A DFIXES84 i can't test any of it.
118 fixed memory fault caused by out of order test in setsval.
131 it and providing a very compact test case.
178 call of SYNTAX(), test malloc return in lib.c, all with thanks to
195 providing a good test case.
391 jon bentley for the test case that found it.
393 added test in envinit to catch environment "variables" with
397 added test in defn() to catch function foo(foo), which
419 the test case.)
424 Bruce also provided some helpful test case
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dectest.c208 /* test multiplication with group order, long and negative scalars */
1006 /* Change test based on whether binary point compression is enabled or not. */
1150 /* Change test based on whether binary point compression is enabled or not. */
1161 /* Change test based on whether binary point compression is enabled or not. */
1205 /* Change test based on whether binary point compression is enabled or not. */
1234 /* Change test based on whether binary point compression is enabled or not. */
1672 static void nistp_single_test(const struct nistp_test_params *test) argument
1680 test->degree);
1691 NISTP = EC_GROUP_new(test->meth());
1694 if (!BN_hex2bn(&p, test
[all...]
/freebsd-10.1-release/contrib/gcclibs/libcpp/
H A Dinit.c413 cppchar_t test = 0; local
418 test--;
419 if (test < 1)
/freebsd-10.1-release/sys/dev/cmx/
H A Dcmx.c295 * Wait for buffer status register events. If test is non-zero,
304 cmx_wait_BSR(struct cmx_softc *sc, uint8_t flags, int test) argument
309 if (cmx_test_BSR(sc, flags, test))
314 if (cmx_test_BSR(sc, flags, test))
/freebsd-10.1-release/tools/regression/lib/msun/
H A Dtest-invctrig.c41 #include "test-utils.h"
80 #define test(func, z, result, exceptmask, excepts, checksign) do { \ macro
91 test(func, x, result, exceptmask, excepts, checksign); \
92 test(func##f, x, result, exceptmask, excepts, checksign); \
/freebsd-10.1-release/contrib/llvm/include/llvm/CodeGen/
H A DLiveVariables.h299 bool isPHIJoin(unsigned Reg) { return PHIJoins.test(Reg); }
/freebsd-10.1-release/contrib/sendmail/libsm/
H A Dt-shm.c22 # include <sm/test.h>
140 ** SHMTEST -- test of shared memory
248 sm_test_begin(argc, argv, "test shared memory");
/freebsd-10.1-release/lib/libutil/tests/
H A Dpidfile_test.c253 static struct test { struct
/freebsd-10.1-release/sys/dev/wbwd/
H A Dwbwd.c294 * Sysctl handlers to force a watchdog timeout or to test the NMI functionality
307 int error, test, val; local
310 test = arg2;
322 /* Manually clear the test for a value of 0 and do nothing else. */
323 if (test && val == 0) {
341 if (test)
/freebsd-10.1-release/contrib/bmake/mk/
H A Dauto.obj.mk28 test -d $$d && return 0; \
/freebsd-10.1-release/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c209 NCURSES_SIZE_T test = value; local
210 return (test == value && value > 0);
/freebsd-10.1-release/crypto/openssl/crypto/
H A Dx86_64cpuid.pl109 bt \$28,%edx # test hyper-threading bit
141 bt \$28,%edx # test hyper-threading bit
194 test \$7,$arg1
203 test \$-8,$arg2
/freebsd-10.1-release/lib/libz/contrib/gcc_gvmat64/
H A Dgvmat64.S229 //;;; use the sign flag instead of the zero flag for the exit test.
467 test eax, 0x0000FFFF
470 test eax,0xffffffff

Completed in 296 milliseconds

1234567891011>>