Home
last modified time | relevance | path

Searched refs:UnsignedMod32 (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbits.h326 // UnsignedMod32(lhs, rhs) divides |lhs| by |rhs| and returns the remainder
328 inline uint32_t UnsignedMod32(uint32_t lhs, uint32_t rhs) { in UnsignedMod32() function
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator-reducer.cc1237 return ReplaceUint32(base::bits::UnsignedMod32(m.left().ResolvedValue(), in ReduceUint32Mod()

Completed in 5 milliseconds