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

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/uapi/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
cramfs_fs.h 7 #define CRAMFS_SIGNATURE "Compressed ROMFS"
37 compressed form (starting with an array of block pointers;
59 __u8 signature[16]; /* "Compressed ROMFS" */
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 120 // make output buffer large enough that even if compressed it
128 byte[] compressed = baos.toByteArray();
130 // compressed byte count is larger than the
132 // it will also fail because the compressed length will be
134 assertTrue("compressed=" + compressed.length
136 compressed.length > deflaterBufferSize);
139 ByteArrayInputStream bais = new ByteArrayInputStream(compressed);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
137 __u32 vjs_compressed; /* outbound compressed packets */
141 __u32 vjs_compressedin; /* inbound compressed packets */
149 __u32 comp_bytes; /* compressed bytes */
150 __u32 comp_packets; /* compressed packets */
cramfs_fs.h 7 #define CRAMFS_SIGNATURE "Compressed ROMFS"
37 compressed form (starting with an array of block pointers;
59 __u8 signature[16]; /* "Compressed ROMFS" */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
flat.h 52 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */
53 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
ppp_defs.h 71 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
75 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
76 #define PPP_COMP 0xfd /* compressed packet */
137 __u32 vjs_compressed; /* outbound compressed packets */
141 __u32 vjs_compressedin; /* inbound compressed packets */
149 __u32 comp_bytes; /* compressed bytes */
150 __u32 comp_packets; /* compressed packets */
cramfs_fs.h 7 #define CRAMFS_SIGNATURE "Compressed ROMFS"
37 compressed form (starting with an array of block pointers;
59 __u8 signature[16]; /* "Compressed ROMFS" */
  /build/tools/
dump-package-stats 34 Dumps a summary of the compressed and uncompressed sizes of various
45 These fields are presented as <uncompressed bytes>/<compressed bytes>:
127 compressed = $3;
129 dex_compressed += compressed;
132 total_compressed += compressed;
  /external/freetype/include/
ftgzip.h 5 /* Gzip-compressed stream support. */
43 /* Using gzip-compressed font files. */
57 * Open a new stream to parse gzip-compressed font files. This is
58 * mainly used to support the compressed `*.pcf.gz' fonts that come
84 * compressed file, the library will try to open a gzipped stream from
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
NameValueBlockReader.java 33 * requirement that we're strict with which bytes we put in the compressed bytes
34 * buffer. We need to put all compressed bytes into that buffer -- but no other
38 /** This source transforms compressed bytes into uncompressed bytes. */
42 * How many compressed bytes must be read into inflaterSource before
53 // ratio of compressed bytes to uncompressed bytes.
  /external/pdfium/third_party/freetype/include/
ftgzip.h 5 /* Gzip-compressed stream support. */
43 /* Using gzip-compressed font files. */
57 * Open a new stream to parse gzip-compressed font files. This is
58 * mainly used to support the compressed `*.pcf.gz' fonts that come
84 * compressed file, the library will try to open a gzipped stream from
  /external/zlib/src/doc/
rfc1951.txt 12 DEFLATE Compressed Data Format Specification version 1.3
42 This specification defines a lossless compressed data format that
61 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
73 2. Compressed representation overview ............................. 4
77 3.2. Compressed block format ................................... 6
81 3.2.4. Non-compressed blocks (BTYPE=00) ................... 11
82 3.2.5. Compressed blocks (length and distance codes) ...... 11
98 compressed data format that:
118 RFC 1951 DEFLATE Compressed Data Format Specification May 1996
128 * Allow random access to compressed data
    [all...]
rfc1950.txt 14 ZLIB Compressed Data Format Specification version 3.3
44 This specification defines a lossless compressed data format. The
61 RFC 1950 ZLIB Compressed Data Format Specification May 1996
90 compressed data format that:
107 allow random access to compressed data.
118 RFC 1950 ZLIB Compressed Data Format Specification May 1996
133 The specification specifies a compressed data format that can be
175 RFC 1950 ZLIB Compressed Data Format Specification May 1996
232 RFC 1950 ZLIB Compressed Data Format Specification May 1996
243 |...compressed data...| ADLER32
    [all...]
  /external/squashfs-tools/kernel/Documentation/filesystems/
squashfs.txt 4 Squashfs is a compressed read-only filesystem for Linux.
45 compressed inode is on average 8 bytes in length (the exact length varies on
85 Compressed data blocks are written to the filesystem as files are read from
93 Metadata (inodes and directories) are compressed in 8Kbyte blocks. Each
94 compressed block is prefixed by a two byte length, the top bit is set if the
96 or if the compressed block was larger than the uncompressed block.
99 boundaries, therefore inodes overlap compressed blocks. Inodes are identified
100 by a 48-bit number which encodes the location of the compressed metadata block
116 Like inodes, directories are packed into compressed metadata blocks, stored
124 compressed metadata block, and therefore, can share the start block
    [all...]
  /external/ceres-solver/internal/ceres/
compressed_col_sparse_matrix_utils.h 40 // Extract the block sparsity pattern of the scalar compressed columns
41 // matrix and return it in compressed column form. The compressed
43 // which correspond to the row and column arrays in a compressed
68 // Where R is an upper triangular compressed column sparse matrix.
89 // Where R is an upper triangular compressed column sparse matrix.
106 // Given a upper triangular matrix R in compressed column form, solve
  /external/squashfs-tools/RELEASE-READMEs/
README-2.1 29 Zisofs compressed size 153.50 MB
30 Cloop (isofs) compressed size 1.74 MB
31 Squashfs2.1 compressed size 612 KB (0.60 MB)
45 Zisofs compressed size 589.81 MB
46 Cloop (isofs) compressed size 471.19 MB
47 Squashfs2.0 compressed size 448.58 MB
48 Squashfs2.1 compressed size 448.58 MB
README-2.0 15 over Squashfs 1.0 depending on the files being compressed. Using fragment
17 compression to tgz files while retaining the I/O efficiency of a compressed
25 in a 96K file) are packed into shared fragments and compressed together.
129 Squashfs like all other compressed filesystems compresses files individually
138 the block size). Compressed filesystems tend to be faster at I/O because
144 shared blocks, which are compressed together. For example five files each of
145 10K will be packed into one shared fragment of 50K and compressed together,
146 rather than being compressed in five 10K blocks.
149 of a compressed filesystem, while obtaining the compression efficiency
  /external/libvorbis/doc/vorbisfile/
ov_raw_total.html 20 <p>Returns the total (compressed) bytes of the physical bitstream or a specified logical bitstream.
47 total length in compressed bytes of content if i=-1.</li>
48 <li><tt>n</tt> length in compressed bytes of logical bitstream if i=0 to n.</li>
  /external/llvm/docs/
CMakeLists.txt 25 # If asked, configure doxygen for the creation of a Qt Compressed Help file.
27 "Generate a Qt Compressed Help file." OFF)
30 "Filename of the Qt Compressed help file")
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
ProtoBufUtils.java 37 byte[] compressed = glMsg.getFb().getContents(0).toByteArray();
40 int size = CLZF.lzf_decompress(compressed, compressed.length,
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 8 # gives a larger but faster loading file, hence the tongue-in-cheek name "Compressed" object file.
12 "description": "Exports the active scene into a Compressed Object file.",
25 '''Exports the current scene into a Compressed Object format.'''
64 self.layout.operator(COBExporter.bl_idname, text="Compressed Object (.cob)").filepath = default_path
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/
gzip_importer.html 16 * @fileoverview GzipImporter inflates gzip compressed data and passes it along
41 * @param {eventData} Possibly gzip compressed data as a string or an
43 * @return {boolean} Whether obj looks like gzip compressed data.
103 // Skip remaining fields before compressed data.
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 64 // Decompress the inflater's compressed data into the sink.
90 * Refills the inflater with compressed data if it needs input. (And only if
100 // If there are compressed bytes in the source, assign them to the inflater.
110 /** When the inflater has processed compressed data, remove it from the buffer. */

Completed in 716 milliseconds

12 3 4 5 6 7 8 91011>>