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

/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_qp.c92 #define FCC_EQ(fcc) ((fcc) == FSR_CC_EQ)
93 #define FCC_GE(fcc) ((fcc) == FSR_CC_EQ || (fcc) == FSR_CC_GT)
94 #define FCC_GT(fcc) ((fcc) == FSR_CC_GT)
95 #define FCC_LE(fcc) ((fcc) == FSR_CC_EQ || (fcc)
[all...]
H A Dfpu_compare.c79 * This updates the fcc field in the fsr.
93 __fpu_compare(struct fpemu *fe, int cmpe, int fcc) argument
175 fe->fe_fsr = (fe->fe_fsr & fcc_nmask[fcc]) |
176 ((u_long)cc << fcc_shift[fcc]);
H A Dfpu.c229 u_int32_t insn, int fcc)
232 if (IF_F4_COND(insn) == fcc)
228 __fpu_ccmov(struct fpemu *fe, int type, int rd, int rs2, u_int32_t insn, int fcc) argument
/freebsd-11-stable/libexec/rlogind/
H A Drlogind.c353 int pcc = 0, fcc = 0; local
375 if (fcc)
406 fcc = read(f, fibuf, sizeof(fibuf));
407 if (fcc < 0 && errno == EWOULDBLOCK)
408 fcc = 0;
413 if (fcc <= 0)
418 for (cp = fibuf; cp < fibuf+fcc-1; cp++)
421 left = fcc - (cp-fibuf);
427 fcc -= n;
434 if (set[0].revents & POLLOUT && fcc >
[all...]

Completed in 63 milliseconds