Searched defs:div_s64_rem (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/math/
H A Ddiv64.c68 s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) function
84 EXPORT_SYMBOL(div_s64_rem); variable
/linux-master/include/linux/
H A Dmath64.h40 static inline s64 div_s64_rem(s64 dividend, s32 divisor, s32 *remainder) function

Completed in 228 milliseconds