HomeSort by relevance Sort by last modified time
    Searched defs:compressed (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/squashfs-tools/kernel/fs/squashfs/
block.c 2 * Squashfs - a compressed read only filesystem for Linux
89 int bytes, compressed, b = 0, k = 0, page = 0, avail; local
102 compressed = SQUASHFS_COMPRESSED_BLOCK(length);
108 index, compressed ? "" : "un", length, srclength);
134 compressed = SQUASHFS_COMPRESSED(length);
140 compressed ? "" : "un", length);
155 if (compressed) {
  /toolchain/binutils/binutils-2.25/bfd/
compress.c 0 /* Compressed section support (intended for debug sections).
39 /* It is possible the section consists of several compressed
83 Return @code{TRUE} if the full section contents is compressed
200 /* Read in the full compressed section contents. */
206 /* Clear rawsize, set size to compressed size and set compress_status
207 to COMPRESS_SECTION_NONE. If the compressed size is bigger than
289 Return @code{TRUE} if @var{section} is compressed.
297 bfd_boolean compressed; local
304 compressed = (bfd_get_section_contents (abfd, sec, compressed_buffer, 0, 12)
311 if (compressed
    [all...]
  /cts/tests/tests/opengl/src/android/opengl/cts/
CompressedTextureCtsActivity.java 44 CompressedTextureLoader.Texture compressed = null; local
52 compressed = CompressedTextureLoader.createFromUncompressedETC1(bitmap);
54 compressed = CompressedTextureLoader.loadTextureDXT(mResources, R.raw.ddstex);
56 compressed = CompressedTextureLoader.loadTextureATC(mResources, 0); //cts for now
58 compressed = CompressedTextureLoader.loadTexturePVRTC(mResources, R.raw.pvrtex);
61 mCompressedTextureView = new CompressedTextureSurfaceView(this, bitmap, compressed);
CompressedTextureLoader.java 60 * Get the compressed data of the texture.
188 ETC1Util.ETC1Texture compressed = compressTexture(dataBuffer, local
194 Texture tex = new Texture(compressed.getWidth(), compressed.getHeight(),
195 ETC1.ETC1_RGB8_OES, compressed.getData(), TEXTURE_ETC1);
  /external/archive-patcher/shared/src/test/java/com/google/archivepatcher/shared/
DeflateCompressorTest.java 44 * Helper class for storing the compressed and uncompressed form of something together.
47 public byte[] compressed; field in class:DeflateCompressorTest.Content
141 content[strategy].compressed = compressedContentOut.toByteArray();
143 uncompressWithJavaInflater(compressor.isNowrap(), content[strategy].compressed);
153 Arrays.equals(content[outer].compressed, content[inner].compressed));
170 content[level].compressed = compressedContentOut.toByteArray();
172 uncompressWithJavaInflater(compressor.isNowrap(), content[level].compressed);
182 Arrays.equals(content[outer].compressed, content[inner].compressed));
    [all...]
  /external/libunwind/src/
elfxx.h 188 // Do not process the compressed section for local unwinds.
191 // when an ANR occurs in the system. Compressed sections are
197 uint8_t *compressed = NULL; local
199 if (elf_w (find_section_mapped) (&map->ei, ".gnu_debugdata", &compressed,
201 if (elf_w (xz_decompress) (compressed, compressed_len,
  /external/libxml2/include/libxml/
xmlIO.h 134 int compressed; /* -1=unknown, 0=not compressed, 1=compressed */ member in struct:_xmlParserInputBuffer
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterTest.java 31 private byte[] compressed = new byte[32]; field in class:DeflaterTest
81 int lastDeflated = deflater.deflate(compressed, totalDeflated,
82 compressed.length - totalDeflated, flush);
84 inflater.setInput(compressed, totalDeflated, lastDeflated);
109 assertEquals(11, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));
116 assertEquals(9, deflater.deflate(compressed, 0, compressed.length, Deflater.FULL_FLUSH));
  /external/elfutils/libelf/
elf_compress.c 66 caller to fill in with a header) plus zlib compressed date. Also
67 returns the new buffer size in new_size (hsize + compressed data
68 size). Returns (void *) -1 when FORCE is false and the compressed
76 /* The compressed data is the on-disk data. We simplify the
175 compression forced and we are using more compressed data
380 int compressed = (sh_flags & SHF_COMPRESSED); local
384 if (compressed == 1)
456 /* The section is now compressed, we could keep the uncompressed
467 if (compressed == 0)
  /external/libcups/cups/
file-private.h 96 compressed, /* Compression used? */ member in struct:_cups_file_s
  /external/lzma/xz-embedded/
xz_dec_stream.c 74 * Value stored in the Compressed Size field, or
75 * VLI_UNKNOWN if Compressed Size is not present.
77 vli_type compressed; member in struct:xz_dec::__anon26707
91 /* Observed compressed size of the current Block */
92 vli_type compressed; member in struct:xz_dec::__anon26708
218 * Decode the Compressed Data field from a Block. Update and validate
219 * the observed compressed and uncompressed sizes of the Block so that
243 s->block.compressed += b->in_pos - s->in_start;
250 if (s->block.compressed > s->block_header.compressed
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_mipmap_tree.h 172 * Compressed Multisample Surface. The surface is stored as in
218 bool compressed; member in struct:intel_mipmap_tree
348 * the necessary information to implement compressed MSAA on Gen7+
  /external/skia/src/utils/
SkParseColor.cpp 192 int compressed = 0; local
195 compressed <<= 5;
196 compressed |= *name ? *name++ - 'a' + 1 : 0 ;
199 compressed <<= 1;
200 compressed |= 1;
202 compressed |= 0x80000000;
206 compressed &= ~1;
210 SkDebugf("0x%08x, ", compressed);
  /external/squashfs-tools/squashfs-tools/
read_fs.c 2 * Read a squashfs filesystem. This is a highly compressed read only
59 int res, compressed; local
68 compressed = SQUASHFS_COMPRESSED(c_byte);
79 if(compressed) {
140 TRACE("scan_inode_table: read compressed block 0x%llx "
562 * we know how decompress a filesystem compressed with these
  /external/libcups/filter/
raster.c 46 int compressed, /* Non-zero if data is compressed */ member in struct:_cups_raster_s
348 * be used - compressed and PWG output is generally 25-50% smaller but adds a
374 * be used - compressed and PWG output is generally 25-50% smaller but adds a
436 r->compressed = 1;
476 r->compressed = 1;
481 r->compressed = 1;
487 r->compressed = 1;
610 DEBUG_printf(("1cupsRasterReadPixels: compressed=%d, remaining=%u", r->compressed, r->remaining))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 390 unsigned compressed = 0; local
398 compressed = (rctx->export_16bpc >> cbuf) & 0x1;
402 if (compressed) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 126 bool compressed; member in struct:brw_compile
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 667 string compressed = Compress(golden, GzipOutputStream::Options()); local
670 ArrayInputStream arr_input(compressed.data(), compressed.size(),
686 string compressed = Compress(golden1, GzipOutputStream::Options()) + local
690 ArrayInputStream arr_input(compressed.data(), compressed.size(),
  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 49 static int compressed = 0; variable
63 {"compressed", 0, 0, 'T'},
206 if (compressed) {
378 if (compressed && start) {
515 if (compressed) {
581 "-T <MP3, AAC, AC3_PASS_THROUGH> -- Compressed\n"
618 compressed = 1;
619 printf("compressed codec type requested = %s\n", optarg);
633 "-T -- Compressed\n"
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/ipaddr/
ipaddr.py 436 def compressed(self): member in class:_IPAddrBase
    [all...]
  /external/fio/
server.h 178 uint32_t compressed; member in struct:cmd_iolog_pdu
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 

Completed in 692 milliseconds

1 2 3 4 5