Home
last modified time | relevance | path

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

/external/zlib/src/
Ddeflate.c571 uLong complen, wraplen; local
575 complen = sourceLen +
580 return complen + 6;
616 return complen + wraplen;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c570 uLong complen, wraplen; in deflateBound() local
574 complen = sourceLen + in deflateBound()
579 return complen + 6; in deflateBound()
615 return complen + wraplen; in deflateBound()