HomeSort by relevance Sort by last modified time
    Searched full:origional_uint64 (Results 1 - 1 of 1) sorted by null

  /external/llvm/unittests/Support/
SwapByteOrderTest.cpp 40 uint64_t origional_uint64 = static_cast<uint64_t>(value); local
41 EXPECT_EQ(origional_uint64,
42 sys::SwapByteOrder(sys::SwapByteOrder(origional_uint64)));

Completed in 309 milliseconds