Home
last modified time | relevance | path

Searched defs:test_compress (Results 1 – 9 of 9) sorted by relevance

/third_party/zlib/contrib/pascal/
Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt; procedure
/third_party/lz4/examples/
DblockStreaming_doubleBuffer.c39 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
DblockStreaming_lineByLine.c37 static void test_compress( in test_compress() function
DblockStreaming_ringBuffer.c48 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
DHCStreaming_ringBuffer.c57 void test_compress(FILE* outFp, FILE* inpFp) in test_compress() function
DdictionaryRandomAccess.c56 void test_compress(FILE* outFp, FILE* inpFp, void *dict, int dictSize) in test_compress() function
/third_party/zlib/test/
Dexample.c62 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() function
/third_party/python/Lib/test/
Dtest_itertools.py495 def test_compress(self): member in TestBasicOps
1705 def test_compress(self): member in TestExamples
1838 def test_compress(self): member in TestGC
2015 def test_compress(self): member in TestVariousIteratorArgs
Dtest_gzip.py536 def test_compress(self): member in TestGzip