Searched refs:DEMORoundUp32B (Results 1 – 4 of 4) sorted by relevance
41 #define DEMORoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro
25 #define DEMORoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro