Searched defs:uncompr (Results 1 – 2 of 2) sorted by relevance
/plan9/sys/src/cmd/gs/zlib/ |
H A D | example.c | 61 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 87 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument 209 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 250 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 305 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 384 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 465 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 520 Byte *compr, *uncompr; local
|
H A D | minigzip.c | 275 int uncompr = 0; local
|