Home
last modified time | relevance | path

Searched refs:randomLength (Results 1 – 3 of 3) sorted by relevance

/external/lz4/examples/
DblockStreaming_ringBuffer.c59 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
60 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
DHCStreaming_ringBuffer.c65 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
66 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
DblockStreaming_lineByLine.c55 const int randomLength = (rand() % messageMaxBytes) + 1; in test_compress()
56 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()