HomeSort by relevance Sort by last modified time
    Searched refs:uncompr (Results 1 - 14 of 14) sorted by null

  /external/zlib/
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)
60 Byte *compr, *uncompr;
69 strcpy((char*)uncompr, "garbage")
518 Byte *compr, *uncompr; local
    [all...]
minigzip.c 354 int uncompr = 0; local
369 uncompr = 1;
371 copyout = uncompr = 1;
377 uncompr = 1;
396 if (uncompr) {
410 if (uncompr) {
Android.mk 16 uncompr.c \
make_vms.com 170 $ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" -
171 uncompr.c zlib.h zconf.h
403 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\
444 uncompr.obj : uncompr.c zlib.h zconf.h
  /external/zlib/contrib/pascal/
example.pas 57 uncompr: Pointer; uncomprLen: LongInt);
66 StrCopy(PChar(uncompr), 'garbage');
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
71 if StrComp(PChar(uncompr), hello) <> 0 then
74 WriteLn('uncompress(): ', PChar(uncompr));
83 uncompr: Pointer;
127 StrCopy(PChar(uncompr), 'garbage');
129 if gzread(zfile, uncompr, uncomprLen) <> len then
134 if StrComp(PChar(uncompr), hello) <> 0 then
136 WriteLn('bad gzread: ', PChar(uncompr));
    [all...]
zlibd32.mak 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
62 uncompr.obj: uncompr.c zlib.h zconf.h
zlibpas.pas 154 {$L uncompr.obj}
  /external/zlib/watcom/
watcom_l.mak 10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
watcom_f.mak 10 trees.c uncompr.c zutil.c
15 trees.obj uncompr.obj zutil.obj
32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
  /external/zlib/contrib/delphi/
zlibd32.mak 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj
62 uncompr.obj: uncompr.c zlib.h zconf.h
ZLib.pas 209 {$L uncompr.obj}
  /external/libpng/contrib/pngminim/decoder/
makefile 20 trees$(O) uncompr$(O) zutil$(O)
  /external/libpng/contrib/pngminim/encoder/
makefile 19 trees$(O) uncompr$(O) zutil$(O)
  /external/libpng/contrib/pngminim/preader/
makefile 36 trees$(O) uncompr$(O) zutil$(O)

Completed in 39 milliseconds