HomeSort by relevance Sort by last modified time
    Searched refs:uncompressed_data (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
compressed_output.cc 38 // Compress UNCOMPRESSED_DATA of size UNCOMPRESSED_SIZE. Returns true
48 zlib_compress(const unsigned char* uncompressed_data,
65 reinterpret_cast<const Bytef*>(uncompressed_data),
85 // UNCOMPRESSED_DATA of size UNCOMPRESSED_SIZE. Returns TRUE if it
93 unsigned char* uncompressed_data,
113 strm.next_out = ((Bytef*) uncompressed_data
169 unsigned char* uncompressed_data,
186 uncompressed_data,
204 unsigned char* uncompressed_data = this->postprocessing_buffer(); local
214 success = zlib_compress(uncompressed_data, uncompressed_size
    [all...]
object.cc 709 unsigned char* uncompressed_data = NULL; local
712 uncompressed_data = new unsigned char[uncompressed_size];
714 uncompressed_data,
716 info.contents = uncompressed_data;
718 delete[] uncompressed_data;
2846 unsigned char* uncompressed_data = new unsigned char[uncompressed_size]; local
    [all...]
  /system/core/libziparchive/
zip_archive_test.cc 486 std::vector<uint8_t> uncompressed_data(entry.uncompressed_length);
487 ASSERT_TRUE(android::base::ReadFully(tmp_file.fd, uncompressed_data.data(),
489 ASSERT_EQ(0, memcmp(&uncompressed_data[0], kATxtContents.data(),
  /external/squashfs-tools/squashfs-tools/
mksquashfs.c 6099 inode_dir_start_block, uncompressed_data, local
    [all...]

Completed in 99 milliseconds