Searched defs:mod_64 (Results 1 – 2 of 2) sorted by relevance
43 #define mod_64(x, y) ((x) - (y) * div64_u64(x, y)) macro45 #define mod_64(x, y) ((x) % (y)) macro