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

1 2 34 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
test.cpp 10 // This text is getting compressed and sent to stdout.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 83 @param EncodedData Pointer to the compressed data.
108 Given a Lzma compressed source buffer, this function retrieves the size of
110 to decompress the compressed source buffer.
123 @param Source The source buffer containing the compressed data.
126 that will be generated when the compressed buffer specified
129 is required to decompress the compressed buffer specified
158 Decompresses a Lzma compressed source buffer.
161 If the compressed source data specified by Source is successfully decompressed
162 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
163 specified by Source is not in a valid compressed data format,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
LzmaDecompress.c 83 @param EncodedData Pointer to the compressed data.
108 Given a Lzma compressed source buffer, this function retrieves the size of
110 to decompress the compressed source buffer.
123 @param Source The source buffer containing the compressed data.
126 that will be generated when the compressed buffer specified
129 is required to decompress the compressed buffer specified
158 Decompresses a Lzma compressed source buffer.
161 If the compressed source data specified by Source is successfully decompressed
162 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
163 specified by Source is not in a valid compressed data format,
    [all...]
  /external/curl/tests/data/
test220 6 compressed
47 HTTP GET gzip compressed content
50 http://%HOSTIP:%HTTPPORT/220 --compressed
test224 6 compressed
83 HTTP GET gzip compressed content with huge comment and extra field
86 http://%HOSTIP:%HTTPPORT/224 --compressed
test223 6 compressed
68 HTTP GET deflate compressed content with broken deflate header
71 http://%HOSTIP:%HTTPPORT/223 --compressed
test315 6 compressed
64 HTTP GET brotli compressed content with broken header
67 http://%HOSTIP:%HTTPPORT/315 --compressed
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 21 * Compressed label [RFC 1035]
23 Compressed("compressed label", 0xC0),
  /external/tinycompress/
README 8 compressed APIs introduced in Linux 3.3
9 This library provides the APIs to open a ALSA compressed device and read/write
10 compressed data like MP3 etc to it.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
compress.exp 1 # Expect script for ELF compressed debug section tests.
40 fail "linker compressed debug sections"
44 fail "linker compressed debug sections"
48 {"Build libfoo.so with compressed debug sections"
51 {"Build libbar.so with compressed debug sections"
55 {"Build libfoozlib.so with compressed debug sections with zlib-gabi"
58 {"Build libbarzlib.so with compressed debug sections with zlib-gabi"
61 {"Build libzlibfoo.so with zlib compressed debug sections"
65 {"Build libgnufoo.so with zlib-gnu compressed debug sections"
69 {"Build libgabifoo.so with zlib-gabi compressed debug sections
    [all...]
  /external/freetype/include/freetype/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /external/squashfs-tools/kernel/fs/squashfs/
fragment.c 2 * Squashfs - a compressed read only filesystem for Linux
25 * This file implements code to handle compressed fragments (tail-end packed
29 * location on disk and compressed size using a fragment lookup table.
31 * compressed into metadata blocks. A second index table is used to locate
48 * location of the fragment and its compressed size
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftlzw.h 5 /* LZW-compressed stream support. */
43 /* Using LZW-compressed font files. */
56 * Open a new stream to parse LZW-compressed font files. This is
57 * mainly used to support the compressed `*.pcf.Z' fonts that come
81 * compressed file, the library will try to open a LZW stream from it
  /tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
CentralDirectoryHeaderCompressInfo.java 44 * Size of the file compressed. 0 if the file has no data.
57 * @param compressedSize the compressed size
75 * @param compressedSize the compressed size
84 * Directories and compressed files only in version 2.0.
95 * @return the compressed data size
  /external/deqp/doc/testspecs/GLES31/
functional.copy_image.txt 31 + Copies between different compressed formats
32 + Copies between compressed and non-compressed formats
35 + Compressed ASTC formats
36 + Compressed ETC formats
37 + Compressed ETC2 formats
44 + Other compressed formats than ASTC, ETC and ETC2
  /external/kernel-headers/original/uapi/linux/
ppp_defs.h 42 #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */
46 #define PPP_COMPFRAG 0xfb /* fragment compressed below bundle */
47 #define PPP_COMP 0xfd /* compressed packet */
108 __u32 vjs_compressed; /* outbound compressed packets */
112 __u32 vjs_compressedin; /* inbound compressed packets */
120 __u32 comp_bytes; /* compressed bytes */
121 __u32 comp_packets; /* compressed packets */
  /external/squashfs-tools/squashfs-tools/
info.c 2 * Create a squashfs filesystem. This is a highly compressed read only
96 printf("compressed block queue (deflate thread(s) -> main thread)\n");
104 printf("locked frag queue (compressed frags waiting while multi-block"
108 printf("compressed block queue (main & fragment deflate threads(s) ->"
115 printf("block write cache (compressed blocks waiting for the writer"
118 printf("fragment write cache (compressed fragments waiting for the"
122 printf("fragment cache (frags waiting to be compressed by fragment"
  /external/puffin/src/
puffin_unittest.cc 113 // Puffs |compressed| into |out_puff| and checks its equality with
115 void TestPuffDeflate(const Buffer& compressed,
119 auto comp_size = compressed.size();
122 ASSERT_TRUE(PuffDeflate(compressed.data(), comp_size, out_puff->data(),
129 // Should fail when trying to puff |compressed|.
130 void FailPuffDeflate(const Buffer& compressed,
133 out_puff->resize(compressed.size() * 2 + 10);
134 auto comp_size = compressed.size();
137 ASSERT_FALSE(PuffDeflate(compressed.data(), comp_size, out_puff->data(),
186 const Buffer compressed,
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
compress.c 0 /* Compressed section support (intended for debug sections).
38 /* It is possible the section consists of several compressed
73 compressed successfully. Otherwise return 0. */
88 bfd_boolean compressed local
98 if (compressed)
100 /* We shouldn't decompress unsupported compressed section. */
104 /* Different compression schemes. Just move the compressed section
128 if (compressed && compressed_size > orig_uncompressed_size)
142 if (compressed)
263 /* Read in the full compressed section contents. *
378 bfd_boolean compressed; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Decompress/
Decompress.h 50 the compressed data specified by Source and SourceData, then
64 Source - The source buffer containing the compressed data.
67 that will be generated when the compressed buffer specified
70 is required to decompress the compressed buffer specified by
77 buffer cannot be determined from the compressed data specified by
105 If the compressed source data specified by Source and SourceSize is
107 If the compressed source data specified by Source and SourceSize is not in
108 a valid compressed data format, then EFI_INVALID_PARAMETER is returned.
113 Source - The source buffer containing the compressed data.
130 corrupted (not in a valid compressed format).
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/CustomizedDecompress/
CustomizedDecompress.h 47 the compressed data specified by Source and SourceData, then
61 Source - The source buffer containing the compressed data.
64 that will be generated when the compressed buffer specified
67 is required to decompress the compressed buffer specified by
74 buffer cannot be determined from the compressed data specified by
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
106 a valid compressed data format, then EFI_INVALID_PARAMETER is returned.
111 Source - The source buffer containing the compressed data.
128 corrupted (not in a valid compressed format).
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/TianoDecompress/
TianoDecompress.h 47 the compressed data specified by Source and SourceData, then
61 Source - The source buffer containing the compressed data.
64 that will be generated when the compressed buffer specified
67 is required to decompress the compressed buffer specified by
74 buffer cannot be determined from the compressed data specified by
103 If the compressed source data specified by Source and SourceSize is
105 If the compressed source data specified by Source and SourceSize is not in
106 a valid compressed data format, then EFI_INVALID_PARAMETER is returned.
111 Source - The source buffer containing the compressed data.
128 corrupted (not in a valid compressed format).
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Decompress.h 30 the compressed data specified by Source and SourceData, then
42 @param Source The source buffer containing the compressed data.
45 that will be generated when the compressed buffer specified
48 is required to decompress the compressed buffer specified by
54 buffer cannot be determined from the compressed data specified by
77 If the compressed source data specified by Source and SourceSize is
79 If the compressed source data specified by Source and SourceSize is not in
80 a valid compressed data format, then EFI_INVALID_PARAMETER is returned.
83 @param Source The source buffer containing the compressed data.
97 corrupted (not in a valid compressed format).
    [all...]
  /external/bsdiff/
patch_reader.h 52 // The compressed stream that contains the control data; i.e. length of each
55 // The compressed stream that contains the concatenated diff blocks.
57 // The compressed stream that contains the concatenated extra blocks.
patch_writer.h 40 // Write the BSDIFF patch header to the |fp_| given the size of the compressed
41 // control block and the compressed diff block.
55 // The three internal compressed streams.

Completed in 1052 milliseconds

1 2 34 5 6 7 8 91011>>