HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 51 - 75 of 1811) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/skia/tests/
FlateTest.cpp 46 SkDynamicMemoryWStream compressed; local
47 bool deflateSuccess = SkFlate::Deflate(testStream, &compressed);
62 size_t compressedSize = compressed.getOffset();
64 SkAutoDataUnref compressedData(compressed.copyToData());
  /external/squashfs-tools/squashfs-tools/
info.h 4 * Create a squashfs filesystem. This is a highly compressed read only
process_fragments.h 4 * Create a squashfs filesystem. This is a highly compressed read only
restore.h 4 * Create a squashfs filesystem. This is a highly compressed read only
unsquashfs_info.h 4 * Create a squashfs filesystem. This is a highly compressed read only
  /external/tcpdump/
slcompress.h 26 * Compressed packet format:
32 * the compressed packet. The next two octets are the TCP checksum
57 * this type of packet syncs the sender & receiver); and compressed
74 /* Bits in first octet of compressed packet */
  /external/v8/tools/testrunner/server/
compression.py 42 Sends a JSON encodable object over the specified socket (zlib-compressed).
46 compressed = zlib.compress(obj, compression_level)
47 payload = struct.pack('>i', len(compressed)) + compressed
  /external/bzip2/
bzgrep.1 5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression
25 on bzip2-compressed files. All options specified are passed directly to
manual.xml 102 handling compressed data in the
193 replaced by a compressed version of itself, with the name
195 compressed file has the same modification date, permissions, and,
213 compressed output to a terminal, as this would be entirely
222 filename for the decompressed file from that of the compressed
263 compressed files. The result is the concatenation of the
265 (<computeroutput>-t</computeroutput>) of concatenated compressed
270 Multiple files may be compressed and decompressed like this. The
273 multiple compressed file representations. Such a stream can be
290 <para>Compression is always performed, even if the compressed
    [all...]
bzip2.1 49 command-line flags. Each file is replaced by a compressed version of
51 Each compressed file
72 write compressed output to a terminal, as this would be entirely
84 from that of the compressed file as follows:
111 concatenation of two or more compressed files. The result is the
115 compressed files is also supported.
118 giving the \-c flag. Multiple files may be compressed and
122 containing multiple compressed file representations. Such a stream
146 Compression is always performed, even if the compressed
159 original. This guards against corruption of the compressed data, an
    [all...]
  /external/clang/docs/
CMakeLists.txt 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
28 "Filename of the Qt Compressed help file")
  /external/skia/src/pdf/
SkPDFStream.cpp 37 SkAutoTDelete<SkStream> compressed(
39 this->setData(compressed.get());
  /external/lz4/
lz4_block_format.txt 8 to anyone willing to produce LZ4-compatible compressed data blocks
25 -- Compressed block format --
27 An LZ4 compressed block is composed of sequences.
37 (Note : a literal is a not-compressed byte).
89 On decoding the matchlength, we reach the end of the compressed sequence,
99 Consequently, a block with less than 13 bytes cannot be compressed.
  /external/ppp/pppd/include/net/
ppp_defs.h 87 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
90 #define PPP_COMP 0xfd /* compressed packet */
163 unsigned int vjs_compressed; /* outbound compressed packets */
167 unsigned int vjs_compressedin; /* inbound compressed packets */
180 unsigned int comp_bytes; /* compressed bytes */
181 unsigned int comp_packets; /* compressed packets */
slcompress.h 32 * Compressed packet format:
38 * the compressed packet. The next two octets are the TCP checksum
63 * this type of packet syncs the sender & receiver); and compressed
80 /* Bits in first octet of compressed packet */
126 int sls_compressed; /* outbound compressed packets */
130 int sls_compressedin; /* inbound compressed packets */
  /libcore/luni/src/main/java/java/util/zip/
InflaterOutputStream.java 27 * compressed data in the "deflate" format, and uncompressed data is
42 * for uncompressed data, and compressed data will be written to this stream.
53 * for uncompressed data, and compressed data will be written to this stream.
65 * for uncompressed data, and compressed data will be written to this stream.
118 * compressed input. The corresponding uncompressed data will be written to the underlying
132 * compressed input. The corresponding uncompressed data will be written to the underlying
  /external/mesa3d/src/mesa/main/
texcompress.c 48 * Get the GL base format of a specified GL compressed texture format
52 * "Compressed Internal Format Base Internal Format Type
72 * The base format of \c format if \c format is a compressed format (either
158 * Compressed textures with just red or red-green components are
179 * blue for these sRGB compressed formats makes them not really
196 * RGBA versions of the S3TC extensions compressed format tokens
206 * not including EXT_texture_sRGB's sRGB S3TC compressed formats.
303 * Convert a compressed MESA_FORMAT_x to a GLenum.
365 * Given a compressed MESA_FORMAT_x value, return the corresponding
369 * have originally specified a generic compressed format in thei
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c 60 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed)
66 compressed = FALSE; /* not yet supported */
75 if (compressed)
81 if (compressed)
88 if (compressed)
94 if (compressed)
100 if (compressed)
108 if (compressed)
114 if (compressed) {
128 if (compressed) {
    [all...]
  /frameworks/base/include/androidfw/
Asset.h 102 * asset is compressed).
146 * Create the asset from a named, compressed file on disk (e.g. ".gz").
162 * Create from compressed data. "fd" should be seeked to the start of
163 * the compressed data. This could be inside a gzip file or part of a
168 * This may not verify the validity of the compressed data until first
184 * Create the asset from a memory-mapped file segment with compressed
269 * An asset based on compressed data in a file.
304 off64_t mStart; // offset to start of compressed data
305 off64_t mCompressedLen; // length of the compressed data
312 class StreamingZipInflater* mZipInflater; // for streaming large compressed asset
    [all...]
  /external/lzma/xz-embedded/
xz_dec_stream.c 74 * Value stored in the Compressed Size field, or
75 * VLI_UNKNOWN if Compressed Size is not present.
77 vli_type compressed; member in struct:xz_dec::__anon15892
91 /* Observed compressed size of the current Block */
92 vli_type compressed; member in struct:xz_dec::__anon15893
218 * Decode the Compressed Data field from a Block. Update and validate
219 * the observed compressed and uncompressed sizes of the Block so that
243 s->block.compressed += b->in_pos - s->in_start;
250 if (s->block.compressed > s->block_header.compressed
    [all...]
xz_dec_lzma2.c 228 /* Next position after decoding the compressed size of the chunk. */
235 * Compressed size of LZMA chunk or compressed/uncompressed
238 uint32_t compressed; member in struct:lzma2_dec
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) {
854 if (tmp > s->lzma2.compressed - s->temp.size)
855 tmp = s->lzma2.compressed - s->temp.size;
861 if (s->temp.size + tmp == s->lzma2.compressed) {
880 s->lzma2.compressed -= s->rc.in_pos;
898 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED
    [all...]
  /external/squashfs-tools/RELEASE-READMEs/
PERFORMANCE.README 23 Zisofs compressed size 589.81 MB
24 Cloop compressed size 471.89 MB
25 Squashfs2.0 compressed size 448.58 MB
26 Squashfs2.1 compressed size 448.58 MB
103 CRAMFS compressed size 52.19 MB
104 Squashfs2.0 compressed size 46.52 MB
105 Squashfs2.1 compressed size 46.52 MB
  /external/squashfs-tools/kernel/fs/squashfs/
block.c 2 * Squashfs - a compressed read only filesystem for Linux
89 int bytes, compressed, b = 0, k = 0, page = 0, avail; local
102 compressed = SQUASHFS_COMPRESSED_BLOCK(length);
108 index, compressed ? "" : "un", length, srclength);
134 compressed = SQUASHFS_COMPRESSED(length);
140 compressed ? "" : "un", length);
155 if (compressed) {
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
ExhaustiveTest.java 25 byte [] compressed = UnicodeCompressor.compress(s);
26 String res = UnicodeDecompressor.decompress(compressed);
30 + compressed.length + " bytes ===> "
33 logln("Compressed:");
34 printBytes(compressed, compressed.length);
70 logln("Compressed:");
93 byte[] compressed = new byte[compressedSize];
125 System.arraycopy(byteBuffer, 0, compressed,
128 // update the no. of characters compressed
    [all...]
  /external/zlib/src/contrib/iostream2/
zstream.h 76 /* Flushes all pending input if necessary, closes the compressed file
85 /* Binary read the given number of bytes from the compressed file.
92 * given compressed file. errnum is set to zlib error number. If an
108 * Binary read the given (array of) object(s) from the compressed file.
194 /* Flushes all pending output if necessary, closes the compressed file
206 /* Binary write the given number of bytes into the compressed file.
212 /* Flushes all pending output into the compressed file. The parameter
225 * given compressed file. errnum is set to zlib error number. If an
259 * Binary write the given (array of) object(s) into the compressed file.

Completed in 1119 milliseconds

1 23 4 5 6 7 8 91011>>