Searched refs:another32 (Results 1 – 1 of 1) sorted by relevance
172 uint32 another32 = (8 << 24) + (7 << 16) + (6 << 8) + 5; in TEST() local173 uint64 wu64 = (static_cast<uint64>(another32) << 32) + wu32; in TEST()