Home
last modified time | relevance | path

Searched defs:compressed_data (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/snapshot/
Dsnapshot-compression.cc15 uint32_t GetUncompressedSize(const Bytef* compressed_data) { in GetUncompressedSize()
39 byte* compressed_data = const_cast<byte*>(snapshot_data.RawData().begin()); in Compress() local
65 Vector<const byte> compressed_data) { in Decompress()
/external/bsdiff/
Dbrotli_compressor_unittest.cc24 std::vector<uint8_t> compressed_data = brotli_compressor.GetCompressedData(); in TEST() local
46 std::vector<uint8_t> compressed_data = brotli_compressor.GetCompressedData(); in TEST() local
/external/v8/third_party/zlib/google/
Dcompression_utils.cc50 Bytef* compressed_data; in GzipCompress() local
124 uint32_t GetUncompressedSize(base::span<const char> compressed_data) { in GetUncompressedSize()
128 uint32_t GetUncompressedSize(base::span<const uint8_t> compressed_data) { in GetUncompressedSize()
Dcompression_utils_unittest.cc37 std::string compressed_data; in TEST() local
76 std::string compressed_data; in TEST() local
Dcompression_utils_portable.cc37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize()
/external/zlib/google/
Dcompression_utils_unittest.cc38 std::string compressed_data; in TEST() local
81 std::string compressed_data; in TEST() local
Dcompression_utils.cc47 Bytef* compressed_data; in GzipCompress() local
111 uint32_t GetUncompressedSize(base::StringPiece compressed_data) { in GetUncompressedSize()
Dcompression_utils_portable.cc37 uint32_t GetGzipUncompressedSize(const Bytef* compressed_data, size_t length) { in GetGzipUncompressedSize()
/external/lz4/examples/
Dsimple_buffer.c48 char* compressed_data = malloc(max_dst_size); in main() local
/external/oss-fuzz/projects/libpng-proto/
Dpng_proto_fuzzer_example.cc76 auto compressed_data = Compress(chunk.iccp().data()); in ProtoToPng() local
/external/mesa3d/src/mesa/state_tracker/
Dst_texture.h110 struct st_compressed_data* compressed_data; member
/external/mesa3d/src/broadcom/cle/
Dv3d_decoder.c600 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()
/external/mesa3d/src/intel/common/
Dgen_decoder.c520 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()
/external/squashfs-tools/squashfs-tools/
Dmksquashfs.c6472 compressed_data, inode_dir_inode_number, in main() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp5073 ucvector compressed_data; in addChunk_iTXt() local