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

/external/v8/src/base/
H A Dbits.h299 // UnsignedDiv32(lhs, rhs) divides |lhs| by |rhs| and returns the quotient
301 inline uint32_t UnsignedDiv32(uint32_t lhs, uint32_t rhs) { function in namespace:v8::base::bits

Completed in 52 milliseconds