Searched refs:quot (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-current/usr.sbin/quot/
H A DMakefile2 PROG= quot
3 MAN= quot.8
/freebsd-current/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-current/lib/libc/stdlib/
H A Dldiv.c44 r.quot = num / denom;
H A Ddiv.c42 r.quot = num / denom;
H A Dimaxdiv.c37 retval.quot = numer / denom;
H A Dlldiv.c37 retval.quot = numer / denom;
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c52 ATF_CHECK(d.quot == QUOT);
69 ATF_CHECK(ld.quot == QUOT);
86 ATF_CHECK(lld.quot == QUOT);
/freebsd-current/include/
H A Dinttypes.h43 intmax_t quot; /* Quotient. */ member in struct:__anon28
/freebsd-current/contrib/ntp/libntp/
H A Dtimetoa.c84 qr.quot--;
87 secs_u += (time_t)qr.quot;
/freebsd-current/lib/libc/iconv/
H A Dcitrus_prop.c250 int ch, errnum, quot; local
261 quot = _memstream_getc(ms);
262 switch (quot) {
267 _memstream_ungetc(ms, quot);
268 quot = EOF;
273 s[n] = quot;
275 quot = EOF;
288 if (quot == ch || (quot == EOF &&
/freebsd-current/stand/ficl/
H A Dmath64.c115 qr.quot = -qr.quot;
118 qr.quot--;
286 qr.quot = -qr.quot;
326 result.hi = qr.quot << UMOD_SHIFT;
330 result.hi |= qr.quot & UMOD_MASK;
334 result.lo = qr.quot << UMOD_SHIFT;
338 result.lo |= qr.quot & UMOD_MASK;
554 result.quot
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTraceIntelPTGDBRemotePackets.cpp76 uint64_t quot = tsc >> time_shift; local
79 return time_zero.value + quot * time_mult + ((rem * time_mult) >> time_shift);
84 uint64_t quot = time / time_mult; local
86 return (quot << time_shift) + (rem << time_shift) / time_mult;
/freebsd-current/stand/ficl/i386/
H A Dsysdep.h135 FICL_UNS quot; member in struct:__anon766
147 FICL_INT quot; member in struct:__anon768
H A Dsysdep.c47 result.quot = qx / y;
/freebsd-current/stand/ficl/amd64/
H A Dsysdep.h137 FICL_UNS quot; member in struct:__anon755
149 FICL_INT quot; member in struct:__anon757
H A Dsysdep.c47 result.quot = qx / y;
/freebsd-current/stand/ficl/arm/
H A Dsysdep.h137 FICL_UNS quot; member in struct:__anon759
149 FICL_INT quot; member in struct:__anon761
H A Dsysdep.c45 result.quot = qx / y;
/freebsd-current/stand/ficl/aarch64/
H A Dsysdep.h137 FICL_UNS quot; member in struct:__anon751
149 FICL_INT quot; member in struct:__anon753
H A Dsysdep.c45 result.quot = qx / y;
/freebsd-current/stand/ficl/powerpc/
H A Dsysdep.h137 FICL_UNS quot; member in struct:__anon778
149 FICL_INT quot; member in struct:__anon780
H A Dsysdep.c45 result.quot = qx / y;
/freebsd-current/stand/ficl/riscv/
H A Dsysdep.h137 FICL_UNS quot; member in struct:__anon782
149 FICL_INT quot; member in struct:__anon784
H A Dsysdep.c45 result.quot = qx / y;
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DPlistSupport.h98 o << "&quot;";

Completed in 366 milliseconds

12