Searched refs:compressBound (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/lib/libz/
H A DSymbol.map23 compressBound;
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.h35 # define compressBound z_compressBound macro
513 #pragma map(compressBound,"CMBND")
H A Dzlib.h1166 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1182 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1192 compressBound() returns an upper bound on the compressed size after
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h60 #define compressBound(len) (len + (len >> 12) + (len >> 14) + 11) macro
H A Dzlib.h1017 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1034 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1042 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1044 compressBound() returns an upper bound on the compressed size after
H A Ddeflate.c516 return compressBound(sourceLen);
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCompression.cpp53 unsigned long CompressedSize = ::compressBound(InputBuffer.size());
/freebsd-10.0-release/usr.bin/mkuzip/
H A Dmkuzip.c83 if (compressBound(tmp) > MAXPHYS) {
116 obuf = safe_malloc(compressBound(hdr.blksz));
183 destlen = compressBound(hdr.blksz);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_delta/
H A Dsvndiff.c37 /* The zlib compressBound function was not exported until 1.2.0. */
39 #define svnCompressBound(LEN) compressBound(LEN)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c1118 + compressBound(MAX_DECMPFS_BLOCK_SIZE);

Completed in 289 milliseconds