Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/lib/
H A Ddiv64.c64 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/OK3568_Linux_fs/kernel/lib/math/
H A Ddiv64.c71 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/OK3568_Linux_fs/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dmath64.h39 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function