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

/external/vixl/src/
H A Dutils-vixl.h373 inline int WhichPowerOf2(V value) { function in namespace:vixl
/external/v8/src/
H A Dutils.h57 inline int WhichPowerOf2(uint32_t x) { function in namespace:v8::internal
278 return (x == kMinInt) ? 31 : WhichPowerOf2(Abs(x));

Completed in 102 milliseconds