/external/squashfs-tools/squashfs-tools/ |
process_fragments.h | 4 * Create a squashfs filesystem. This is a highly compressed read only
|
restore.h | 4 * Create a squashfs filesystem. This is a highly compressed read only
|
unsquashfs_info.h | 4 * Create a squashfs filesystem. This is a highly compressed read only
|
/external/tcpdump/ |
slcompress.h | 24 * Compressed packet format: 30 * the compressed packet. The next two octets are the TCP checksum 55 * this type of packet syncs the sender & receiver); and compressed 72 /* Bits in first octet of compressed packet */
|
/external/v8/tools/testrunner/server/ |
compression.py | 42 Sends a JSON encodable object over the specified socket (zlib-compressed). 46 compressed = zlib.compress(obj, compression_level) 47 payload = struct.pack('>i', len(compressed)) + compressed
|
/libcore/ojluni/src/main/java/java/util/zip/ |
Deflater.java | 186 * Compressed data will be generated in ZLIB format. 195 * Compressed data will be generated in ZLIB format. 347 * Returns true if the end of the compressed data output stream has 349 * @return true if the end of the compressed data output stream has 359 * Compresses the input data and fills specified buffer with compressed 360 * data. Returns actual number of bytes of compressed data. A return value 369 * @param b the buffer for the compressed data 371 * @param len the maximum number of bytes of compressed data 372 * @return the actual number of bytes of compressed data written to the 380 * Compresses the input data and fills specified buffer with compressed [all...] |
/prebuilts/go/darwin-x86/src/compress/flate/ |
reader_test.go | 40 compressed := new(bytes.Buffer) 41 w, err := NewWriter(compressed, level) 52 buf1 := compressed.Bytes() 53 buf0, compressed, w = nil, nil, nil
|
/prebuilts/go/linux-x86/src/compress/flate/ |
reader_test.go | 40 compressed := new(bytes.Buffer) 41 w, err := NewWriter(compressed, level) 52 buf1 := compressed.Bytes() 53 buf0, compressed, w = nil, nil, nil
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
debug_str.s | 5 and then assume that the section was compressed. This meant that the BFD
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/i386/ |
compressed-1b.d | 2 #source: compressed-1.s
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/x86-64/ |
compressed-1b.d | 2 #source: compressed-1.s
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
nvc0_miptree.c | 38 nvc0_mt_choose_storage_type(struct nv50_miptree *mt, bool compressed) 51 if (compressed) 59 if (compressed) 67 if (compressed) 73 if (compressed) 80 if (compressed) 88 if (compressed) 94 if (compressed) { 108 if (compressed && ms) { 253 bool compressed = drm->version >= 0x01000101 local [all...] |
/device/generic/goldfish/camera/jpeg-stub/ |
Compressor.h | 38 * attached to the compressed data if present, set to null if not needed. 44 /* Get a reference to the compressed data, this will return an empty vector
|
/device/google/cuttlefish_common/guest/hals/camera/ |
Compressor.h | 38 * attached to the compressed data if present, set to null if not needed. 44 /* Get a reference to the compressed data, this will return an empty vector
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
Compress.h | 66 DstBuffer - The buffer to store the compressed data
68 the size of the actual compressed data.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/ |
Compress.h | 66 DstBuffer - The buffer to store the compressed data
68 the size of the actual compressed data.
|
/external/brotli/python/ |
brotli.py | 43 The compressed byte string. 52 # Decompress a compressed byte string.
|
/external/bzip2/ |
bzgrep.1 | 5 bzgrep, bzfgrep, bzegrep \- search possibly bzip2 compressed files for a regular expression 25 on bzip2-compressed files. All options specified are passed directly to
|
/external/kernel-headers/original/uapi/linux/ |
flat.h | 53 #define FLAT_FLAG_GZIP 0x0004 /* all but the header is compressed */ 54 #define FLAT_FLAG_GZDATA 0x0008 /* only data/relocs are compressed (for XIP) */
|
/external/libtextclassifier/ |
zlib-utils.h | 54 // of patterns to be compressed. 71 // Create and compile a regex pattern from optionally compressed pattern.
|
/external/linux-kselftest/tools/testing/selftests/zram/ |
README | 1 zram: Compressed RAM based block devices 6 (<id> = 0, 1, ...). Pages written to these disks are compressed and stored
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
BlockInputStream.java | 79 // Set the maximum valid compressed size. This is overriden 80 // by the value from the Compressed Size field if it is present. 84 // Decode and validate Compressed Size if the relevant flag 126 // Compressed Data must be at least one byte, so if Block Header 134 // The compressed size calculated from Unpadded Size must 135 // match the value stored in the Compressed Size field in 193 // the size of the Compressed Data field. 252 // Validate Compressed Size and Uncompressed Size if they were
|
/external/syslinux/com32/lib/libpng/ |
ANNOUNCE | 11 libpng-1.2.44.tar.xz (LZMA-compressed, recommended) 18 libpng-1.2.44-no-config.tar.xz (LZMA-compressed, recommended)
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
compressed-plt-1.s | 15 .equ DC, 1 # Direct call from "compressed" code 16 .equ IC, 2 # Indirect call from "compressed" code
|
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/ |
CompressionResult.java | 40 * Size of the compressed source. Kept because {@code source.size()} can throw 69 * Obtains the compressed data.
|