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