Home
last modified time | relevance | path

Searched refs:dictLength (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.c311 int ZEXPORT deflateSetDictionary (strm, dictionary, dictLength) in deflateSetDictionary() argument
314 uInt dictLength;
317 uInt length = dictLength;
328 strm->adler = adler32(strm->adler, dictionary, dictLength);
333 dictionary += dictLength - length; /* use the tail of the dictionary */
/openbmc/u-boot/include/u-boot/
H A Dzlib.h529 uInt dictLength));