Searched refs:uncomprLen (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | example.c | 38 Byte *uncompr, uLong uncomprLen)); 40 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 45 Byte *uncompr, uLong uncomprLen)); 47 Byte *uncompr, uLong uncomprLen)); 50 Byte *uncompr, uLong uncomprLen)); 53 Byte *uncompr, uLong uncomprLen)); 59 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 61 uLong comprLen, uncomprLen; 71 err = uncompress(uncompr, &uncomprLen, compr, comprLen); [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | example.c | 39 Byte *uncompr, uLong uncomprLen)); 41 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 46 Byte *uncompr, uLong uncomprLen)); 49 Byte *uncompr, uLong uncomprLen)); 81 Byte *uncompr, uLong uncomprLen)); 83 Byte *uncompr, uLong uncomprLen)); 88 void test_compress(compr, comprLen, uncompr, uncomprLen) in test_compress() argument 90 uLong comprLen, uncomprLen; 100 err = uncompress(uncompr, &uncomprLen, compr, comprLen); [all …]
|