Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCompression.cpp63 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, in uncompress() function in zlib
66 ::uncompress((Bytef *)UncompressedBuffer, (uLongf *)&UncompressedSize, in uncompress()
74 Error zlib::uncompress(StringRef InputBuffer, in uncompress() function in zlib
79 uncompress(InputBuffer, UncompressedBuffer.data(), UncompressedSize); in uncompress()
94 Error zlib::uncompress(StringRef InputBuffer, char *UncompressedBuffer, in uncompress() function in zlib
98 Error zlib::uncompress(StringRef InputBuffer, in uncompress() function in zlib
DIntEqClasses.cpp66 void IntEqClasses::uncompress() { in uncompress() function in IntEqClasses
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCompression.h35 Error uncompress(StringRef InputBuffer, char *UncompressedBuffer,
38 Error uncompress(StringRef InputBuffer,
/third_party/python/Lib/
Dgzip.py496 uncompress = self._decompressor.decompress(buf, size)
504 if uncompress != b"":
510 self._add_read_data( uncompress )
511 self._pos += len(uncompress)
512 return uncompress
/third_party/zlib/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
/third_party/zlib/examples/
DREADME.examples14 uncompress a gzip file
18 - also provides Unix uncompress functionality, again twice as fast
/third_party/jerryscript/targets/curie_bsp/
DREADME.md48 …tar.gz](https://software.intel.com/en-us/articles/issm-toolchain-only-download), and uncompress it.
52 Or you can just uncompress the toolchain tarball and copy the contents (`licensing readme.txt tools…
55 …z]( https://registrationcenter.intel.com/en/forms/?productid=2783) and uncompress the retrieved pa…
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Duncompress_fuzzer.cc17 uncompress(buffer, &buffer_length, data, static_cast<uLong>(size))) { in LLVMFuzzerTestOneInput()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntEqClasses.h82 void uncompress();
/third_party/lz4/
DREADME.OpenSource9 …eaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ…
/third_party/curl/docs/cmdline-opts/
Dtr-encoding.md19 curl supports, and uncompress the data while receiving it.
/third_party/zlib/old/os2/
Dzlib.def36 uncompress
/third_party/libwebsockets/win32port/zlib/
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
/third_party/zlib/contrib/pascal/
Dzlibpas.pas150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress() function
223 function uncompress; external; in uncompress() function
/third_party/zlib/win32/
Dzlib.def36 uncompress
/third_party/node/deps/zlib/win32/
Dzlib.def36 uncompress
/third_party/node/deps/zlib/
Duncompr.c82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() function
/third_party/node/deps/v8/third_party/zlib/
Duncompr.c86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
/third_party/zlib/
Duncompr.c86 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() function
/third_party/skia/third_party/externals/zlib/
Duncompr.c86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
/third_party/zlib/contrib/ada/
Dzlib-thin.ads175 function uncompress subprogspec
401 pragma Import (C, uncompress, "uncompress");
/third_party/ffmpeg/libavcodec/
Drscc.c215 ret = uncompress(inflated_tiles, &length, in rscc_decode_frame()
308 ret = uncompress(ctx->inflated_buf, &len, gbc->buffer, packed_size); in rscc_decode_frame()
/third_party/zlib/contrib/vstudio/vc14/
Dzlibvc.def32 uncompress @26
/third_party/zlib/contrib/vstudio/vc9/
Dzlibvc.def32 uncompress @26
/third_party/zlib/contrib/vstudio/vc10/
Dzlibvc.def32 uncompress @26

12345