/openbsd/gnu/gcc/gcc/config/arm/ |
H A D | bpabi.c | 42 long long *remainder) in __gnu_ldivmod_helper() 54 unsigned long long *remainder) in __gnu_uldivmod_helper()
|
/openbsd/regress/sys/kern/nanosleep/ |
H A D | nanosleep.c | 71 struct timespec timeout, remainder; in trivial() local 99 struct timespec timeout, remainder; in with_signal() local 180 struct timespec timeout, remainder; in time_elapsed_with_signal() local
|
/openbsd/lib/libcrypto/bn/ |
H A D | bn_div.c | 237 BN_div_internal(BIGNUM *quotient, BIGNUM *remainder, const BIGNUM *numerator, in BN_div_internal() 434 BN_div(BIGNUM *quotient, BIGNUM *remainder, const BIGNUM *numerator, in BN_div() 447 BN_div_nonct(BIGNUM *quotient, BIGNUM *remainder, const BIGNUM *numerator, in BN_div_nonct() 454 BN_div_ct(BIGNUM *quotient, BIGNUM *remainder, const BIGNUM *numerator, in BN_div_ct()
|
/openbsd/lib/libm/arch/hppa/ |
H A D | e_remainder.c | 8 remainder(double x, double p) in remainder() function
|
/openbsd/lib/libc/sys/ |
H A D | w_nanosleep.c | 22 nanosleep(const struct timespec *timeout, struct timespec *remainder) in nanosleep()
|
/openbsd/regress/lib/libcrypto/bf/ |
H A D | bf_test.c | 1062 int remainder = 0; in bf_cfb64_test() local 1103 int remainder = 0; in bf_ofb64_test() local
|
/openbsd/lib/libm/src/ |
H A D | e_remainder.c | 31 remainder(double x, double p) in remainder() function
|
/openbsd/regress/lib/libcrypto/rc2/ |
H A D | rc2_test.c | 610 int remainder = 0; in rc2_cfb64_test() local 645 int remainder = 0; in rc2_ofb64_test() local
|
/openbsd/sys/dev/pci/drm/amd/display/dc/basics/ |
H A D | fixpt31_32.c | 50 unsigned long long *remainder) in complete_integer_division_u64() 81 unsigned long long remainder; in dc_fixpt_from_fraction() local
|
H A D | conversion.c | 106 uint32_t remainder = 0; in find_gcd() local
|
/openbsd/gnu/llvm/compiler-rt/lib/builtins/ |
H A D | udivmodti4.c | 107 utwords remainder; in __udivmodti4() local
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/calcs/ |
H A D | bw_fixed.c | 64 uint64_t remainder; in bw_frc_to_fixed() local
|
/openbsd/sys/dev/pci/drm/amd/display/dc/dml/ |
H A D | dml_inline_defs.h | 129 unsigned int remainder; in dml_round_to_multiple() local
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 1517 inline _LIBCPP_HIDE_FROM_ABI float remainder(float __x, float __y) _NOEXCEPT {ret… in remainder() function 1520 _LIBCPP_HIDE_FROM_ABI double remainder(double __x, double __y) _NOEXCEPT { in remainder() function 1524 inline _LIBCPP_HIDE_FROM_ABI long double remainder(long double __x, long double __y) _NOEXCEPT {ret… in remainder() function 1534 remainder(_A1 __x, _A2 __y) _NOEXCEPT in remainder() function
|
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/ |
H A D | Piece.xs | 1025 char * remainder; variable
|
/openbsd/usr.bin/xinstall/ |
H A D | xinstall.c | 487 off_t from_off, to_off, remainder; in compare() local
|
/openbsd/gnu/llvm/lldb/tools/driver/ |
H A D | Driver.cpp | 286 char *remainder; in ProcessArgs() local
|
/openbsd/gnu/llvm/lldb/source/Interpreter/ |
H A D | CommandObject.cpp | 586 std::string remainder = line.substr(result); in FormatLongHelpText() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
H A D | NativeProcessLinux.cpp | 1557 size_t remainder; in ReadMemory() local 1585 size_t remainder; in WriteMemory() local
|
/openbsd/gnu/llvm/lldb/source/Core/ |
H A D | FormatEntity.cpp | 1967 llvm::StringRef &remainder) { in FindEntry() 2390 llvm::StringRef remainder; in AutoComplete() local
|
/openbsd/include/ |
H A D | tgmath.h | 152 #define remainder(x, y) __tg_simple2(x, y, remainder) macro
|
/openbsd/gnu/usr.bin/perl/ |
H A D | doop.c | 1080 const STRLEN remainder = len % (sizeof(long)*4); in Perl_do_vop() local
|
/openbsd/sys/kern/ |
H A D | kern_time.c | 283 struct timespec elapsed, remainder, request, start, stop; in sys_nanosleep() local
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 769 llvm::StringRef remainder = triple_str.substr(pos + 1); in ParseMachCPUDashSubtypeTriple() local
|
/openbsd/sys/dev/usb/ |
H A D | if_umb.c | 939 umb_align(size_t bufsz, int offs, int alignment, int remainder) in umb_align() 953 umb_padding(void *buf, size_t bufsz, int offs, int alignment, int remainder) in umb_padding()
|