#include <revolution/os.h>
#define OSRoundDown32B(x) \
(((u32)(x)) & ~(32 - 1))
x |
Pointer or address. |
|---|
Unsigned 32-bit integer (u32) rounded down to the nearest lower 32-byte boundary.
Rounds down x to the nearest lower 32-byte boundary.
Address Conversion Functions, OSRoundUp32B
2006/03/01 Initial version.
CONFIDENTIAL