Home
last modified time | relevance | path

Searched refs:DATA2 (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlwpintrin.h69 #define __lwpins32(DATA2, DATA1, FLAGS) \ argument
70 (__builtin_ia32_lwpins32((unsigned int) (DATA2), (unsigned int) (DATA1), \
87 #define __lwpval32(DATA2, DATA1, FLAGS) \ argument
88 (__builtin_ia32_lwpval32((unsigned int) (DATA2), (unsigned int) (DATA1), \
110 #define __lwpins64(DATA2, DATA1, FLAGS) \ argument
111 (__builtin_ia32_lwpins64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
128 #define __lwpval64(DATA2, DATA1, FLAGS) \ argument
129 (__builtin_ia32_lwpval64((unsigned long long) (DATA2), (unsigned int) (DATA1), \
/freebsd/tools/build/make_check/
H A DMakefile15 DATA2:= ${DATA1} macro
16 DATA3= ${DATA2:S/ll/rr/g}
17 DATA4:= ${DATA2:S/ll/rr/g}
18 DATA2?= allo macro
19 DATA5:= ${DATA2:S/ll/ii/g} ${DATA1:S/ll/rr/g}
20 DATA2= yello macro
30 @echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
/freebsd/contrib/ncurses/ncurses/trace/
H A Dlib_tracebits.c114 #define DATA2(name,name2) { name, { #name2 } } in _nc_trace_ttymode() macro
134 DATA2(OFLAGS_TABS, XTABS), in _nc_trace_ttymode()
151 DATA2(PARODD | PARENB, PARODD), in _nc_trace_ttymode()
157 DATA2(ECHOE | ECHO, ECHOE), in _nc_trace_ttymode()
158 DATA2(ECHOK | ECHO, ECHOK), in _nc_trace_ttymode()
/freebsd/crypto/openssh/regress/
H A Dsftp-badcmds.sh6 DATA2=/bin/sh${EXEEXT}
58 cp ${DATA2} ${COPY}
61 cmp ${DATA2} ${COPY} || fail "put succeeded when it should have failed"
H A Dsshsig.sh6 DATA2=$OBJ/${DATANAME}.2
7 cat ${DATA} ${DATA} > ${DATA2}
117 < $DATA2 >/dev/null 2>&1 && \
231 < $DATA2 >/dev/null 2>&1 && \
/freebsd/share/doc/psd/20.ipctut/
H A Dsocketpair.c33 #define DATA2 "A stately pleasure dome decree . . ."
59 if (write(sockets[1], DATA2, sizeof(DATA2)) < 0)
/freebsd/sys/contrib/device-tree/Bindings/display/msm/
H A Ddsi.txt69 the physical data lane DATA3, logical DATA1 to physical DATA0, logic DATA2
70 to phys DATA1 and logic DATA3 to phys DATA2.
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407-pinctrl.dtsi736 DATA2 = <&pio11 1 ALT1 IN SE_NICLK_IO 0 CLK_A>;
764 DATA2 = <&pio12 5 ALT1 IN SE_NICLK_IO 0 CLK_A>;
792 DATA2 = <&pio14 1 ALT2 IN SE_NICLK_IO 0 CLK_B>;
865 DATA2 = <&pio12 5 ALT3 OUT SE_NICLK_IO 0 CLK_A>;
905 DATA2 = <&pio11 1 ALT3 IN SE_NICLK_IO 0 CLK_A>;
/freebsd/crypto/openssl/test/
H A Ddata2.bin1 TEST DATA2
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c7074 t4_write_reg(adap, EPIO_REG(DATA2), mask1); in t4_wol_pat_enable()