Searched refs:uncompr (Results 1 – 11 of 11) 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 60 Byte *compr, *uncompr; in test_compress() 69 strcpy((char*)uncompr, "garbage"); [all …]
|
D | minigzip.c | 273 int uncompr = 0; local 284 uncompr = 1; 303 if (uncompr) { 314 if (uncompr) {
|
D | Makefile.in | 49 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ 153 uncompr.o: zlib.h zconf.h
|
D | Makefile | 49 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \ 153 uncompr.o: zlib.h zconf.h
|
D | make_vms.com | 89 $ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" - 90 uncompr.c zlib.h zconf.h 279 OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj, infback.obj\ 317 uncompr.obj : uncompr.c zlib.h zconf.h
|
D | INDEX | 42 uncompr.c
|
/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 89 Byte *compr, *uncompr; in test_compress() 98 strcpy((char*)uncompr, "garbage"); [all …]
|
D | minigzip.c | 561 int uncompr = 0; local 580 uncompr = 1; 582 copyout = uncompr = 1; 588 uncompr = 1; 607 if (uncompr) { 621 if (uncompr) {
|
D | INDEX | 60 uncompr.c
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | Python2710.inf | 251 Modules/zlib/uncompr.c #
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/ |
D | PythonCore.inf | 247 Python-$(PYTHON_VERSION)/Modules/zlib/uncompr.c #
|