Searched refs:compress (Results 51 - 75 of 114) sorted by relevance

12345

/external/zlib/src/
H A Dmake_vms.com141 $ work = f$edit(line, "compress,trim")
181 $ CALL MAKE compress.OBJ "CC ''CCOPT' compress" -
182 compress.c zlib.h zconf.h
429 OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\
457 compress.obj : compress.c zlib.h zconf.h
509 $ myrec = f$edit(rec - "\", "trim,compress")
744 $ module4 = "inflateSync#uncompress#zlibVersion#compress"
H A Dzconf.h33 # define compress z_compress macro
H A Dzlib.h570 compress them better. The effect of Z_FILTERED is to force more Huffman
1128 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1169 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h.cmakein35 # define compress z_compress
H A Dzconf.h.in33 # define compress z_compress
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
H A Dpublisher-ant.jar ... ant.Task { protected static final String ANT_PROPERTY_PREFIX protected boolean compress protected boolean reusePackedFiles protected boolean append protected boolean publish protected ...
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h44 the custom_zlib field of the compress and decompress settings*/
278 struct LodePNGCompressSettings /*deflate = compress*/
749 This zlib part can be used independently to zlib compress and decompress a
881 //Zlib-compress an unsigned char buffer
882 unsigned compress(std::vector<unsigned char>& out, const unsigned char* in, size_t insize,
885 //Zlib-compress an std::vector
886 unsigned compress(std::vector<unsigned char>& out, const std::vector<unsigned char>& in,
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
H A Dresponse.py1272 compress = zlib.compressobj(9, zlib.DEFLATED, -zlib.MAX_WBITS,
1280 # The compress function may return zero length bytes if the input is
1283 result = compress.compress(item)
1288 result = compress.flush()
/external/fonttools/Lib/fontTools/ttLib/
H A Dsfnt.py199 compressedMetaData = zlib.compress(data.metaData)
404 compressedData = zlib.compress(data, self.zlibCompressionLevel)
/external/fonttools/Tools/fontTools/ttLib/
H A Dsfnt.py199 compressedMetaData = zlib.compress(data.metaData)
404 compressedData = zlib.compress(data, self.zlibCompressionLevel)
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h37 #define compress FPDFAPI_compress macro
635 compress them better. The effect of Z_FILTERED is to force more Huffman
1193 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1225 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1234 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1258 compress() or compress2() on sourceLen bytes. It would be used before a
1259 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h33 # define compress z_compress macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h41 #define compress FPDFAPI_compress macro
639 compress them better. The effect of Z_FILTERED is to force more Huffman
1197 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1229 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1238 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1262 compress() or compress2() on sourceLen bytes. It would be used before a
1263 compress() or compress2() call to allocate the destination buffer.
H A Dzconf.h33 # define compress z_compress macro
/external/squashfs-tools/squashfs-tools/
H A Dgzip_wrapper.c333 * compressor, before compress() is called.
489 .compress = gzip_compress,
H A Dxz_wrapper.c378 * compressor, before compress() is called.
529 .compress = xz_compress,
/external/zlib/
H A Dzconf.h33 # define compress z_compress macro
H A Dzlib.h570 compress them better. The effect of Z_FILTERED is to force more Huffman
1128 16: NO_GZCOMPRESS -- gz* functions cannot compress (to avoid linking
1160 ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1169 compress returns Z_OK if success, Z_MEM_ERROR if there was not
1193 compress() or compress2() on sourceLen bytes. It would be used before a
1194 compress() or compress2() call to allocate the destination buffer.
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar ... .File file java.io.File jarFile boolean compress java.io.OutputStream output java.util. ...
/external/bzip2/
H A Dbzip2.c422 panic ( "compress:unexpected error" );
425 panic ( "compress:end" );
1012 into fileMetaInfo before starting to compress / decompress it,
1015 To complicate matters, in compress() and decompress() below, the
1133 void compress ( Char *name ) function
1143 panic ( "compress: bad modes\n" );
1282 panic ( "compress: bad srcMode" );
1636 " -z --compress force compression\n"
1650 " If invoked as `bzip2', default action is to compress.\n"
1852 /*-- Determine what to do (compress/uncompres
[all...]
/external/javassist/src/main/javassist/
H A DCtClass.java1436 /* Invoked from ClassPool#compress().
1439 void compress() {} method in class:CtClass
/external/v8/tools/
H A Djs2c.py495 return bz2.compress(sources_bytes)
/external/libxml2/
H A Dxmllint.c140 static int compress = 0; variable
2531 if (compress) {
2643 if (compress) {
3029 printf("\t--compress : turn on gzip compression of output\n");
3309 else if ((!strcmp(argv[i], "-compress")) ||
3310 (!strcmp(argv[i], "--compress"))) {
3311 compress++;

Completed in 518 milliseconds

12345