Searched refs:randomLength (Results 1 – 4 of 4) sorted by relevance
28 var randomLength = randomNumber(min, max);30 for (var i = randomLength; i > 0; --i) {
59 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local60 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
55 const int randomLength = (rand() % messageMaxBytes) + 1; in test_compress()56 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
68 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local69 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()