Home
last modified time | relevance | path

Searched refs:deflateBound (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dzlib.h78 # define deflateBound z_deflateBound macro
367 # pragma map(deflateBound,"DEBND")
543 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
/openbmc/linux/include/linux/
H A Dzlib.h514 static inline unsigned long deflateBound(unsigned long s) in deflateBound() function
/openbmc/linux/fs/isofs/
H A Dcompress.c61 if (block_size > deflateBound(1UL << zisofs_block_shift)) { in zisofs_uncompress_block()
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function