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

  /external/lz4/tests/
fasttest.c 55 int test_decompress(const char *uncompressed, const char *compressed) function
127 if ((r = test_decompress(input, output))) {
  /external/lz4/examples/
HCStreaming_ringBuffer.c 89 void test_decompress(FILE* outFp, FILE* inpFp) function
201 test_decompress(outFp, inpFp);
blockStreaming_doubleBuffer.c 74 void test_decompress(FILE* outFp, FILE* inpFp) function
177 test_decompress(outFp, inpFp);
blockStreaming_lineByLine.c 86 static void test_decompress( function
189 test_decompress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES);
blockStreaming_ringBuffer.c 85 void test_decompress(FILE* outFp, FILE* inpFp) function
178 test_decompress(outFp, inpFp);
dictionaryRandomAccess.c 105 void test_decompress(FILE* outFp, FILE* inpFp, void *dict, int dictSize, int offset, int length) function
254 test_decompress(outFp, inpFp, dict, DICTIONARY_BYTES, offset, length);

Completed in 92 milliseconds