Searched defs:round_down (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/include/linux/ | ||
| H A D | math.h | 12 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro |
| /linux/include/linux/ | ||
| H A D | math.h | 35 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro |