Home
last modified time | relevance | path

Searched defs:randomLength (Results 1 – 2 of 2) sorted by relevance

/external/lz4/examples/
DblockStreaming_ringBuffer.c59 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
DHCStreaming_ringBuffer.c68 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local