Home
last modified time | relevance | path

Searched refs:uncompress (Results 1 – 25 of 114) sorted by relevance

12345

/external/llvm/lib/Support/
DCompression.cpp65 zlib::Status zlib::uncompress(StringRef InputBuffer, in uncompress() function in zlib
69 Status Res = encodeZlibReturnValue(::uncompress( in uncompress()
90 zlib::Status zlib::uncompress(StringRef InputBuffer, in uncompress() function in zlib
/external/opencv3/3rdparty/openexr/IlmImf/
DImfPxr24Compressor.cpp255 Pxr24Compressor::uncompress (const char *inPtr, in uncompress() function in Imf::Pxr24Compressor
260 return uncompress (inPtr, in uncompress()
274 return uncompress (inPtr, inSize, range, outPtr); in uncompressTile()
413 Pxr24Compressor::uncompress (const char *inPtr, in uncompress() function in Imf::Pxr24Compressor
426 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, in uncompress()
DImfPxr24Compressor.h74 virtual int uncompress (const char *inPtr,
90 int uncompress (const char *inPtr,
DImfPizCompressor.h76 virtual int uncompress (const char *inPtr,
94 int uncompress (const char *inPtr,
DImfB44Compressor.h77 virtual int uncompress (const char *inPtr,
95 int uncompress (const char *inPtr,
DImfZipCompressor.cpp168 ZipCompressor::uncompress (const char *inPtr, in uncompress() function in Imf::ZipCompressor
189 if (Z_OK != ::uncompress ((Bytef *)_tmpBuffer, &outSize, in uncompress()
DImfPizCompressor.cpp278 PizCompressor::uncompress (const char *inPtr, in uncompress() function in Imf::PizCompressor
283 return uncompress (inPtr, in uncompress()
297 return uncompress (inPtr, inSize, range, outPtr); in uncompressTile()
484 PizCompressor::uncompress (const char *inPtr, in uncompress() function in Imf::PizCompressor
DImfRleCompressor.h65 virtual int uncompress (const char *inPtr,
DImfZipCompressor.h68 virtual int uncompress (const char *inPtr,
DImfCompressor.h184 virtual int uncompress (const char *inPtr,
/external/llvm/unittests/Support/
DCompressionTest.cpp32 zlib::uncompress(Compressed, Uncompressed, Input.size())); in TestZlibCompression()
37 zlib::uncompress(Compressed, Uncompressed, Input.size() - 1)); in TestZlibCompression()
/external/liblzf/
Dlzf.c61 static enum { compress, uncompress, lzcat } mode = compress; enumerator
468 mode = uncompress; in main()
485 mode = uncompress; in main()
512 if ((mode == uncompress || mode == lzcat) && isatty (0)) in main()
/external/squashfs-tools/squashfs-tools/
Dcompressor.h31 int (*uncompress)(void *, void *, int, int, int *); member
65 return comp->uncompress(dest, src, size, block_size, error); in compressor_uncompress()
/external/zlib/src/examples/
DREADME.examples14 uncompress a gzip file
18 - also provides Unix uncompress functionality, again twice as fast
/external/zlib/src/old/
Dvisual-basic.txt23 uncompress
35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
52 Declare Function uncompress Lib "ZLIB32.DLL"
89 Private Declare Function lngfncUcp Lib "zlib.dll" Alias "uncompress" (ByRef
/external/bzip2/
Dwords12 Doing 6 tests (3 compress, 3 uncompress) ...
/external/llvm/include/llvm/ADT/
DIntEqClasses.h83 void uncompress();
/external/selinux/libsemanage/src/
Ddirect_api.c439 char* uncompress = NULL; in bunzip() local
462 uncompress = malloc(size); in bunzip()
463 if (uncompress == NULL) { in bunzip()
473 tmpalloc = realloc(uncompress, size); in bunzip()
478 uncompress = tmpalloc; in bunzip()
480 memcpy(&uncompress[total], buf, nBuf); in bunzip()
490 *data = uncompress; in bunzip()
496 free(uncompress); in bunzip()
510 char *uncompress; in map_file() local
527 if ((size = bunzip(sh, file, &uncompress)) > 0) { in map_file()
[all …]
/external/llvm/include/llvm/Support/
DCompression.h46 Status uncompress(StringRef InputBuffer,
/external/zlib/src/old/os2/
Dzlib.def36 uncompress
/external/pdfium/third_party/zlib_v128/
Duncompr.c24 int ZEXPORT uncompress ( in uncompress() function
/external/zlib/src/
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
/external/opencv3/3rdparty/zlib/
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
/external/autotest/client/tests/dma_memtest/
Dcontrol14 It will uncompress several copies of the linux kernel in a way that will
/external/zlib/src/win32/
Dzlib.def35 uncompress

12345