| /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()
|
| /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/llvm-project/clang/lib/Headers/llvm_libc_wrappers/ |
| H A D | stdlib.h | 33 _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 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/tests/ |
| H A D | quot_test.sh | 66 atf_check -o file:expect quot -fkN /dev/$dev 67 atf_check -o file:expect quot -fkN $(realpath mnt) 71 quot -Nn /dev/$dev <ninput
|
| /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/usr.sbin/quot/ |
| H A D | Makefile | 3 PROG= quot 4 MAN= quot.8
|
| H A D | quot.c | 79 static void quot(char *, char *); 441 quot(char *name, char *mp) in quot() function 522 quot(mp->f_mntfromname, mp->f_mntonname); in main() 526 quot(mp->f_mntfromname, mp->f_mntonname); in main() 528 quot(*argv, 0); in main()
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | integer_operations.h | 26 integer_rem_quo(T x, T y, T ", T &rem) { in integer_rem_quo() argument 27 quot = x / y; in integer_rem_quo()
|
| /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/contrib/libarchive/libarchive/ |
| H A D | archive_version_details.c | 281 snprintf(lz4_version, 9, "%d.%d.%d", major.quot, minor.quot, minor.rem); in archive_liblz4_version() 305 snprintf(zstd_version, 9, "%d.%d.%d", major.quot, minor.quot, minor.rem); in archive_libzstd_version()
|
| /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
|
| /freebsd/stand/ficl/i386/ |
| H A D | sysdep.h | 135 FICL_UNS quot; member 147 FICL_INT quot; member
|
| /freebsd/stand/ficl/arm/ |
| H A D | sysdep.h | 137 FICL_UNS quot; member 149 FICL_INT quot; member
|
| /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 137 long long quot; 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/llvm-project/libc/include/llvm-libc-types/ |
| H A D | div_t.h | 13 int quot; member
|
| H A D | lldiv_t.h | 13 long long quot; member
|
| H A D | ldiv_t.h | 13 long quot; member
|
| H A D | imaxdiv_t.h | 13 intmax_t quot; member
|
| /freebsd/lib/libc/stdlib/ |
| H A D | div.c | 42 r.quot = numer / denom; in div()
|
| H A D | ldiv.c | 42 r.quot = numer / denom; in ldiv()
|