HomeSort by relevance Sort by last modified time
    Searched refs:compr (Results 1 - 7 of 7) sorted by null

  /external/zlib/src/test/
example.c 37 void test_deflate OF((Byte *compr, uLong comprLen));
38 void test_inflate OF((Byte *compr, uLong comprLen,
40 void test_large_deflate OF((Byte *compr, uLong comprLen,
42 void test_large_inflate OF((Byte *compr, uLong comprLen,
44 void test_flush OF((Byte *compr, uLong *comprLen));
45 void test_sync OF((Byte *compr, uLong comprLen,
47 void test_dict_deflate OF((Byte *compr, uLong comprLen));
48 void test_dict_inflate OF((Byte *compr, uLong comprLen,
80 void test_compress OF((Byte *compr, uLong comprLen,
88 void test_compress(compr, comprLen, uncompr, uncomprLen
549 Byte *compr, *uncompr; local
    [all...]
  /external/zlib/src/contrib/pascal/
example.pas 56 procedure test_compress(compr: Pointer; comprLen: LongInt;
63 err := compress(compr, comprLen, hello, len);
68 err := uncompress(uncompr, uncomprLen, compr, comprLen);
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
199 c_stream.next_out := compr;
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
240 d_stream.next_in := compr;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
284 c_stream.next_out := compr;
299 c_stream.next_in := compr;
    [all...]
  /external/aac/libAACenc/src/
metadata_compressor.h 190 * \param compr Pointer to variable receiving RF mode DRC gain in dB
205 INT * const compr
metadata_main.cpp 330 static INT decodeCompr(const UCHAR compr)
333 SCHAR x = compr >> 4; /* 4 MSB of compr */
334 UCHAR y = (compr & 0x0F); /* 4 LSB of compr */
491 INT dynrng, compr; local
515 compr = decodeCompr(pMetadata->etsiAncData.compression_value);
526 &compr) != 0)
535 pMetadata->etsiAncData.compression_value = encodeCompr(compr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 159 uint8_t compr; /* Compression algorithm used */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 159 uint8_t compr; /* Compression algorithm used */ member in struct:jffs2_raw_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 159 uint8_t compr; /* Compression algorithm used */ member in struct:jffs2_raw_inode

Completed in 225 milliseconds