Searched defs:uncompr (Results 1 – 4 of 4) sorted by relevance
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
| D | example.c | 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 85 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument 207 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 248 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 303 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 382 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 463 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 518 Byte *compr, *uncompr; local
|
| D | minigzip.c | 273 int uncompr = 0; local
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
| D | example.c | 88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 114 void test_gzio(fname, uncompr, uncomprLen) in test_gzio() argument 238 void test_inflate(compr, comprLen, uncompr, uncomprLen) in test_inflate() argument 279 void test_large_deflate(compr, comprLen, uncompr, uncomprLen) in test_large_deflate() argument 334 void test_large_inflate(compr, comprLen, uncompr, uncomprLen) in test_large_inflate() argument 413 void test_sync(compr, comprLen, uncompr, uncomprLen) in test_sync() argument 494 void test_dict_inflate(compr, comprLen, uncompr, uncomprLen) in test_dict_inflate() argument 549 Byte *compr, *uncompr; local
|
| D | minigzip.c | 561 int uncompr = 0; local
|