HomeSort by relevance Sort by last modified time
    Searched full:compressed (Results 376 - 400 of 3586) sorted by null

<<11121314151617181920>>

  /external/zlib/src/contrib/minizip/
minizip.1 23 is a simple tool which allows the creation of compressed file archives
  /external/zopfli/src/zopfli/
gzip_container.h 34 Compresses according to the gzip specification and append the compressed
zlib_container.h 34 Compresses according to the zlib specification and append the compressed
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 158 * This is a pretty reasonable thing to expect for locally-compressed
160 * on (the man page talks about compressed data written to tape). We
164 * On exit, "fp" is pointing at the start of the compressed data.
233 /* seek back to start of compressed data */
  /frameworks/compile/slang/
legacy_bitcode.h 25 // compressed log2 form). It occupies bits 31-16 inclusive.
  /hardware/qcom/msm8994/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
149 * struct snd_compr_metadata: compressed stream metadata
  /hardware/qcom/msm8996/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
149 * struct snd_compr_metadata: compressed stream metadata
  /hardware/qcom/msm8998/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer - compressed buffer
45 * struct snd_compr_params - compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
172 * struct snd_compr_metadata - compressed stream metadata
  /hardware/qcom/msm8x09/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
149 * struct snd_compr_metadata: compressed stream metadata
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
147 * struct snd_compr_metadata: compressed stream metadata
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
compress_offload.h 35 * struct snd_compressed_buffer: compressed buffer
45 * struct snd_compr_params: compressed stream params
126 * struct snd_compr_audio_info: compressed input audio information
147 * struct snd_compr_metadata: compressed stream metadata
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 139 byte[] compressed = deflate(new byte[] { 1, 2, 3 }, null);
140 assertEquals(11, compressed.length);
143 inflater.setInput(compressed, 0, 5);
152 inflater.setInput(compressed, 5, 6);
  /prebuilts/go/darwin-x86/src/compress/zlib/
reader.go 6 Package zlib implements reading and writing of zlib format compressed data,
10 and compress during writing. For example, to write compressed data
75 // NewReaderDict ignores the dictionary if the compressed data does not refer to it.
76 // If the compressed data refers to a different dictionary, NewReaderDict returns ErrDictionary.
  /prebuilts/go/darwin-x86/src/crypto/rand/
rand_test.go 30 t.Fatalf("Compressed %d -> %d", len(b), z.Len())
  /prebuilts/go/darwin-x86/src/regexp/testdata/
README 24 The exhaustive file is compressed because it is huge.
  /prebuilts/go/linux-x86/src/compress/zlib/
reader.go 6 Package zlib implements reading and writing of zlib format compressed data,
10 and compress during writing. For example, to write compressed data
75 // NewReaderDict ignores the dictionary if the compressed data does not refer to it.
76 // If the compressed data refers to a different dictionary, NewReaderDict returns ErrDictionary.
  /prebuilts/go/linux-x86/src/crypto/rand/
rand_test.go 30 t.Fatalf("Compressed %d -> %d", len(b), z.Len())
  /prebuilts/go/linux-x86/src/regexp/testdata/
README 24 The exhaustive file is compressed because it is huge.