Searched refs:ROUND_4_DOWN (Results 1 – 1 of 1) sorted by relevance
23 #define ROUND_4_DOWN(x) ((x) & ~3) macro24 #define ROUND_4_UP(x) (ROUND_4_DOWN((x) + 3))