Searched refs:hcrc (Results 1 - 17 of 17) sorted by relevance

/external/okhttp/okio/src/test/java/okio/
H A DGzipSourceTest.java39 CRC32 hcrc = new CRC32();
41 hcrc.update(gzipHeader.toByteArray());
45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian
/external/chromium_org/third_party/zlib/
H A Ddeflate.c532 if (s->gzhead->hcrc)
634 (s->gzhead->hcrc ? 2 : 0) +
651 if (s->gzhead->hcrc)
694 if (s->gzhead->hcrc && s->pending > beg)
705 if (s->gzhead->hcrc && s->pending > beg)
723 if (s->gzhead->hcrc && s->pending > beg)
736 if (s->gzhead->hcrc && s->pending > beg)
754 if (s->gzhead->hcrc && s->pending > beg)
767 if (s->gzhead->hcrc && s->pending > beg)
777 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h125 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
726 available there. If hcrc is true, a gzip header crc is included. Note that
927 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c791 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c605 if (s->gzhead->hcrc)
710 (s->gzhead->hcrc ? 2 : 0) +
727 if (s->gzhead->hcrc)
770 if (s->gzhead->hcrc && s->pending > beg)
781 if (s->gzhead->hcrc && s->pending > beg)
799 if (s->gzhead->hcrc && s->pending > beg)
812 if (s->gzhead->hcrc && s->pending > beg)
830 if (s->gzhead->hcrc && s->pending > beg)
843 if (s->gzhead->hcrc && s->pending > beg)
853 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h188 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
820 available there. If hcrc is true, a gzip header crc is included. Note that
1041 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dfx_zlib_inflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/zlib/src/
H A Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 if (s->gzhead->hcrc) {
[all...]
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
H A Dinflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
680 available there. If hcrc is true, a gzip header crc is included. Note that
829 contents. hcrc is set to true if there is a header CRC. (The header CRC
/external/zlib/
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
756 available there. If hcrc is true, a gzip header crc is included. Note that
977 contents. hcrc is set to true if there is a header CRC. (The header CRC
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h184 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
816 available there. If hcrc is true, a gzip header crc is included. Note that
1037 contents. hcrc is set to true if there is a header CRC. (The header CRC

Completed in 9465 milliseconds