Searched defs:compr (Results 1 – 3 of 3) 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 171 void test_deflate(compr, comprLen) in test_deflate() 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 346 void test_flush(compr, comprLen) in test_flush() argument 384 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 428 void test_dict_deflate(compr, comprLen) in test_dict_deflate() argument 465 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 520 Byte *compr, *uncompr; local
|
/plan9/sys/src/cmd/gs/src/ |
H A D | gdevpcl.c | 144 const byte *compr = (const byte *)exam; in gdev_pcl_mode2compress_padded() local 339 const byte *compr = diff; in gdev_pcl_mode9compress() local
|
H A D | gdevcdj.c | 1731 const byte *compr = exam; local
|