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

<<11121314151617181920>>

/freebsd-current/contrib/libxo/tests/core/
H A DMakefile.am43 noinst_PROGRAMS = ${TEST_CASES:.c=.test}
92 ${CHECKER} ./$$base.test --libxo$$xoopts ${TEST_OPTS} \
98 echo "... $$test ... $$fmt ..."; \
104 test tests: ${bin_PROGRAMS}
106 -@ ${TEST_TRACE} (for test in ${TEST_CASES} ; do \
107 base=`${BASENAME} $$test .c` ; \
109 echo "... $$test ... $$fmt ..."; \
115 echo "... $$test ... $$fmt ..."; \
116 xoopts==warn,encoder=test ; \
121 -@ (${TEST_TRACE} test
[all...]
/freebsd-current/crypto/openssl/engines/asm/
H A De_padlock-x86.pl195 &test ($ctx,15);
197 &test ($len,15);
211 &test (&DWP(0,$ctx),1<<5); # align bit in control word
213 &test ($out,0x0f);
215 &test ($inp,0x0f);
217 &test ("eax","ebx");
280 &test ($out,0x0f); # out_misaligned
282 &test ($inp,0x0f); # inp_misaligned
312 &test ($out,0x0f);
391 &test ("eb
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstrncmp.S51 test %ecx, %ecx # NUL char in first string?
57 test %ecx, %ecx
63 test %ecx, %ecx
69 test %ecx, %ecx
83 test %ecx, %ecx
91 test %ecx, %ecx
99 test %ecx, %ecx
138 test $PAGE_SIZE, %r9d # did the page change?
155 test %r8d, %r10d # NUL byte present in first string?
158 test
[all...]
H A Dstrcspn.S51 test %eax, %eax
55 test %edx, %edx
77 test %ecx, %ecx
82 test %ecx, %ecx
146 test %eax, %eax # empty string?
163 test %eax, %eax # end of set reached?
174 test %eax, %eax
183 test %eax, %eax # still not done?
202 test $PAGE_SIZE, %esi # does the head cross a page?
348 test
[all...]
/freebsd-current/bin/pax/
H A Dpat_rep.c467 char test; local
492 if ((test = *string++) == '\0')
512 while ((test = *string) != '\0') {
522 if (((test = *string++) == '\0') ||
523 ((pattern = range_match(pattern, test)) == NULL))
537 range_match(char *pattern, int test) argument
556 if ((c <= test) && (test <= c2))
559 } else if (c == test)
/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DStackLifetime.cpp59 return getLiveRange(AI).test(InstNum);
203 if (BitsIn.test(BlockInfo.LiveIn)) {
228 if (BitsIn.test(BlockInfo.LiveOut)) {
259 if (BlockInfo.LiveIn.test(AllocaNo)) {
271 if (!Started.test(AllocaNo)) {
277 if (Started.test(AllocaNo)) {
286 if (Started.test(AllocaNo))
347 if (!InterestingAllocas.test(I))
363 if (SL.LiveRanges[KV.getSecond()].test(InstrNo))
/freebsd-current/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h67 // returns a concrete class that depends on the prevailing death test
81 // appropriate action to take for the current death test; for example,
84 // case. Otherwise, the DeathTest pointer pointed to by the "test"
85 // argument is set. If the death test should be skipped, the pointer
87 // DeathTest object that controls the execution of the current test.
89 const char* file, int line, DeathTest** test);
93 // A helper class that aborts a death test when it's deleted.
96 explicit ReturnSentinel(DeathTest* test) : test_(test) {} argument
106 // test i
[all...]
/freebsd-current/crypto/openssl/test/
H A Dbioprinttest.c154 * representation we support, see test/sanitytest.c...
187 static int dofptest(int test, int sub, double val, const char *width, int prec) argument
207 printf(" /* %d%d */ { \"%s\"", test, sub, result);
210 } else if (!TEST_str_eq(fpexpected[test][sub][i], result)) {
211 TEST_info("test %d format=|%s| exp=|%s|, ret=|%s|",
212 test, format, fpexpected[test][sub][i], result);
/freebsd-current/tests/sys/file/
H A Dclosefrom_test.c53 static int test = 1; variable
59 printf("ok %d - %s\n", test, descr);
60 test++;
68 printf("not ok %d - %s", test, descr);
69 test++;
214 /* Fork a child process to test closefrom(0). */
232 /* Fork a child process to test closefrom(-1). */
310 /* Fork a child process to test closefrom(0) twice. */
326 /* test CLOSE_RANGE_CLOEXEC */
/freebsd-current/lib/libnv/tests/
H A Dnv_array_tests.cc100 "tests", "nice test", "", "abcdef" };
340 "tests", "nice test", "", "abcdef" };
767 nvlist_t *nvl, *test[5], *nasted; local
774 for (i = 0; i < nitems(test); i++) {
775 test[i] = nvlist_create(0);
776 ATF_REQUIRE(test[i] != NULL);
777 nvlist_add_number(test[i], "nvl/number", i);
778 ATF_REQUIRE(nvlist_error(test[i]) == 0);
782 nvlist_add_nvlist_array(nvl, "nvl/nvlist_array", test, nitems(test));
835 nvlist_t *nvl, *test[5], *nasted; local
[all...]
/freebsd-current/contrib/arm-optimized-routines/string/test/
H A Dstrchrnul.c2 * strchrnul test.
54 test (const struct fun *fun, int align, int seekpos, int len) function
116 test (funtab + i, a, sp, n);
117 test (funtab + i, a, -1, n);
H A Dmemrchr.c2 * memchr test.
50 test (const struct fun *fun, int align, size_t seekpos, size_t len, function
98 test (funtab + i, a, sp, n, n);
/freebsd-current/share/mk/
H A Datf.test.mk2 # You must include bsd.test.mk instead of this file from your Makefile.
4 # Logic to build and install ATF test programs; i.e. test programs linked
7 .if !target(__<bsd.test.mk>__)
8 .error atf.test.mk cannot be included directly.
11 # List of C, C++ and shell test programs to build.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DBitset.h77 constexpr bool test(unsigned I) const { return (*this)[I]; } function in class:llvm::Bitset
142 bool LHS = test(I), RHS = Other.test(I);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_add_passphrase.c27 #include "test.h"
34 test(int pristine) function
54 test(1);
55 test(0);
/freebsd-current/sys/conf/
H A Ddtb.build.mk59 test -d ${DESTDIR}${DTBDIR} || ${INSTALL} -d -o ${DTBOWN} -g ${DTBGRP} ${DESTDIR}${DTBDIR}
66 test -d ${DESTDIR}${DTBDIR}/${_dtb:H:T} || ${INSTALL} -d -o ${DTBOWN} -g ${DTBGRP} ${DESTDIR}${DTBDIR}/${_dtb:H:T}
74 test -d ${DESTDIR}${DTBODIR} || ${INSTALL} -d -o ${DTBOWN} -g ${DTBGRP} ${DESTDIR}${DTBODIR}
/freebsd-current/usr.sbin/cron/lib/
H A Dmisc.c123 const char **test;
128 for ( test = DebugFlagNames, mask = 1;
129 *test != NULL && strcmp_until(*test, pc, ',');
130 test++, mask <<= 1
134 if (!*test) {
/freebsd-current/lib/msun/tests/
H A Dcexp_test.c39 #include "test-utils.h"
68 #define test(func, z, result, exceptmask, excepts, checksign) \ macro
82 test(cexp, x, result, exceptmask, excepts, checksign); \
95 /* Various finite non-zero numbers to test. */
196 test(cexp, CMPLXL(finites[i], 0.0),
199 test(cexp, CMPLXL(finites[i], -0.0),
217 test(cexp, CMPLXL(0.0, finites[i]),
220 test(cexp, CMPLXL(-0.0, finites[i]),
/freebsd-current/contrib/bmake/mk/
H A Dobj.mk59 @if test ! -d ${__objdir}/.; then \
61 if test ! -d ${__objdir}; then \
85 @if test -d ${__objdir}/.; then \
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-no-action-runflags.mk8 # The corresponding test with the -j option
/freebsd-current/crypto/heimdal/lib/wind/
H A Dtest-normalize.c83 test(char *buf, unsigned lineno) function
172 failures += test(buf, lineno);
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Drdma_xclient.c76 static int test(void) function
166 ret = test();
/freebsd-current/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpsetround.c100 test(int r) function
152 test(r);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_vfork_i386.inc.S47 test %eax, %eax
/freebsd-current/crypto/openssl/include/internal/
H A Drefcount.h167 # define REF_ASSERT_ISNT(test) \
168 (void)((test) ? (OPENSSL_die("refcount error", __FILE__, __LINE__), 1) : 0)

Completed in 190 milliseconds

<<11121314151617181920>>