Searched refs:DEMORoundUp256B (Results 1 – 4 of 4) sorted by relevance
40 #define DEMORoundUp256B(x) (((u32)(x) + 256 - 1) & ~(256 - 1)) macro
24 #define DEMORoundUp256B(x) (((u32)(x) + 256 - 1) & ~(256 - 1)) macro