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

/external/v8/src/base/
H A Dbits.h66 // CountLeadingZeros32(value) returns the number of zero bits following the most
68 inline unsigned CountLeadingZeros32(uint32_t value) { function in namespace:v8::base::bits

Completed in 126 milliseconds