Home
last modified time | relevance | path

Searched defs:input1 (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/apr-util/test/
H A Dteststrmatch.c37 const char *input1 = "string that contains a patterN..."; in test_str() local
/freebsd-13.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 #define CVMX_ROTR(result, input1, shiftconst) asm ("rotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) : [… argument
236 #define CVMX_ROTRV(result, input1, input2) asm ("rotrv %[rd],%[rt],%[rs]" : [rd] "=d" (result) : [r… argument
237 #define CVMX_DROTR(result, input1, shiftconst) asm ("drotr %[rd],%[rs]," CVMX_TMP_STR(shiftconst) :… 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-13.1/usr.bin/join/
H A Djoin.c88 static INPUT input1 = { NULL, 0, 0, 1, NULL, 0, 0, 0, 0 }, variable