Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/include/linux/
H A Dmath64.h12 #define div64_long(x, y) div64_s64((x), (y)) macro
86 #define div64_long(x, y) div_s64((x), (y)) macro