Searched defs:RoundUpToPowerOf2 (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dutils.h160 inline uint32_t RoundUpToPowerOf2(uint32_t x) { function in namespace:v8::internal
173 uint32_t rounded_up = RoundUpToPowerOf2(x);

Completed in 48 milliseconds