Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dmath64.h10 #define div64_long(x, y) div64_s64((x), (y)) macro
84 #define div64_long(x, y) div_s64((x), (y)) macro