Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmath64.h9 #define div64_long(x, y) div64_s64((x), (y)) macro
60 #define div64_long(x, y) div_s64((x), (y)) macro