Home
last modified time | relevance | path

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

/linux/lib/math/
H A Dtest_mul_u64_u64_div_u64.c158 #define div_s64_rem div_s64_rem macro
H A Ddiv64.c68 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function
/linux/include/linux/
H A Dmath64.h40 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) in div_s64_rem() function