Home
last modified time | relevance | path

Searched defs:div_s64_rem (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Ddiv64.c64 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/openbmc/linux/lib/math/
H A Ddiv64.c67 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/openbmc/u-boot/include/linux/
H A Dmath64.h28 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/openbmc/linux/include/linux/
H A Dmath64.h40 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function