Searched refs:DATA2 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dlwpintrin.h59 /// \param DATA2
69 #define __lwpins32(DATA2, DATA1, FLAGS) \
70 (__builtin_ia32_lwpins32((unsigned int) (DATA2), (unsigned int) (DATA1), \
81 /// \param DATA2
87 #define __lwpval32(DATA2, DATA1, FLAGS) \
88 (__builtin_ia32_lwpval32((unsigned int) (DATA2), (unsigned int) (DATA1), \
100 /// \param DATA2
110 #define __lwpins64(DATA2, DATA1, FLAGS) \
111 (__builtin_ia32_lwpins64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
122 /// \param DATA2
[all...]
/freebsd-11-stable/tools/build/make_check/
H A DMakefile17 DATA2:= ${DATA1} macro
18 DATA3= ${DATA2:S/ll/rr/g}
19 DATA4:= ${DATA2:S/ll/rr/g}
20 DATA2?= allo macro
21 DATA5:= ${DATA2:S/ll/ii/g} ${DATA1:S/ll/rr/g}
22 DATA2= yello macro
32 @echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
/freebsd-11-stable/crypto/openssh/regress/
H A Dsftp-badcmds.sh6 DATA2=/bin/sh${EXEEXT}
58 cp ${DATA2} ${COPY}
61 cmp ${DATA2} ${COPY} || fail "put successed when it should have failed"
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c7013 t4_write_reg(adap, EPIO_REG(DATA2), mask1);

Completed in 180 milliseconds