Home
last modified time | relevance | path

Searched defs:div64_long (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/include/linux/
H A Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y)) macro
61 #define div64_long(x, y) div_s64((x), (y)) macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dmath64.h11 #define div64_long(x, y) div64_s64((x), (y)) macro
85 #define div64_long(x, y) div_s64((x), (y)) macro