Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/stand/ficl/
H A Dmath64.c115 qr.quot = -qr.quot; in m64FlooredDivI()
118 qr.quot--; in m64FlooredDivI()
286 qr.quot = -qr.quot; in m64SymmetricDivI()
326 result.hi = qr.quot << UMOD_SHIFT; in m64UMod()
330 result.hi |= qr.quot & UMOD_MASK; in m64UMod()
334 result.lo = qr.quot << UMOD_SHIFT; in m64UMod()
338 result.lo |= qr.quot & UMOD_MASK; in m64UMod()
554 result.quot = quotient.lo; in ficlLongDiv()
/freebsd/lib/libc/iconv/
H A Dcitrus_prop.c250 int ch, errnum, quot; in _citrus_prop_read_str() local
261 quot = _memstream_getc(ms); in _citrus_prop_read_str()
262 switch (quot) { in _citrus_prop_read_str()
267 _memstream_ungetc(ms, quot); in _citrus_prop_read_str()
268 quot = EOF; in _citrus_prop_read_str()
273 s[n] = quot; in _citrus_prop_read_str()
275 quot = EOF; in _citrus_prop_read_str()
288 if (quot == ch || (quot == EOF && in _citrus_prop_read_str()
/freebsd/contrib/llvm-project/clang/lib/Headers/llvm_libc_wrappers/
H A Dstdlib.h33 _Static_assert(__builtin_offsetof(div_t, quot) == 0, "ABI mismatch!");
34 _Static_assert(__builtin_offsetof(ldiv_t, quot) == 0, "ABI mismatch!");
35 _Static_assert(__builtin_offsetof(lldiv_t, quot) == 0, "ABI mismatch!");
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c52 ATF_CHECK(d.quot == QUOT); in ATF_TC_BODY()
69 ATF_CHECK(ld.quot == QUOT); in ATF_TC_BODY()
86 ATF_CHECK(lld.quot == QUOT); in ATF_TC_BODY()
/freebsd/usr.sbin/quot/
H A DMakefile2 PROG= quot
3 MAN= quot.8
H A Dquot.c76 static void quot(char *, char *);
537 quot(char *name, char *mp) in quot() function
623 quot(mp->f_mntfromname, mp->f_mntonname); in main()
628 quot(fs->fs_spec, 0); in main()
630 quot(*argv,0); in main()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp76 uint64_t quot = tsc >> time_shift; in ToNanos() local
79 return time_zero.value + quot * time_mult + ((rem * time_mult) >> time_shift); in ToNanos()
84 uint64_t quot = time / time_mult; in ToTSC() local
86 return (quot << time_shift) + (rem << time_shift) / time_mult; in ToTSC()
/freebsd/contrib/ntp/libntp/
H A Dtimetoa.c84 qr.quot--; in format_time_fraction()
87 secs_u += (time_t)qr.quot; in format_time_fraction()
/freebsd/stand/ficl/aarch64/
H A Dsysdep.h137 FICL_UNS quot; member
149 FICL_INT quot; member
/freebsd/stand/ficl/arm/
H A Dsysdep.h137 FICL_UNS quot; member
149 FICL_INT quot; member
H A Dsysdep.c45 result.quot = qx / y; in ficlLongDiv()
/freebsd/stand/ficl/amd64/
H A Dsysdep.h137 FICL_UNS quot; member
149 FICL_INT quot; member
H A Dsysdep.c47 result.quot = qx / y; in ficlLongDiv()
/freebsd/stand/ficl/i386/
H A Dsysdep.h135 FICL_UNS quot; member
147 FICL_INT quot; member
H A Dsysdep.c47 result.quot = qx / y; in ficlLongDiv()
/freebsd/stand/ficl/riscv/
H A Dsysdep.h137 FICL_UNS quot; member
149 FICL_INT quot; member
/freebsd/include/
H A Dstdlib.h54 int quot; /* quotient */ member
59 long quot; member
130 long long quot; member
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member
/freebsd/stand/ficl/powerpc/
H A Dsysdep.h137 FICL_UNS quot; member
149 FICL_INT quot; member
/freebsd/contrib/sendmail/vacation/
H A Dvacation.c766 bool quot; local
802 quot = false;
805 while (*e != '\0' && (quot || !isdelim(*e)))
809 quot = !quot;
825 if (*e == '!' && !quot)
843 if (quot)
/freebsd/contrib/less/
H A Dos.c408 uintmax quot = qnum + rnum / den; in muldiv() local
410 return quot + (den / 2 < rem + (quot & ~den & 1)); in muldiv()
/freebsd/lib/libc/stdlib/
H A Ddiv.c42 r.quot = num / denom; in div()
H A Dldiv.c44 r.quot = num / denom; in ldiv()
H A Dlldiv.c37 retval.quot = numer / denom; in lldiv()
H A Dimaxdiv.c37 retval.quot = numer / denom; in imaxdiv()

12