Fixes instances where DivCeil(u32, u64) would surprisingly return u64, instead of the more natural u32.
Add an equivalent to 'Common::AlignUp(n, d) / d' and a log2 alternative.