/freebsd/stand/ficl/ |
H A D | math64.c | 115 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()
|
H A D | vm.c | 699 v.lo = result.quot; in ltoa() 732 result.quot = value; in ultoa() 737 ud.lo = result.quot; in ultoa()
|
/freebsd/lib/libc/iconv/ |
H A D | citrus_prop.c | 250 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/netbsd-tests/lib/libc/stdlib/ |
H A D | t_div.c | 52 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 D | Makefile | 1 PROG= quot 2 MAN= quot.8
|
H A D | quot.c | 76 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 D | TraceIntelPTGDBRemotePackets.cpp | 76 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/lib/libc/stdlib/ |
H A D | div.c | 42 r.quot = num / denom; in div()
|
H A D | ldiv.c | 44 r.quot = num / denom; in ldiv()
|
H A D | lldiv.c | 37 retval.quot = numer / denom; in lldiv()
|
H A D | imaxdiv.c | 37 retval.quot = numer / denom; in imaxdiv()
|
/freebsd/contrib/ntp/libntp/ |
H A D | timetoa.c | 84 qr.quot--; in format_time_fraction() 87 secs_u += (time_t)qr.quot; in format_time_fraction()
|
/freebsd/stand/ficl/aarch64/ |
H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
/freebsd/stand/ficl/amd64/ |
H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
H A D | sysdep.c | 47 result.quot = qx / y; in ficlLongDiv()
|
/freebsd/stand/ficl/i386/ |
H A D | sysdep.h | 135 FICL_UNS quot; member 147 FICL_INT quot; member
|
H A D | sysdep.c | 47 result.quot = qx / y; in ficlLongDiv()
|
/freebsd/stand/ficl/arm/ |
H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
H A D | sysdep.c | 45 result.quot = qx / y; in ficlLongDiv()
|
/freebsd/stand/ficl/riscv/ |
H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
/freebsd/stand/ficl/powerpc/ |
H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
/freebsd/include/ |
H A D | stdlib.h | 54 int quot; /* quotient */ member 59 long quot; member 134 long long quot; member
|
H A D | inttypes.h | 43 intmax_t quot; /* Quotient. */ member
|
/freebsd/contrib/sendmail/vacation/ |
H A D | vacation.c | 766 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 D | os.c | 408 uintmax quot = qnum + rnum / den; in muldiv() local 410 return quot + (den / 2 < rem + (quot & ~den & 1)); in muldiv()
|