Searched refs:compr (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Modules/zlib/
H A Dexample.c37 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, comprLe
549 Byte *compr, *uncompr; local
[all...]
/external/python/cpython3/Modules/zlib/
H A Dexample.c37 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, comprLe
549 Byte *compr, *uncompr; local
[all...]
/external/zlib/src/test/
H A Dexample.c37 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, comprLe
549 Byte *compr, *uncompr; local
[all...]
/external/zlib/src/contrib/pascal/
H A Dexample.pas56 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/
H A Dmetadata_compressor.h206 * \param compr Pointer to variable receiving RF mode DRC gain
220 INT *const dynrng, INT *const compr);
H A Dmetadata_main.cpp371 static INT decodeCompr(const UCHAR compr) { argument
373 SCHAR x = compr >> 4; /* 4 MSB of compr */
374 UCHAR y = (compr & 0x0F); /* 4 LSB of compr */
597 INT dynrng, compr; local
628 compr = decodeCompr(pMetadata->etsiAncData.compression_value);
648 dmxGain5, dmxGain2, &dynrng, &compr) != 0) {
657 pMetadata->etsiAncData.compression_value = encodeCompr(compr);
/external/kernel-headers/original/uapi/linux/
H A Djffs2.h158 __u8 compr; /* Compression algorithm used */ member in struct:jffs2_raw_inode
/external/freetype/src/pcf/
H A Dpcfread.c341 PCF_Compressed_MetricRec compr; local
345 if ( FT_STREAM_READ_FIELDS( pcf_compressed_metric_header, &compr ) )
348 metric->leftSideBearing = (FT_Short)( compr.leftSideBearing - 0x80 );
349 metric->rightSideBearing = (FT_Short)( compr.rightSideBearing - 0x80 );
350 metric->characterWidth = (FT_Short)( compr.characterWidth - 0x80 );
351 metric->ascent = (FT_Short)( compr.ascent - 0x80 );
352 metric->descent = (FT_Short)( compr.descent - 0x80 );

Completed in 311 milliseconds