Home
last modified time | relevance | path

Searched refs:test_decompress (Results 1 – 6 of 6) sorted by relevance

/external/lz4/examples/
DblockStreaming_ringBuffer.c82 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
168 test_decompress(outFp, inpFp); in main()
DblockStreaming_doubleBuffer.c74 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
177 test_decompress(outFp, inpFp); in main()
DblockStreaming_lineByLine.c86 static void test_decompress( in test_decompress() function
189 test_decompress(outFp, inpFp, MESSAGE_MAX_BYTES, RING_BUFFER_BYTES); in main()
DHCStreaming_ringBuffer.c89 void test_decompress(FILE* outFp, FILE* inpFp) in test_decompress() function
201 test_decompress(outFp, inpFp); in main()
DdictionaryRandomAccess.c105 void test_decompress(FILE* outFp, FILE* inpFp, void *dict, int dictSize, int offset, int length) in test_decompress() function
254 test_decompress(outFp, inpFp, dict, DICTIONARY_BYTES, offset, length); in main()
/external/python/cpython3/Lib/test/
Dtest_gzip.py502 def test_decompress(self): member in TestGzip