Searched refs:uncompress (Results 1 - 25 of 27) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/exr/openexr/ilmimf/
H A DImfPxr24Compressor.h71 virtual int uncompress (const char *inPtr,
87 int uncompress (const char *inPtr,
H A DImfRleCompressor.h65 virtual int uncompress (const char *inPtr,
H A DImfZipCompressor.h65 virtual int uncompress (const char *inPtr,
H A DImfB44Compressor.h77 virtual int uncompress (const char *inPtr,
95 int uncompress (const char *inPtr,
H A DImfPizCompressor.h73 virtual int uncompress (const char *inPtr,
91 int uncompress (const char *inPtr,
H A DImfCompressor.h75 // a single call to compress() and uncompress().
83 // by the compress() and uncompress() methods.
183 virtual int uncompress (const char *inPtr,
H A DImfZipCompressor.cpp158 ZipCompressor::uncompress (const char *inPtr, function in class:Imf::ZipCompressor
179 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize,
H A DImfPxr24Compressor.cpp247 Pxr24Compressor::uncompress (const char *inPtr, function in class:Imf::Pxr24Compressor
252 return uncompress (inPtr,
266 return uncompress (inPtr, inSize, range, outPtr);
405 Pxr24Compressor::uncompress (const char *inPtr, function in class:Imf::Pxr24Compressor
418 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer,
H A DImfCompressor.cpp84 return uncompress (inPtr, inSize, range.min.y, outPtr);
H A DImfPizCompressor.cpp268 PizCompressor::uncompress (const char *inPtr, function in class:Imf::PizCompressor
273 return uncompress (inPtr,
287 return uncompress (inPtr, inSize, range, outPtr);
474 PizCompressor::uncompress (const char *inPtr, function in class:Imf::PizCompressor
H A DImfRleCompressor.cpp257 RleCompressor::uncompress (const char *inPtr, function in class:Imf::RleCompressor
H A DImfB44Compressor.cpp486 // compress() and uncompress() functions, below, and determine
593 B44Compressor::uncompress (const char *inPtr, function in class:Imf::B44Compressor
598 return uncompress (inPtr,
612 return uncompress (inPtr, inSize, range, outPtr);
859 B44Compressor::uncompress (const char *inPtr, function in class:Imf::B44Compressor
H A DImfScanLineInputFile.cpp469 _lineBuffer->dataSize = _lineBuffer->compressor->uncompress
601 // a new LineBufferTask whose execute() method will uncompress
/haiku-fatelf/src/system/boot/platform/generic/
H A Dvideo_splash.cpp33 uncompress(const uint8 compressed[], unsigned int compressedSize, function
102 uncompress(kSplashLogo8BitCompressedImage,
112 uncompress(kSplashLogo24BitCompressedImage,
151 uncompress(kSplashIcons8BitCompressedImage,
164 uncompress(kSplashIcons24BitCompressedImage,
/haiku-fatelf/src/libs/pdflib/libs/flate/
H A Duncompr.c22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
26 int ZEXPORT uncompress ( function
H A Dzconf.h76 # define uncompress psp_z_uncompress macro
132 # define uncompress pdf_z_uncompress macro
H A Dzlib.h641 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
654 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
/haiku-fatelf/src/libs/zlib/
H A Duncompr.c20 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) function
H A Dzconf.h101 # define uncompress z_uncompress macro
H A Dzlib.h1139 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1150 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
H A Dexample.c57 * Test compress() and uncompress()
71 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
72 CHECK_ERR(err, "uncompress");
75 fprintf(stderr, "bad uncompress\n");
78 printf("uncompress(): %s\n", (char *)uncompr);
/haiku-fatelf/src/add-ons/translators/wonderbrush/support/
H A Dbitmap_compression.cpp67 int ret = uncompress(dst,
/haiku-fatelf/headers/libs/zlib/
H A Dzconf.h101 # define uncompress z_uncompress macro
H A Dzlib.h1139 ZEXTERN int ZEXPORT uncompress OF((Bytef *dest, uLongf *destLen,
1150 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not
/haiku-fatelf/data/etc/
H A Dbash_completion77 complete -f -X '!*.Z' uncompress

Completed in 101 milliseconds

12