OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RotateRight64
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/base/
win32-headers.h
79
#undef
RotateRight64
bits.h
175
inline uint64_t
RotateRight64
(uint64_t value, uint64_t shift) {
/external/v8/test/unittests/base/
bits-unittest.cc
152
TEST(Bits,
RotateRight64
) {
154
EXPECT_EQ(0u,
RotateRight64
(0u, shift));
156
EXPECT_EQ(1u,
RotateRight64
(1, 0));
157
EXPECT_EQ(1u,
RotateRight64
(2, 1));
158
EXPECT_EQ(V8_UINT64_C(0x8000000000000000),
RotateRight64
(1, 1));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h
401
#define
RotateRight64
_rotr64
[
all
...]
Completed in 223 milliseconds