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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c325 uInt dictLength)
342 strm->adler = adler32(strm->adler, dictionary, dictLength);
346 if (dictLength >= s->w_size) {
353 dictionary += dictLength - s->w_size; /* use the tail */
354 dictLength = s->w_size;
360 strm->avail_in = dictLength;
322 deflateSetDictionary( z_streamp strm, const Bytef *dictionary, uInt dictLength) argument

Completed in 33 milliseconds