Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.cc82 uint32_t value1a = static_cast<uint32_t>(value1 & 0xffffffff); in HashInts64() local
87 uint64_t product1 = static_cast<uint64_t>(value1a) * short_random1; in HashInts64()
/external/protobuf/src/google/protobuf/
Dmap_test.cc661 int32 value1a = 100; in TEST_F() local
667 map1[key1] = value1a; in TEST_F()