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

/external/v8/src/base/
H A Dbits.h86 // CountLeadingZeros64(value) returns the number of zero bits following the most
88 inline unsigned CountLeadingZeros64(uint64_t value) { function in namespace:v8::base::bits

Completed in 198 milliseconds