Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc156 uint32_t another32 = (8 << 24) + (7 << 16) + (6 << 8) + 5; in TEST() local
157 uint64_t wu64 = (static_cast<uint64_t>(another32) << 32) + wu32; in TEST()