Home
last modified time | relevance | path

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

/external/zlib/src/
Ddeflate.c571 uLong complen, wraplen; local
586 wraplen = 0;
589 wraplen = 6 + (s->strstart ? 4 : 0);
592 wraplen = 18;
595 wraplen += 2 + s->gzhead->extra_len;
599 wraplen++;
604 wraplen++;
607 wraplen += 2;
611 wraplen = 6;
616 return complen + wraplen;
[all …]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
Dfx_zlib_deflate.c570 uLong complen, wraplen; in deflateBound() local
585 wraplen = 0; in deflateBound()
588 wraplen = 6 + (s->strstart ? 4 : 0); in deflateBound()
591 wraplen = 18; in deflateBound()
594 wraplen += 2 + s->gzhead->extra_len; in deflateBound()
598 wraplen++; in deflateBound()
603 wraplen++; in deflateBound()
606 wraplen += 2; in deflateBound()
610 wraplen = 6; in deflateBound()
615 return complen + wraplen; in deflateBound()
[all …]