Searched defs:compressBound (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/zlib/
H A Dcompress.c81 uLong ZEXPORT compressBound (sourceLen) function
H A Dzconf.h36 # define compressBound z_compressBound macro
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzconf.h60 #define compressBound(len) (len + (len >> 12) + (len >> 14) + 11) macro

Completed in 67 milliseconds