Searched defs:RotateRight32 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/base/ | ||
D | bits.h | 107 inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function |
D | bits-unittest.cc | 105 TEST(Bits, RotateRight32) { in TEST() argument |