Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.h71 uint32_t value1a = static_cast<uint32_t>(value1 & 0xffffffff); in HashInts64() local
76 uint64_t product1 = static_cast<uint64_t>(value1a) * short_random1; in HashInts64()
/external/protobuf/src/google/protobuf/
Dmap_test.cc641 int32 value1a = 100; in TEST_P() local
647 map1[key1] = value1a; in TEST_P()