HomeSort by relevance Sort by last modified time
    Searched refs:randomLength (Results 1 - 3 of 3) sorted by null

  /external/lz4/examples/
HCStreaming_ringBuffer.c 65 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1;
66 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength);
blockStreaming_lineByLine.c 55 const int randomLength = (rand() % messageMaxBytes) + 1;
56 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength);
blockStreaming_ringBuffer.c 62 const int randomLength = (rand() % MESSAGE_MAX_BYTES) + 1;
63 const int inpBytes = (int) read_bin(inpFp, inpPtr, randomLength);

Completed in 42 milliseconds