Home
last modified time | relevance | path

Searched refs:read2 (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.bin/comm/
H A Dcomm.c70 int comp, read1, read2; in main() local
125 for (read1 = read2 = 1;;) { in main()
135 if (read2) { in main()
169 read1 = read2 = 1; in main()
178 read2 = 0; in main()
183 read2 = 1; in main()
/freebsd-14.2/contrib/wpa/src/drivers/
H A Ddriver_roboswitch.c243 u16 read1[3], read2[3], addr_be16[3]; in wpa_driver_roboswitch_join() local
268 ROBO_ARLCTRL_ADDR_2, read2, 3) || in wpa_driver_roboswitch_join()
269 os_memcmp(read1, read2, 6) != 0) in wpa_driver_roboswitch_join()
274 ROBO_ARLCTRL_VEC_2, read2, 1) || in wpa_driver_roboswitch_join()
275 read1[0] != read2[0]) in wpa_driver_roboswitch_join()
/freebsd-14.2/bin/sh/tests/builtins/
H A DMakefile136 ${PACKAGE}FILES+= read2.0
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoV.td159 class SchedTernary<string write, string read0, string read1, string read2,
162 : SchedNary<write, [read0, read1, read2], mx, sew, forceMasked,
164 class SchedTernaryMC<string write, string read0, string read1, string read2,
166 SchedNary<write, [read0, read1, read2], "WorstCase", sew, forceMasked>;