Home
last modified time | relevance | path

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

/external/libchrome/base/
Dhash.h72 uint32_t value1b = static_cast<uint32_t>((value1 >> 32) & 0xffffffff); in HashInts64() local
77 uint64_t product2 = static_cast<uint64_t>(value1b) * short_random2; in HashInts64()
/external/protobuf/src/google/protobuf/
Dmap_test.cc642 int32 value1b = 101; in TEST_P() local
654 map2[key1] = value1b; in TEST_P()