Home
last modified time | relevance | path

Searched refs:PortableRandomInRange (Results 1 – 5 of 5) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
Dheaderparser_test.cc99 unsigned char random_byte = PortableRandomInRange<unsigned char>(0xFF); in TEST_F()
117 int32_t random_integer = PortableRandomInRange<int32_t>(0x7FFFFFFF); in TEST_F()
135 uint32_t random_integer = PortableRandomInRange<uint32_t>(0xFFFFFFFF); in TEST_F()
154 PortableRandomInRange<VCDChecksum>(0xFFFFFFFF); in TEST_F()
Drolling_hash_test.cc100 buffer[i] = PortableRandomInRange<unsigned char>(0xFF); in MakeRandomBuffer()
142 PortableRandomInRange(kUpdateHashBlocks - 1) + kBlockSize; in UpdateHashMatchesHashForBlockSize()
Dvarint_bigendian_test.cc315 SignedIntType value = PortableRandomInRange(VarintType::kMaxVal); in TEMPLATE_TEST_F()
325 SignedIntType value = PortableRandomInRange(VarintType::kMaxVal); in TEMPLATE_TEST_F()
Dtesting.h163 inline IntType PortableRandomInRange(IntType limit) { in PortableRandomInRange() function
Daddrcache_test.cc556 verify_stream_[i] = PortableRandomInRange(here_address - 1); in BM_Setup()