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

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

Completed in 206 milliseconds