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

  /external/zlib/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/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/zlib/old/
visual-basic.txt 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As
36 As String, uncomprLen As Any, ByVal compr As String, ByVal
50 (ByVal compr As String, comprLen As Any, ByVal buf As
53 (ByVal uncompr As String, uncomprLen As Any, ByVal compr As
  /external/aac/libAACenc/src/
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);
metadata_compressor.h 190 * \param compr Pointer to variable receiving RF mode DRC gain in dB
205 INT * const 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
  /external/zlib/contrib/minizip/
zip.c     [all...]
unzip.c     [all...]
  /external/libpcap/doc/
pcap.xml     [all...]
pcap.html     [all...]
pcap.txt     [all...]
  /packages/apps/Settings/res/values-pt-rPT/
strings.xml     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
es_wordlist.xml     [all...]
fr_wordlist.xml     [all...]

Completed in 2031 milliseconds