Searched defs:ALIGN_DOWN (Results 1 – 2 of 2) sorted by relevance
44 #define ALIGN_DOWN(x, y) ((y) * ((x) / (y))) macro
166 #define ALIGN_DOWN(x, a) ((x) - (x % a)) macro