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

/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer_unittest.cc155 uint32 another32 = (8 << 24) + (7 << 16) + (6 << 8) + 5; local
156 uint64 wu64 = (static_cast<uint64>(another32) << 32) + wu32;

Completed in 69 milliseconds