Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc85 uint32_t value2b = static_cast<uint32_t>((value2 >> 32) & 0xffffffff); in HashInts64() local
90 uint64_t product4 = static_cast<uint64_t>(value2b) * short_random4; in HashInts64()
/external/protobuf/src/google/protobuf/
Dmap_test.cc644 int32 value2b = 201; in TEST_P() local
655 map2[key2] = value2b; in TEST_P()