Home
last modified time | relevance | path

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

/third_party/node/deps/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 base::Vector<const byte> compressed_data) { in Decompress()
/third_party/node/deps/zlib/google/
Dcompression_utils.cc49 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()
/third_party/skia/third_party/externals/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()
/third_party/node/deps/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()
/third_party/lz4/examples/
Dsimple_buffer.c47 char* compressed_data = (char*)malloc((size_t)max_dst_size); in main() local
/third_party/node/deps/v8/src/deoptimizer/
Dtranslation-array.cc81 ZoneVector<byte> compressed_data(compressed_data_size, zone()); in ToTranslationArray() local
/third_party/ffmpeg/libavcodec/
Dexrenc.c63 uint8_t *compressed_data; member
Dqdm2.c169 const uint8_t *compressed_data; member
/third_party/mesa3d/src/util/
Ddisk_cache_os.c641 void *compressed_data = malloc(max_buf); in create_cache_item_header_and_blob() local
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c566 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()
/third_party/mesa3d/src/intel/common/
Dintel_decoder.c513 static uint32_t zlib_inflate(const void *compressed_data, in zlib_inflate()
/third_party/mesa3d/src/mesa/main/
Dmtypes.h811 struct st_compressed_data* compressed_data; member