Searched defs:uncompr (Results 1 – 2 of 2) sorted by relevance
| /third_party/zlib/test/ |
| D | example.c | 62 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() 87 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) in test_gzio() 209 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_inflate() 252 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_deflate() 306 static void test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_large_inflate() 385 static void test_sync(Byte *compr, uLong comprLen, Byte *uncompr, in test_sync() 462 static void test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, in test_dict_inflate() 517 Byte *compr, *uncompr; in main() local
|
| D | minigzip.c | 541 int uncompr = 0; in main() local
|