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

/illumos-gate/usr/src/boot/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
/illumos-gate/usr/src/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);

Completed in 58 milliseconds