Home
last modified time | relevance | path

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

/external/u-boot/lib/
Ddiv64.c168 #ifndef div64_s64
169 s64 div64_s64(s64 dividend, s64 divisor) in div64_s64() function
178 EXPORT_SYMBOL(div64_s64);
/external/u-boot/include/linux/
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);