round 32 or 64 bit (u)int x to power of 2 that is equal or greater (JSB) new impl based on #define kroundup64(x) ((x) > 0 ? \
See Source File