Home
last modified time | relevance | path

Searched refs:div64_s64 (Results 1 – 2 of 2) sorted by relevance

/u-boot/lib/
A Ddiv64.c169 #ifndef div64_s64
170 s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() function
179 EXPORT_SYMBOL(div64_s64);
/u-boot/include/linux/
A Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y))
54 static inline s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() function
84 #ifndef div64_s64
85 extern s64 div64_s64(s64 dividend, s64 divisor);

Completed in 4 milliseconds