Home
last modified time | relevance | path

Searched refs:input1 (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/apr-util/test/
H A Dteststrmatch.c37 const char *input1 = "string that contains a patterN..."; in test_str() local
56 match = apr_strmatch(pattern, input1, strlen(input1)); in test_str()
62 match = apr_strmatch(pattern_onechar, input1, strlen(input1)); in test_str()
63 ABTS_PTR_EQUAL(tc, input1 + 5, match); in test_str()
65 match = apr_strmatch(pattern_zero, input1, strlen(input1)); in test_str()
66 ABTS_PTR_EQUAL(tc, input1, match); in test_str()
68 match = apr_strmatch(pattern_nocase, input1, strlen(input1)); in test_str()
69 ABTS_PTR_EQUAL(tc, input1 + 23, match); in test_str()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h232 #define CVMX_BADDU(result, input1, input2) asm ("baddu %[rd],%[rs],%[rt]" : [rd] "=d" (result) : [r… argument
235 …ine CVMX_ROTR(result, input1, shiftconst) asm ("rotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) : [rd]… argument
236 #define CVMX_ROTRV(result, input1, input2) asm ("rotrv %[rd],%[rt],%[rs]" : [rd] "=d" (result) : [r… argument
237 …e CVMX_DROTR(result, input1, shiftconst) asm ("drotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) : [rd]… argument
238 #define CVMX_DROTRV(result, input1, input2) asm ("drotrv %[rd],%[rt],%[rs]" : [rd] "=d" (result) : … argument
239 #define CVMX_SEB(result, input1) asm ("seb %[rd],%[rt]" : [rd] "=d" (result) : [rt] "d" (input1)) argument
240 #define CVMX_SEH(result, input1) asm ("seh %[rd],%[rt]" : [rd] "=d" (result) : [rt] "d" (input1)) argument
241 #define CVMX_DSBH(result, input1) asm ("dsbh %[rd],%[rt]" : [rd] "=d" (result) : [rt] "d" (input1)) argument
242 #define CVMX_DSHD(result, input1) asm ("dshd %[rd],%[rt]" : [rd] "=d" (result) : [rt] "d" (input1)) argument
243 #define CVMX_WSBH(result, input1) asm ("wsbh %[rd],%[rt]" : [rd] "=d" (result) : [rt] "d" (input1)) argument
/freebsd-12.1/usr.bin/diff/tests/
H A Dsimple_u.out1 --- input1
H A DMakefile11 input1.in \
H A Ddiff_test.sh23 diff -u -L input1 -L input2 "$(atf_get_srcdir)/input1.in" "$(atf_get_srcdir)/input2.in"
/freebsd-12.1/usr.bin/join/
H A Djoin.c88 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 }, variable
128 F1 = &input1; in main()
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sdvo.c1278 bool input1, input2; in intel_enable_sdvo() local
1300 status = intel_sdvo_get_trained_inputs(intel_sdvo, &input1, &input2); in intel_enable_sdvo()
1305 if (status == SDVO_CMD_STATUS_SUCCESS && !input1) { in intel_enable_sdvo()
/freebsd-12.1/contrib/binutils/ld/
H A Dld.texinfo3522 @samp{0x10000}. All of section @samp{.input1} from file @file{foo.o}
3525 @samp{outputb}, followed by section @samp{.input1} from @file{foo1.o}.
3526 All of the remaining @samp{.input1} and @samp{.input2} sections from any
3535 foo.o (.input1)
3542 foo1.o (.input1)
3548 *(.input1)
/freebsd-12.1/
H A DObsoleteFiles.inc5646 usr/share/examples/libdialog/gauge.c usr/share/examples/libdialog/input1.c \