Home
last modified time | relevance | path

Searched refs:randomLength (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/JSONStream/test/
Dgen.js28 var randomLength = randomNumber(min, max);
30 for (var i = randomLength; i > 0; --i) {
/third_party/lz4/examples/
DblockStreaming_ringBuffer.c59 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
60 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
DblockStreaming_lineByLine.c55 const int randomLength = (rand() % messageMaxBytes) + 1; in test_compress()
56 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()
DHCStreaming_ringBuffer.c68 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1; in test_compress() local
69 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength); in test_compress()