OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortableRandomInRange
(Results
1 - 15
of
15
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
headerparser_test.cc
99
unsigned char random_byte =
PortableRandomInRange
<unsigned char>(0xFF);
117
int32_t random_integer =
PortableRandomInRange
<int32_t>(0x7FFFFFFF);
135
uint32_t random_integer =
PortableRandomInRange
<uint32_t>(0xFFFFFFFF);
154
PortableRandomInRange
<VCDChecksum>(0xFFFFFFFF);
testing.h
163
inline IntType
PortableRandomInRange
(IntType limit) {
rolling_hash_test.cc
100
buffer[i] =
PortableRandomInRange
<unsigned char>(0xFF);
142
PortableRandomInRange
(kUpdateHashBlocks - 1) + kBlockSize;
varint_bigendian_test.cc
315
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
325
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
addrcache_test.cc
556
verify_stream_[i] =
PortableRandomInRange
(here_address - 1);
/external/chromium_org/sdch/open-vcdiff/src/
headerparser_test.cc
99
unsigned char random_byte =
PortableRandomInRange
<unsigned char>(0xFF);
117
int32_t random_integer =
PortableRandomInRange
<int32_t>(0x7FFFFFFF);
135
uint32_t random_integer =
PortableRandomInRange
<uint32_t>(0xFFFFFFFF);
154
PortableRandomInRange
<VCDChecksum>(0xFFFFFFFF);
testing.h
163
inline IntType
PortableRandomInRange
(IntType limit) {
rolling_hash_test.cc
100
buffer[i] =
PortableRandomInRange
<unsigned char>(0xFF);
142
PortableRandomInRange
(kUpdateHashBlocks - 1) + kBlockSize;
varint_bigendian_test.cc
315
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
325
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
addrcache_test.cc
556
verify_stream_[i] =
PortableRandomInRange
(here_address - 1);
/external/open-vcdiff/src/
headerparser_test.cc
99
unsigned char random_byte =
PortableRandomInRange
<unsigned char>(0xFF);
117
int32_t random_integer =
PortableRandomInRange
<int32_t>(0x7FFFFFFF);
135
uint32_t random_integer =
PortableRandomInRange
<uint32_t>(0xFFFFFFFF);
154
PortableRandomInRange
<VCDChecksum>(0xFFFFFFFF);
testing.h
163
inline IntType
PortableRandomInRange
(IntType limit) {
rolling_hash_test.cc
100
buffer[i] =
PortableRandomInRange
<unsigned char>(0xFF);
142
PortableRandomInRange
(kUpdateHashBlocks - 1) + kBlockSize;
varint_bigendian_test.cc
315
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
325
SignedIntType value =
PortableRandomInRange
(VarintType::kMaxVal);
addrcache_test.cc
556
verify_stream_[i] =
PortableRandomInRange
(here_address - 1);
Completed in 895 milliseconds