Searched refs:randomLength (Results 1 – 3 of 3) sorted by relevance
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()
65 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local66 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()