| /freebsd/lib/libc/stdlib/ |
| H A D | lldiv.c | 33 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 D | imaxdiv.c | 33 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 D | cstdlib | 66 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 D | cinttypes | 228 imaxdiv_t imaxdiv(intmax_t numer, intmax_t denom);
|
| /freebsd/sys/contrib/zstd/programs/ |
| H A D | timefn.c | 70 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 D | evutil_time.c | 398 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 D | evutil_time.c | 398 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 D | ee.msg | 61 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 D | util.c | 318 ns = val * base.numer / base.denom;
|
| /freebsd/usr.bin/vi/catalog/ |
| H A D | polish.UTF-8.base | 56 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 D | regress_main.c | 211 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC; in move_pthread_to_realtime_scheduling_class()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_main.c | 211 ((double)info.denom / (double)info.numer) * NANOS_PER_MSEC; in move_pthread_to_realtime_scheduling_class()
|
| /freebsd/contrib/bc/locales/ |
| H A D | pl_PL.utf8.msg | 44 2 "numer nieintegracyjny"
|
| H A D | pl_PL.UTF-8.msg | 44 2 "numer nieintegracyjny"
|
| H A D | pl_PL.ISO8859-2.msg | 44 2 "numer nieintegracyjny"
|
| /freebsd/contrib/wpa/src/utils/ |
| H A D | os_unix.c | 129 nano = (abstime * info.numer) / info.denom; in os_get_reltime()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_mac.cpp | 541 return (mach_absolute_time() * timebase_info.numer) / timebase_info.denom; in MonotonicNanoTime()
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | phy.c | 5389 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 D | ChangeLog | 4629 o print line numer when errors encountered during parsing from
|