Searched refs:RoundUp32B (Results 1 – 5 of 5) sorted by relevance
54 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro92 DisplayListBuffer = (void*)RoundUp32B(buffer); in main()
53 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro98 ptr = (u8*)RoundUp32B(buffer); in main()
54 #define RoundUp32B(x) (((u32)(x) + 31) & ~31) macro102 ptr = (u8*)RoundUp32B(buffer); in main()
152 #define RoundUp32B(x) (((u32)(x) + 32 - 1) & ~(32 - 1)) macro
571 userPos += RoundUp32B(item->fileLength); in DeterminPositionInDisc()634 userPos = RoundUp32B(fstPos + fstLength); in ConstructFSTFromStructure()