Searched defs:OSRoundUp32B (Results 1 – 8 of 8) sorted by relevance
42 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
45 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
46 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
50 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
41 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
57 #define OSRoundUp32B(x) (((u32)(x) + 31) & ~31) macro
448 #define OSRoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro