Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
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-12-stable/tools/build/make_check/
DMakefile16 DATA1= helllo macro
17 DATA2:= ${DATA1}
21 DATA5:= ${DATA2:S/ll/ii/g} ${DATA1:S/ll/rr/g}
23 DATA1:= ${DATA5:S/l/r/g} macro
32 @echo 1:${DATA1} 2:${DATA2} 3:${DATA3} 4:${DATA4} 5:${DATA5} | \
/freebsd-12-stable/contrib/ntp/util/
Dtg.c73 #define DATA1 500 /* WWV/H 1 pulse */ macro
516 sec(DATA1); in main()
526 sec(DATA1); in main()
547 sec(DATA1); in main()
555 sec(DATA1); in main()
563 sec(DATA1); in main()
Dtg2.c247 #define DATA1 (500) /* WWV/H 1 pulse */ macro
1832 if (arg == DATA1)
1853 if (arg == DATA1)
1868 WWV_Second(DATA1, RateCorrection);
1880 WWV_Second(DATA1, RateCorrection);
1899 if (arg == DATA1)
1921 if (arg == DATA1)
2004 WWV_Second(DATA1, RateCorrection);
2020 WWV_Second(DATA1, RateCorrection);
2035 WWV_Second(DATA1, RateCorrection);
/freebsd-12-stable/share/doc/psd/20.ipctut/
Dsocketpair.c34 #define DATA1 "In Xanadu, did Kublai Khan . . ."
66 if (write(sockets[0], DATA1, sizeof(DATA1)) < 0)
/freebsd-12-stable/sys/dev/smc/
Dif_smcreg.h191 #define DATA1 0xa macro
/freebsd-12-stable/sys/gnu/dts/arm/
Dstih407-pinctrl.dtsi737 DATA1 = <&pio11 2 ALT1 IN SE_NICLK_IO 0 CLK_A>;
765 DATA1 = <&pio12 6 ALT1 IN SE_NICLK_IO 0 CLK_A>;
793 DATA1 = <&pio14 2 ALT2 IN SE_NICLK_IO 0 CLK_A>;
866 DATA1 = <&pio12 6 ALT3 OUT SE_NICLK_IO 0 CLK_A>;
906 DATA1 = <&pio11 2 ALT3 IN SE_NICLK_IO 0 CLK_A>;
/freebsd-12-stable/contrib/file/magic/Magdir/
Darchive877 # like: _SYS1.CAB _USER1.CAB DATA1.CAB data2.cab
/freebsd-12-stable/sys/dev/cxgbe/common/
Dt4_hw.c7072 t4_write_reg(adap, EPIO_REG(DATA1), mask0 >> 32); in t4_wol_pat_enable()