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

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

Completed in 114 milliseconds