Searched defs:uncompr (Results 1 – 2 of 2) sorted by relevance
/titanic_51/usr/src/boot/lib/libz/test/ |
H A D | example.c | 88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 114 test_gzio(fname,uncompr,uncomprLen) test_gzio() argument 238 test_inflate(compr,comprLen,uncompr,uncomprLen) test_inflate() argument 279 test_large_deflate(compr,comprLen,uncompr,uncomprLen) test_large_deflate() argument 334 test_large_inflate(compr,comprLen,uncompr,uncomprLen) test_large_inflate() argument 413 test_sync(compr,comprLen,uncompr,uncomprLen) test_sync() argument 494 test_dict_inflate(compr,comprLen,uncompr,uncomprLen) test_dict_inflate() argument 549 Byte *compr, *uncompr; global() local [all...] |
H A D | minigzip.c | 561 int uncompr = 0; local
|