/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Compression.cpp | 63 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
|
D | IntEqClasses.cpp | 66 void IntEqClasses::uncompress() { in uncompress() function in IntEqClasses
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Compression.h | 35 Error uncompress(StringRef InputBuffer, char *UncompressedBuffer, 38 Error uncompress(StringRef InputBuffer,
|
/third_party/python/Lib/ |
D | gzip.py | 496 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/ |
D | visual-basic.txt | 23 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/ |
D | README.examples | 14 uncompress a gzip file 18 - also provides Unix uncompress functionality, again twice as fast
|
/third_party/jerryscript/targets/curie_bsp/ |
D | README.md | 48 …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/ |
D | uncompress_fuzzer.cc | 17 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/ |
D | IntEqClasses.h | 82 void uncompress();
|
/third_party/lz4/ |
D | README.OpenSource | 9 …eaming interface to LZ4 data streams as well as low level compress and uncompress functions for LZ…
|
/third_party/curl/docs/cmdline-opts/ |
D | tr-encoding.md | 19 curl supports, and uncompress the data while receiving it.
|
/third_party/zlib/old/os2/ |
D | zlib.def | 36 uncompress
|
/third_party/libwebsockets/win32port/zlib/ |
D | uncompr.c | 24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
|
/third_party/zlib/contrib/pascal/ |
D | zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress() function 223 function uncompress; external; in uncompress() function
|
/third_party/zlib/win32/ |
D | zlib.def | 36 uncompress
|
/third_party/node/deps/zlib/win32/ |
D | zlib.def | 36 uncompress
|
/third_party/node/deps/zlib/ |
D | uncompr.c | 82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() function
|
/third_party/node/deps/v8/third_party/zlib/ |
D | uncompr.c | 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
|
/third_party/zlib/ |
D | uncompr.c | 86 int ZEXPORT uncompress(dest, destLen, source, sourceLen) in uncompress() function
|
/third_party/skia/third_party/externals/zlib/ |
D | uncompr.c | 86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
|
/third_party/zlib/contrib/ada/ |
D | zlib-thin.ads | 175 function uncompress subprogspec 401 pragma Import (C, uncompress, "uncompress");
|
/third_party/ffmpeg/libavcodec/ |
D | rscc.c | 215 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/ |
D | zlibvc.def | 32 uncompress @26
|
/third_party/zlib/contrib/vstudio/vc9/ |
D | zlibvc.def | 32 uncompress @26
|
/third_party/zlib/contrib/vstudio/vc10/ |
D | zlibvc.def | 32 uncompress @26
|