Searched defs:randomLength (Results 1 – 2 of 2) sorted by relevance
59 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
65 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local