Searched refs:div_s64 (Results 1 – 1 of 1) sorted by relevance
64 #define div64_long(x, y) div_s64((x), (y))111 #ifndef div_s64112 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64() function
Completed in 4 milliseconds