Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A 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,
96 llvm_unreachable("zlib::uncompress is unavailable");
98 Error zlib::uncompress(StringRef InputBuffer,
101 llvm_unreachable("zlib::uncompress is unavailable");
H A 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/
H A DCompression.h35 Error uncompress(StringRef InputBuffer, char *UncompressedBuffer,
38 Error uncompress(StringRef InputBuffer,
/third_party/python/Lib/
H A Dgzip.py507 uncompress = self._decompressor.decompress(buf, size)
515 if uncompress != b"":
521 self._add_read_data( uncompress )
522 self._pos += len(uncompress)
523 return uncompress
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A 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/
H A DIntEqClasses.h80 /// uncompress - Change back to the uncompressed representation that allows
82 void uncompress();
/third_party/libwebsockets/win32port/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) in uncompress() function
H A Dzconf.h102 # define uncompress z_uncompress macro
/third_party/node/deps/v8/third_party/zlib/
H A Duncompr.c22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
H A Dchromeconf.h135 #define uncompress Cr_z_uncompress macro
H A Dzconf.h141 # define uncompress z_uncompress macro
/third_party/node/deps/zlib/
H A Duncompr.c22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() function
H A Dchromeconf.h138 #define uncompress Cr_z_uncompress macro
H A Dzconf.h144 # define uncompress z_uncompress macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DDecompressor.cpp97 return zlib::uncompress(SectionData, Buffer.data(), Size); in decompress()
/third_party/skia/third_party/externals/zlib/
H A Duncompr.c22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
86 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() function
H A Dchromeconf.h135 #define uncompress Cr_z_uncompress macro
H A Dzconf.h141 # define uncompress z_uncompress macro
/third_party/zlib/
H A Duncompr.c22 uncompress returns Z_OK if success, Z_MEM_ERROR if there was not enough
82 int ZEXPORT uncompress(Bytef *dest, uLongf *destLen, const Bytef *source, in uncompress() function
/third_party/ffmpeg/libavcodec/
H A Dcscd.c100 if (uncompress(c->decomp_buf, &dlen, &buf[2], buf_size - 2) != Z_OK || (dlen != c->decomp_size && dlen != c->decomp_size - bugdelta)) { in decode_frame()
H A Dscreenpresso.c142 ret = uncompress(ctx->inflated_buf, &length, in screenpresso_decode_frame()
H A Drscc.c200 /* If necessary, uncompress tiles, and hijack the bytestream reader */ in rscc_decode_frame()
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/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h34 # define uncompress z_uncompress macro
/third_party/zlib/contrib/pascal/
H A Dexample.pas53 * Test compress and uncompress
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
69 CHECK_ERR(err, 'uncompress');
72 EXIT_ERR('bad uncompress')
74 WriteLn('uncompress(): ', PChar(uncompr));
H A Dzlibpas.pas150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress() function
223 function uncompress; external; function

Completed in 13 milliseconds

12