Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc84 uint32_t value2a = static_cast<uint32_t>(value2 & 0xffffffff); in HashInts64() local
89 uint64_t product3 = static_cast<uint64_t>(value2a) * short_random3; in HashInts64()
/external/protobuf/src/google/protobuf/
Dmap_test.cc643 int32 value2a = 200; in TEST_P() local
648 map1[key2] = value2a; in TEST_P()