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

/external/v8/src/
H A Dmisc-intrinsics.h38 // index 0. (1 << IntegerLog2(x)) is a mask for the most significant bit of x.
40 int IntegerLog2(uint32_t value);
44 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal
52 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal
62 inline int IntegerLog2(uint32_t value) { function in namespace:v8::internal

Completed in 61 milliseconds