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

/external/v8/src/base/
H A Dbits.h114 // CountTrailingZeros32(value) returns the number of zero bits preceding the
117 inline unsigned CountTrailingZeros32(uint32_t value) { function in namespace:v8::base::bits
149 // Overloaded versions of CountTrailingZeros32/64.
151 return CountTrailingZeros32(value);

Completed in 212 milliseconds