nn::math::RoundUp Function
const void * RoundUp(
const void * x,
u32 base
);
| Name | Description | |
|---|---|---|
| in | x | Value to operate on. |
| in | base | Standard value (a power of two). |
Rounds a value up so it is a multiple of the specified value.
CONFIDENTIAL