/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A 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, 96 llvm_unreachable("zlib::uncompress is unavailable"); 98 Error zlib::uncompress(StringRef InputBuffer, 101 llvm_unreachable("zlib::uncompress is unavailable");
|
H A 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/ |
H A D | Compression.h | 35 Error uncompress(StringRef InputBuffer, char *UncompressedBuffer, 38 Error uncompress(StringRef InputBuffer,
|
/third_party/python/Lib/ |
H A D | gzip.py | 507 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 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/ |
H A D | IntEqClasses.h | 80 /// uncompress - Change back to the uncompressed representation that allows 82 void uncompress();
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | uncompr.c | 20 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 D | zconf.h | 102 # define uncompress z_uncompress
macro
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | uncompr.c | 22 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 D | chromeconf.h | 135 #define uncompress Cr_z_uncompress macro
|
H A D | zconf.h | 141 # define uncompress z_uncompress macro
|
/third_party/node/deps/zlib/ |
H A D | uncompr.c | 22 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 D | chromeconf.h | 138 #define uncompress Cr_z_uncompress macro
|
H A D | zconf.h | 144 # define uncompress z_uncompress macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
H A D | Decompressor.cpp | 97 return zlib::uncompress(SectionData, Buffer.data(), Size); in decompress()
|
/third_party/skia/third_party/externals/zlib/ |
H A D | uncompr.c | 22 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 D | chromeconf.h | 135 #define uncompress Cr_z_uncompress macro
|
H A D | zconf.h | 141 # define uncompress z_uncompress macro
|
/third_party/zlib/ |
H A D | uncompr.c | 22 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 D | cscd.c | 100 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 D | screenpresso.c | 142 ret = uncompress(ctx->inflated_buf, &length, in screenpresso_decode_frame()
|
H A D | rscc.c | 200 /* 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 D | ftzconf.h | 34 # define uncompress z_uncompress macro
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 53 * 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 D | zlibpas.pas | 150 function uncompress(dest: PChar; var destLen: LongInt; in uncompress() function 223 function uncompress; external; function
|