HomeSort by: relevance | last modified time | path
    Searched refs:infs (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/newfs_msdos/
mkfs_msdos.c 138 u_int8_t infs[2]; /* file system info sector */ member in struct:bsxbpb
177 u_int infs; /* file system info sector */ member in struct:bpb
456 bpb.infs = o.info_sector;
506 if (!bpb.infs) {
511 bpb.infs = x;
513 if (bpb.infs != MAXU16 && x <= bpb.infs)
514 x = bpb.infs + 1;
521 } else if (bpb.bkbs != MAXU16 && bpb.bkbs == bpb.infs) {
699 mk2(bsxbpb->infs, bpb.infs)
    [all...]
  /src/lib/libutil/
login_cap.c 889 static const char *infs[] = { local in function:isinfinite
900 for (i = infs; *i; i++) {
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 1986 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
8430 # INFs take priority.
9665 # For zeroes/infs/NANs, return the same while setting the FPSR #
9771 # For zeroes/infs/NANs, return the same while setting the FPSR #
10206 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
11459 # both operands are INFs. an OPERR will result if the INFs have
11911 # both operands are INFs. an OPERR will result if the INFs have the
fpsp.s 1986 # "non-skewed" operand for cases of sgl and dbl src INFs,NANs, and DENORMs.
11998 # INFs take priority.
13233 # For zeroes/infs/NANs, return the same while setting the FPSR #
13339 # For zeroes/infs/NANs, return the same while setting the FPSR #
13774 # COMPARE FP OPs : NORMs, ZEROs, INFs, and "corrected" DENORMs
15027 # both operands are INFs. an OPERR will result if the INFs have
15479 # both operands are INFs. an OPERR will result if the INFs have the

Completed in 35 milliseconds