Home
last modified time | relevance | path

Searched refs:uncompressed (Results 1 – 25 of 95) sorted by relevance

1234

/external/lzma/xz-embedded/
Dxz_dec_stream.c22 vli_type uncompressed; member
83 vli_type uncompressed; member
95 vli_type uncompressed; member
244 s->block.uncompressed += b->out_pos - s->out_start; in dec_block()
251 || s->block.uncompressed in dec_block()
252 > s->block_header.uncompressed) in dec_block()
270 if (s->block_header.uncompressed != VLI_UNKNOWN in dec_block()
271 && s->block_header.uncompressed in dec_block()
272 != s->block.uncompressed) in dec_block()
287 s->block.hash.uncompressed += s->block.uncompressed; in dec_block()
[all …]
Dxz_dec_lzma2.c232 uint32_t uncompressed; member
984 s->lzma2.uncompressed = (tmp & 0x1F) << 16; in xz_dec_lzma2_run()
1017 s->lzma2.uncompressed in xz_dec_lzma2_run()
1023 s->lzma2.uncompressed in xz_dec_lzma2_run()
1068 s->lzma2.uncompressed)); in xz_dec_lzma2_run()
1072 s->lzma2.uncompressed -= dict_flush(&s->dict, b); in xz_dec_lzma2_run()
1074 if (s->lzma2.uncompressed == 0) { in xz_dec_lzma2_run()
/external/chromium_org/third_party/skia/tests/
DFlateTest.cpp65 SkDynamicMemoryWStream uncompressed; in TestFlate() local
66 status = SkFlate::Inflate(testStream, &uncompressed); in TestFlate()
79 SkAutoDataUnref data2(uncompressed.copyToData()); in TestFlate()
80 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset()); in TestFlate()
/external/skia/tests/
DFlateTest.cpp65 SkDynamicMemoryWStream uncompressed; in TestFlate() local
66 status = SkFlate::Inflate(testStream, &uncompressed); in TestFlate()
79 SkAutoDataUnref data2(uncompressed.copyToData()); in TestFlate()
80 REPORTER_ASSERT(reporter, testData.getLength() == uncompressed.getOffset()); in TestFlate()
/external/chromium_org/net/quic/crypto/
Dcert_compressor.cc570 StringPiece uncompressed; in DecompressChain() local
614 uncompressed = StringPiece(reinterpret_cast<char*>(uncompressed_data.get()), in DecompressChain()
621 if (uncompressed.size() < sizeof(uint32)) { in DecompressChain()
625 memcpy(&cert_len, uncompressed.data(), sizeof(cert_len)); in DecompressChain()
626 uncompressed.remove_prefix(sizeof(uint32)); in DecompressChain()
627 if (uncompressed.size() < cert_len) { in DecompressChain()
630 (*out_certs)[i] = uncompressed.substr(0, cert_len).as_string(); in DecompressChain()
631 uncompressed.remove_prefix(cert_len); in DecompressChain()
639 if (!uncompressed.empty()) { in DecompressChain()
/external/zlib/src/contrib/puff/
DREADME44 If destlen is not enough space for the uncompressed data, then inflate will
47 the size of the uncompressed data ahead of time.
49 If needed, puff() can determine the size of the uncompressed data with no
52 the uncompressed data. So if the size of the uncompressed data is not known,
62 *destlen is updated to the size of the uncompressed data. See the comments
/external/chromium_org/media/cast/logging/
Dlog_deserializer.cc186 char* uncompressed, in Uncompress() argument
192 stream.next_out = reinterpret_cast<uint8*>(uncompressed); in Uncompress()
232 scoped_ptr<char[]> uncompressed(new char[kMaxUncompressedBytes]); in DeserializeEvents() local
237 uncompressed.get(), in DeserializeEvents()
242 uncompressed.get(), uncompressed_bytes, audio_log, video_log); in DeserializeEvents()
/external/chromium_org/net/websockets/
Dwebsocket_inflater_test.cc211 scoped_refptr<IOBufferWithSize> uncompressed = in TEST() local
213 ASSERT_TRUE(uncompressed); in TEST()
215 uncompressed->data(), in TEST()
216 uncompressed->data() + uncompressed->size()); in TEST()
/external/bzip2/
Dbzdiff.129 and an uncompressed
31 If two files are specified, then they are uncompressed if necessary and fed to
Dbzgrep.129 Otherwise the given files are uncompressed if necessary and fed to
/external/chromium_org/sync/internal_api/public/base/
Dunique_position.cc377 const std::string& uncompressed, in UniquePosition() argument
379 : compressed_(Compress(uncompressed)), in UniquePosition()
380 is_valid_(IsValidBytes(uncompressed)) { in UniquePosition()
381 DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length()); in UniquePosition()
Dunique_position.h128 UniquePosition(const std::string& uncompressed, const std::string& suffix);
/external/chromium_org/android_webview/test/unittest/assets/
Dasset_file.ogg7 an uncompressed media file in the assets directory.
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py148 entry.uncompressed = True
341 self.uncompressed = False # if True, always embed entry raw
403 if not self.uncompressed:
405 if self.uncompressed or len(compressedData) >= self.origLength:
/external/chromium_org/sync/protocol/
Dunique_position.proto51 // The uncompressed string of bytes representing the position.
60 // uncompressed length must be specified and written to the
/external/chromium_org/third_party/leveldatabase/src/doc/
Dtable_format.txt101 key size (uncompressed)
102 value size (uncompressed)
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.format.txt25 + Texture lookup performance with all uncompressed texture formats
/external/chromium_org/third_party/leveldatabase/src/db/
Ddb_bench.cc674 char* uncompressed = new char[input.size()]; in SnappyUncompress() local
677 uncompressed); in SnappyUncompress()
681 delete[] uncompressed; in SnappyUncompress()
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
DREADME.chromium46 xz/lzma2, or left uncompressed, independently of one another, depending on
/external/qemu/distrib/jpeg-6b/
Dchange.log44 changed to produce "uncompressed GIFs", and cjpeg's GIF input capability
197 uncompressed image data. The application now sees the library as a
/external/jpeg/
Dchange.log44 changed to produce "uncompressed GIFs", and cjpeg's GIF input capability
197 uncompressed image data. The application now sees the library as a
/external/chromium_org/third_party/libjpeg/
DLICENSE68 "uncompressed GIFs". This technique does not use the LZW algorithm; the
/external/lzma/
Dlzma.txt229 eos marker, since LZMA decoder knows uncompressed size
357 - Output buffer: uncompressed size
415 1) read LZMA properties (5 bytes) and uncompressed size (8 bytes, little-endian) to header:
D7zC.txt159 - Memory for uncompressed .7z headers
/external/chromium_org/third_party/android_crazy_linker/src/
DREADME.TXT35 provided that it is uncompressed and at a page-aligned offset.

1234