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