Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/base/
Dbytebuffer_unittest.cc172 uint32 another32 = (8 << 24) + (7 << 16) + (6 << 8) + 5; in TEST() local
173 uint64 wu64 = (static_cast<uint64>(another32) << 32) + wu32; in TEST()