Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dmath64.h12 #define div64_long(x, y) div64_s64((x), (y)) macro
86 #define div64_long(x, y) div_s64((x), (y)) macro