Home
last modified time | relevance | path

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

/external/libweave/third_party/chromium/base/
Drand_util_unittest.cc124 uint64_t found_zeros = kAllOnes; in TEST() local
129 found_zeros &= value; in TEST()
131 if (found_zeros == kAllZeros && found_ones == kAllOnes) in TEST()
/external/libchrome/base/
Drand_util_unittest.cc123 uint64_t found_zeros = kAllOnes; in TEST() local
128 found_zeros &= value; in TEST()
130 if (found_zeros == kAllZeros && found_ones == kAllOnes) in TEST()