/external/lzma/xz-embedded/ |
D | xz_dec_stream.c | 22 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 …]
|
D | xz_dec_lzma2.c | 232 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/ |
D | FlateTest.cpp | 65 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/ |
D | FlateTest.cpp | 65 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/ |
D | cert_compressor.cc | 570 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/ |
D | README | 44 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/ |
D | log_deserializer.cc | 186 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/ |
D | websocket_inflater_test.cc | 211 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/ |
D | bzdiff.1 | 29 and an uncompressed 31 If two files are specified, then they are uncompressed if necessary and fed to
|
D | bzgrep.1 | 29 Otherwise the given files are uncompressed if necessary and fed to
|
/external/chromium_org/sync/internal_api/public/base/ |
D | unique_position.cc | 377 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()
|
D | unique_position.h | 128 UniquePosition(const std::string& uncompressed, const std::string& suffix);
|
/external/chromium_org/android_webview/test/unittest/assets/ |
D | asset_file.ogg | 7 an uncompressed media file in the assets directory.
|
/external/fonttools/Lib/fontTools/ttLib/ |
D | sfnt.py | 148 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/ |
D | unique_position.proto | 51 // 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/ |
D | table_format.txt | 101 key size (uncompressed) 102 value size (uncompressed)
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 25 + Texture lookup performance with all uncompressed texture formats
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | db_bench.cc | 674 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/ |
D | README.chromium | 46 xz/lzma2, or left uncompressed, independently of one another, depending on
|
/external/qemu/distrib/jpeg-6b/ |
D | change.log | 44 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/ |
D | change.log | 44 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/ |
D | LICENSE | 68 "uncompressed GIFs". This technique does not use the LZW algorithm; the
|
/external/lzma/ |
D | lzma.txt | 229 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:
|
D | 7zC.txt | 159 - Memory for uncompressed .7z headers
|
/external/chromium_org/third_party/android_crazy_linker/src/ |
D | README.TXT | 35 provided that it is uncompressed and at a page-aligned offset.
|