HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 526 - 550 of 2537) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/
compress-debug.c 83 /* Finish the compression and consume the remaining compressed output.
  /external/squashfs-tools/
RELEASE-README 10 Squashfs is a highly compressed read-only filesystem for Linux.
24 1. Data, inodes and directories are compressed.
32 boundaries. Each compressed inode is on average 8 bytes in length
42 7. Filesystems can be compressed with gzip, xz (lzma2), lzo or lz4
51 1. Layout can store up to 2^48 bytes of compressed xattr data.
53 3. Total size of xattr data per inode 2^48 bytes of compressed data.
720 The -info option displays the files/directories as they are compressed and
    [all...]
  /external/elfutils/src/
elfcompress.c 219 printf ("[%zd] %s NOT compressed, wouldn't be smaller\n",
226 compress ? "compressed" : "decompressed");
275 /* Which sections match and need to be (un)compressed. */
627 symbol tables. If so, and those sections are to be compressed
673 (de)compressed, invalidating the string pointers. */
755 printf ("[%zd] %s unchanged, already GNU compressed",
803 printf ("[%zd] %s already compressed\n", ndx, sname);
881 /* If the section is (still) compressed we'll need to
1005 or if the section was already compressed (and the user didn't
1011 compressed in the original ELF file. *
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
SeekableXZInputStream.java 78 * The input stream containing XZ compressed data.
260 * or with files that have compressed extremely well. It's recommended
267 * the actual compressed data. The CRC32 fields in the headers
399 + "too big compressed size for the XZ Stream");
543 * Gets the position where the given compressed Block starts in
559 * Gets the compressed size of the given Block.
609 * to indicate the end of the compressed stream
631 * <li>The end of the compressed data was reached successfully.</li>
644 * the end of the compressed stream
712 * that the compressed input data will be valid. If the compresse
    [all...]
LZMAInputStream.java 33 * or {@link XZInputStream} (when the .xz file contains LZMA2-compressed data).
266 * @param in input stream from which compressed
298 * @param in input stream from which LZMA-compressed
336 * @param in input stream from which LZMA-compressed
432 * to indicate the end of the compressed stream
439 * compressed input is truncated or corrupt
460 * the end of the compressed stream
466 * @throws EOFException compressed input is truncated or corrupt
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 150 * compressed).
161 * compressed).
  /external/curl/docs/libcurl/
curl_easy_pause.3 95 If the downloaded data is compressed and is asked to get uncompressed
98 effect that if you download something that is compressed a lot, it can result
  /external/deqp/doc/testspecs/GLES3/
functional.texture.format.txt 33 + Following compressed texture formats:
61 the maximum value range allowed by the format. For compressed formats
  /external/deqp/modules/gles2/
tes2CapabilityTests.cpp 173 // Compressed formats.
174 ExtGroup(this, "compressed_texture_formats", "Compressed texture formats")
  /external/eigen/Eigen/src/CholmodSupport/
CholmodSupport.h 379 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
426 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
471 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
518 * This class supports all kind of SparseMatrix<>: row or column major; upper, lower, or both; compressed or non compressed.
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 27 * (xlsub,lsub): lsub[*] contains the compressed subscript of
82 IndexVector lsub; // Compressed row indices of L rectangular supernodes.
  /external/icu/icu4j/tools/build/
README.txt 63 api data files. It expects '.zip' for files that have been compressed
64 using zip, and '.gz' for files that have been compressed using gzip.
  /external/kernel-headers/original/uapi/linux/
jffs2.h 156 jint32_t csize; /* (Compressed) data size */
161 jint32_t data_crc; /* CRC for the (compressed) data. */
  /external/libvncserver/libvncclient/
ultra.c 71 /* allocate enough space to store the incoming compressed packet */
156 /* allocate enough space to store the incoming compressed packet */
  /external/libvorbis/doc/vorbisfile/
seeking.html 51 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes.</td>
73 <td>This function seeks to a position specified in the compressed bitstream, specified in bytes. The boundary between the old and new playback positions is crosslapped to eliminate discontinuities. </td>
  /external/libvpx/libvpx/examples/
simple_decoder.c 16 // containing the compressed data (in IVF format), passes it through the
26 // the raw compressed data.
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
video_common.h 84 // 1 Primary Compressed YUV format.
114 // 1 Auxiliary compressed YUV format set aside for capturer.
  /external/libyuv/files/docs/
formats.md 72 // 1 Primary Compressed YUV format.
102 // 1 Auxiliary compressed YUV format set aside for capturer.
  /external/libyuv/files/include/libyuv/
video_common.h 84 // 1 Primary Compressed YUV format.
115 // 1 Auxiliary compressed YUV format set aside for capturer.
  /external/mesa3d/src/mesa/main/
texcompress_cpal.c 25 * Code to convert compressed/paletted texture images to ordinary images.
163 * compressed palette format into a regular GLubyte/RGBA glTexImage2D() call.
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSink.java 47 * compressed sink buffers.
53 /** Checksum calculated for the compressed body. */
  /external/opencv3/3rdparty/libwebp/dec/
alpha.c 26 // Decodes the compressed data 'data' of size 'data_size' into the 'output'.
30 // Returns 1 on successfully decoding the compressed alpha and
  /external/opencv3/modules/videoio/src/
cap_vfw.cpp 680 PAVISTREAM compressed; member in class:CvVideoWriter_VFW
692 compressed = uncompressed = 0;
703 if( compressed )
704 AVIStreamRelease( compressed );
785 if( AVIMakeCompressedStream( &compressed, uncompressed, pcopts, 0 ) == AVIERR_OK &&
786 AVIStreamSetFormat( compressed, 0, &bmih, sizeof(bmih)) == AVIERR_OK )
810 if( !compressed && !createStreams( cvGetSize(image), image->nChannels > 1 ))
826 result = AVIStreamWrite( compressed, pos++, 1, image->imageData,
  /external/skia/gm/
etc1bitmap.cpp 77 * from compressed ETC1 data.
164 * from non-power-of-two compressed ETC1 data. First slice
  /external/skia/src/utils/
SkParseColor.cpp 193 int compressed = 0; local
196 compressed <<= 5;
197 compressed |= *name ? *name++ - 'a' + 1 : 0 ;
200 compressed <<= 1;
201 compressed |= 1;
203 compressed |= 0x80000000;
207 compressed &= ~1;
211 SkDebugf("0x%08x, ", compressed);

Completed in 1771 milliseconds

<<21222324252627282930>>