Home
last modified time | relevance | path

Searched defs:deflateBound (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dzlib.h514 static inline unsigned long deflateBound(unsigned long s) in deflateBound() function
/openbmc/u-boot/include/u-boot/
H A Dzlib.h78 # define deflateBound z_deflateBound macro
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c486 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function