HomeSort by relevance Sort by last modified time
    Searched full:test_decompress (Results 1 - 4 of 4) sorted by null

  /external/lz4/examples/
blockStreaming_doubleBuffer.c 69 void test_decompress(FILE* outFp, FILE* inpFp) function
170 test_decompress(outFp, inpFp);
blockStreaming_lineByLine.c 82 static void test_decompress( function
185 test_decompress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES);
blockStreaming_ringBuffer.c 84 void test_decompress(FILE* outFp, FILE* inpFp) function
177 test_decompress(outFp, inpFp);
HCStreaming_ringBuffer.c 90 void test_decompress(FILE* outFp, FILE* inpFp) function
210 test_decompress(outFp, inpFp);

Completed in 75 milliseconds