Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/external/elfutils/tests/
Drun-elfgetzdata.sh24 1: .text, NOT compressed
25 2: .zdebug_aranges, GNU compressed, size: 60
26 3: .zdebug_info, GNU compressed, size: aa
27 4: .debug_abbrev, NOT compressed
28 5: .zdebug_line, GNU compressed, size: 8d
29 6: .shstrtab, NOT compressed
30 7: .symtab, NOT compressed
31 8: .strtab, NOT compressed
35 1: .text, NOT compressed
36 2: .zdebug_aranges, GNU compressed, size: 60
[all …]
/external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/
Dplatform_DebugDaemonDumpDebugLogs.py17 def runDump(self, compressed): argument
18 filename = 'compressed_dump.tgz' if compressed else 'uncompressed_dump.tar'
22 self.iface.DumpDebugLogs(compressed, fh)
28 mode = 'r:gz' if compressed else 'r:'
32 "compressed" if compressed else "uncompressed")
/external/skia/src/utils/
DSkParseColor.cpp193 int compressed = 0; in CreateTable() local
196 compressed <<= 5; in CreateTable()
197 compressed |= *name ? *name++ - 'a' + 1 : 0 ; in CreateTable()
200 compressed <<= 1; in CreateTable()
201 compressed |= 1; in CreateTable()
203 compressed |= 0x80000000; in CreateTable()
207 compressed &= ~1; in CreateTable()
211 SkDebugf("0x%08x, ", compressed); in CreateTable()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfHuf.cpp1006 char compressed[]) in hufCompress() argument
1018 char *tableStart = compressed + 20; in hufCompress()
1027 writeUInt (compressed, im); in hufCompress()
1028 writeUInt (compressed + 4, iM); in hufCompress()
1029 writeUInt (compressed + 8, tableLength); in hufCompress()
1030 writeUInt (compressed + 12, nBits); in hufCompress()
1031 writeUInt (compressed + 16, 0); // room for future extensions in hufCompress()
1033 return dataStart + dataLength - compressed; in hufCompress()
1038 hufUncompress (const char compressed[], in hufUncompress() argument
1051 int im = readUInt (compressed); in hufUncompress()
[all …]
DImfHuf.h67 char compressed[/*2 * nRaw + 65536*/]);
71 hufUncompress (const char compressed[/*nCompressed*/],
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c60 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, boolean compressed) in nvc0_mt_choose_storage_type() argument
66 compressed = FALSE; /* not yet supported */ in nvc0_mt_choose_storage_type()
75 if (compressed) in nvc0_mt_choose_storage_type()
81 if (compressed) in nvc0_mt_choose_storage_type()
88 if (compressed) in nvc0_mt_choose_storage_type()
94 if (compressed) in nvc0_mt_choose_storage_type()
100 if (compressed) in nvc0_mt_choose_storage_type()
108 if (compressed) in nvc0_mt_choose_storage_type()
114 if (compressed) { in nvc0_mt_choose_storage_type()
128 if (compressed) { in nvc0_mt_choose_storage_type()
/external/curl/tests/data/
Dtest2216 compressed
22 # I removed the first three bytes of the gzip compressed contents
47 HTTP GET gzip compressed content with broken gzip header
50 http://%HOSTIP:%HTTPPORT/221 --compressed
Dtest2206 compressed
47 HTTP GET gzip compressed content
50 http://%HOSTIP:%HTTPPORT/220 --compressed
Dtest2246 compressed
83 HTTP GET gzip compressed content with huge comment and extra field
86 http://%HOSTIP:%HTTPPORT/224 --compressed
/external/squashfs-tools/kernel/Documentation/filesystems/
Dsquashfs.txt4 Squashfs is a compressed read-only filesystem for Linux.
45 compressed inode is on average 8 bytes in length (the exact length varies on
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.
146 Regular files consist of a sequence of contiguous compressed blocks, and/or a
[all …]
/external/lzma/xz-embedded/
Dxz_dec_stream.c77 vli_type compressed; member
92 vli_type compressed; member
243 s->block.compressed += b->in_pos - s->in_start; in dec_block()
250 if (s->block.compressed > s->block_header.compressed in dec_block()
265 if (s->block_header.compressed != VLI_UNKNOWN in dec_block()
266 && s->block_header.compressed in dec_block()
267 != s->block.compressed) in dec_block()
276 + s->block.compressed; in dec_block()
502 s->block_header.compressed = s->vli; in dec_block_header()
504 s->block_header.compressed = VLI_UNKNOWN; in dec_block_header()
[all …]
Dxz_dec_lzma2.c238 uint32_t compressed; member
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) { in lzma2_lzma()
854 if (tmp > s->lzma2.compressed - s->temp.size) in lzma2_lzma()
855 tmp = s->lzma2.compressed - s->temp.size; in lzma2_lzma()
861 if (s->temp.size + tmp == s->lzma2.compressed) { in lzma2_lzma()
880 s->lzma2.compressed -= s->rc.in_pos; in lzma2_lzma()
898 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma()
899 s->rc.in_limit = b->in_pos + s->lzma2.compressed; in lzma2_lzma()
907 if (in_avail > s->lzma2.compressed) in lzma2_lzma()
910 s->lzma2.compressed -= in_avail; in lzma2_lzma()
[all …]
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dcontrol2 PURPOSE = "Measure performance of compressed swap."
5 - compressed swap is not configured.
13 Run some basic performance benchmarks on compressed swap.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DExhaustiveTest.java29 byte [] compressed = UnicodeCompressor.compress(s); in simpleTest()
30 String res = UnicodeDecompressor.decompress(compressed); in simpleTest()
34 + compressed.length + " bytes ===> " in simpleTest()
38 printBytes(compressed, compressed.length); in simpleTest()
97 byte[] compressed = new byte[compressedSize]; in myMultipassTest()
129 System.arraycopy(byteBuffer, 0, compressed, in myMultipassTest()
154 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DExhaustiveTest.java25 byte [] compressed = UnicodeCompressor.compress(s); in simpleTest()
26 String res = UnicodeDecompressor.decompress(compressed); in simpleTest()
30 + compressed.length + " bytes ===> " in simpleTest()
34 printBytes(compressed, compressed.length); in simpleTest()
93 byte[] compressed = new byte[compressedSize]; in myMultipassTest()
125 System.arraycopy(byteBuffer, 0, compressed, in myMultipassTest()
150 unicharsWritten = myDecompressor.decompress(compressed, in myMultipassTest()
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.129 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
/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c89 int bytes, compressed, b = 0, k = 0, page = 0, avail; in squashfs_read_data() local
102 compressed = SQUASHFS_COMPRESSED_BLOCK(length); in squashfs_read_data()
108 index, compressed ? "" : "un", length, srclength); in squashfs_read_data()
134 compressed = SQUASHFS_COMPRESSED(length); in squashfs_read_data()
140 compressed ? "" : "un", length); in squashfs_read_data()
155 if (compressed) { in squashfs_read_data()
/external/skia/tests/
DPDFDeflateWStreamTest.cpp127 SkAutoTDelete<SkStreamAsset> compressed( in DEF_TEST() local
129 SkAutoTDelete<SkStreamAsset> decompressed(stream_inflate(compressed)); in DEF_TEST()
137 o.writeStream(compressed.get(), compressed->getLength()); in DEF_TEST()
138 compressed->rewind(); in DEF_TEST()
/external/autotest/client/site_tests/platform_CompressedSwap/
Dcontrol2 PURPOSE = "Verify compressed swap is configured and basically works."
5 - compressed swap is not configured.
14 Verify compressed swap is configured and basically works.
/external/toybox/toys/pending/
Dxzcat.c1400 uint32_t compressed; member
2000 if (s->temp.size > 0 || s->lzma2.compressed == 0) { in lzma2_lzma()
2002 if (tmp > s->lzma2.compressed - s->temp.size) in lzma2_lzma()
2003 tmp = s->lzma2.compressed - s->temp.size; in lzma2_lzma()
2009 if (s->temp.size + tmp == s->lzma2.compressed) { in lzma2_lzma()
2028 s->lzma2.compressed -= s->rc.in_pos; in lzma2_lzma()
2046 if (in_avail >= s->lzma2.compressed + LZMA_IN_REQUIRED) in lzma2_lzma()
2047 s->rc.in_limit = b->in_pos + s->lzma2.compressed; in lzma2_lzma()
2055 if (in_avail > s->lzma2.compressed) return 0; in lzma2_lzma()
2057 s->lzma2.compressed -= in_avail; in lzma2_lzma()
[all …]
/external/deqp/android/cts/master/src/
Dgles3-hw-issues.txt66 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10
67 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x10_srgb
68 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5
69 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x5_srgb
70 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6
71 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x6_srgb
72 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8
73 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.10x8_srgb
74 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10
75 dEQP-GLES3.functional.texture.compressed.astc.color_endpoint_modes.12x10_srgb
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureLevelStateQueryTests.cpp130 bool compressed; member
138 , compressed (false) in TextureLevelSpec()
422 level.compressed = false; in generateColorTextureGenerationGroup()
443 level.compressed = false; in generateColorTextureGenerationGroup()
464 level.compressed = false; in generateColorTextureGenerationGroup()
491 level.compressed = false; in generateColorTextureGenerationGroup()
515 level.compressed = false; in generateColorTextureGenerationGroup()
538 level.compressed = false; in generateColorTextureGenerationGroup()
558 level.compressed = false; in generateColorTextureGenerationGroup()
578 level.compressed = false; in generateColorTextureGenerationGroup()
[all …]
/external/deqp/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp430 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
441 DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*tcu::astc::BLOCK_SIZE_BYTES); in iterate()
442 …deMemcpy(compressed.getData(), &m_blockData[m_numBlocksTested*tcu::astc::BLOCK_SIZE_BYTES], curNum… in iterate()
444 …tcu::astc::generateDummyVoidExtentBlocks((deUint8*)compressed.getData() + curNumNonDummyBlocks*tcu… in iterate()
448 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompres… in iterate()
452 …m_renderer->render(referenceFrame, renderedFrame, texture, getUncompressedFormat(compressed.getFor… in iterate()
561 tcu::CompressedTexture compressed (m_format, imageWidth, imageHeight); in iterate() local
563 DE_ASSERT(compressed.getDataSize() == totalNumBlocks*tcu::astc::BLOCK_SIZE_BYTES); in iterate()
564 …tcu::astc::generateDummyNormalBlocks((deUint8*)compressed.getData(), totalNumBlocks, blockSize.x()… in iterate()
570 …glu::Texture2D texture (renderCtx, m_context.getContextInfo(), 1, &compressed, tcu::TexDecompres… in iterate()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c106 p->compressed = (compression_control == BRW_COMPRESSION_COMPRESSED); in brw_set_compression_control()
159 p->compressed_stack[p->current - p->stack] = p->compressed; in brw_push_insn_state()
167 p->compressed = p->compressed_stack[p->current - p->stack]; in brw_pop_insn_state()
186 p->compressed = false; in brw_init_compile()
/external/tinycompress/
DREADME8 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.

12345678910>>...12