Searched refs:read2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.bin/comm/ |
H A D | comm.c | 57 int comp, read1, read2; in main() local 112 for (read1 = read2 = 1;;) { in main() 122 if (read2) { in main() 156 read1 = read2 = 1; in main() 165 read2 = 0; in main() 170 read2 = 1; in main()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_roboswitch.c | 243 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/bin/sh/tests/builtins/ |
H A D | Makefile | 135 ${PACKAGE}FILES+= read2.0
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoV.td | 159 class SchedTernary<string write, string read0, string read1, string read2, 161 : SchedNary<write, [read0, read1, read2], mx, sew, forceMasked>; 162 class SchedTernaryMC<string write, string read0, string read1, string read2, 164 SchedNary<write, [read0, read1, read2], "WorstCase", sew, forceMasked>;
|