Searched refs:div_s64 (Results 1 – 1 of 1) sorted by relevance
61 #define div64_long(x, y) div_s64((x), (y))108 #ifndef div_s64109 static inline s64 div_s64(s64 dividend, s32 divisor) in div_s64() function