Home
last modified time | relevance | path

Searched refs:numer (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libc/stdlib/
H A Dlldiv.c33 lldiv(long long numer, long long denom) in lldiv() argument
37 retval.quot = numer / denom; in lldiv()
38 retval.rem = numer % denom; in lldiv()
H A Dimaxdiv.c33 imaxdiv(intmax_t numer, intmax_t denom) in imaxdiv() argument
37 retval.quot = numer / denom; in imaxdiv()
38 retval.rem = numer % denom; in imaxdiv()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib66 div_t div( int numer, int denom);
67 ldiv_t div( long numer, long denom);
68 lldiv_t div(long long numer, long long denom); // C++0X
69 ldiv_t ldiv( long numer, long denom);
70 lldiv_t lldiv(long long numer, long long denom); // C99
H A Dcinttypes228 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
/freebsd/sys/contrib/zstd/programs/
H A Dtimefn.c70 return (((clockEnd - clockStart) * (PTime)rate.numer) / ((PTime)rate.denom))/1000ULL; in UTIL_getSpanTimeMicro()
81 return ((clockEnd - clockStart) * (PTime)rate.numer) / ((PTime)rate.denom); in UTIL_getSpanTimeNano()
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil_time.c398 base->mach_timebase_units.numer = 0; in evutil_configure_monotonic_time_()
408 if (base->mach_timebase_units.numer == 0) { in evutil_gettime_monotonic_()
416 usec = (abstime * base->mach_timebase_units.numer) in evutil_gettime_monotonic_()
/freebsd/contrib/libevent/
H A Devutil_time.c398 base->mach_timebase_units.numer = 0; in evutil_configure_monotonic_time_()
408 if (base->mach_timebase_units.numer == 0) { in evutil_gettime_monotonic_()
416 usec = (abstime * base->mach_timebase_units.numer) in evutil_gettime_monotonic_()
/freebsd/usr.bin/ee/nls/pl_PL.ISO8859-2/
H A Dee.msg61 52 "line : wy�wietl numer wiersza 0-9 : id� do wiersza \"#\" "
71 62 "help : pomoc |file : podaj nazw� pliku |line : numer wiersza"
/freebsd/contrib/nvi/common/
H A Dutil.c318 ns = val * base.numer / base.denom;
/freebsd/usr.bin/vi/catalog/
H A Dpolish.UTF-8.base56 062 "Nie znaleziono informacji o użytkowniku numer %u"
77 084 "%s: błędny numer linii"
157 164 "%s: numer linii znacznika wykracza poza koniec pliku"
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c211 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC; in move_pthread_to_realtime_scheduling_class()
/freebsd/contrib/libevent/test/
H A Dregress_main.c211 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC; in move_pthread_to_realtime_scheduling_class()
/freebsd/contrib/bc/locales/
H A Dpl_PL.utf8.msg44 2 "numer nieintegracyjny"
H A Dpl_PL.UTF-8.msg44 2 "numer nieintegracyjny"
H A Dpl_PL.ISO8859-2.msg44 2 "numer nieintegracyjny"
/freebsd/contrib/wpa/src/utils/
H A Dos_unix.c129 nano = (abstime * info.numer) / info.denom; in os_get_reltime()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp541 return (mach_absolute_time() * timebase_info.numer) / timebase_info.denom; in MonotonicNanoTime()
/freebsd/sys/contrib/dev/rtw89/
H A Dphy.c5389 u32 numer = 0; in rtw89_phy_ccx_get_report() local
5392 numer = report * score + (env->ccx_period >> 1); in rtw89_phy_ccx_get_report()
5394 ret = numer / env->ccx_period; in rtw89_phy_ccx_get_report()
/freebsd/contrib/bmake/
H A DChangeLog4629 o print line numer when errors encountered during parsing from