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

/barrelfish-master/lib/zlib/
H A Dcompress.c75 uLong ZEXPORT compressBound (sourceLen) function
H A Ddeflate.c510 return compressBound(sourceLen);
/barrelfish-master/include/
H A Dzconf.h39 # define compressBound z_compressBound macro
326 # pragma map(compressBound,"CMBND")
H A Dzlib.h1015 by compressBound(sourceLen). Upon exit, destLen is the actual size of the
1032 compressBound(sourceLen). Upon exit, destLen is the actual size of the
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1042 compressBound() returns an upper bound on the compressed size after

Completed in 40 milliseconds