/external/okhttp/okio/okio/src/test/java/okio/ |
GzipSourceTest.java | 39 CRC32 hcrc = new CRC32(); local 41 hcrc.update(gzipHeader.toByteArray()); 45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian 106 * CONTINUATION, not HCRC. For example, this is the case with the default gzip on osx. 111 gzipped.writeShort((short) 0); // wrong HCRC!
|
/bionic/libc/kernel/uapi/rdma/hfi/ |
hfi1_user.h | 101 __le16 hcrc; member in struct:hfi1_kdeth_header
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */
63 HCRC -> TYPE
|
deflate.c | 606 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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */
61 NAME -> COMMENT -> HCRC -> TYPE
|
deflate.c | 598 (s->gzhead->hcrc ? 2 : 0) +
615 if (s->gzhead->hcrc)
658 if (s->gzhead->hcrc && s->pending > beg)
669 if (s->gzhead->hcrc && s->pending > beg)
687 if (s->gzhead->hcrc && s->pending > beg)
700 if (s->gzhead->hcrc && s->pending > beg)
718 if (s->gzhead->hcrc && s->pending > beg)
731 if (s->gzhead->hcrc && s->pending > beg)
741 if (s->gzhead->hcrc) {
[all...] |
inflate.c | 742 state->mode = HCRC;
743 case HCRC:
754 state->head->hcrc = (int)((state->flags >> 9) & 1);
[all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
/external/python/cpython2/Modules/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
deflate.c | 606 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...] |
/external/python/cpython3/Modules/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
deflate.c | 693 if (s->gzhead->hcrc) 757 if (s->gzhead->hcrc && s->pending > (beg)) \ 876 (s->gzhead->hcrc ? 2 : 0) + 893 if (s->gzhead->hcrc) [all...] |
/external/syslinux/com32/lib/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
deflate.c | 526 if (s->gzhead->hcrc) 628 (s->gzhead->hcrc ? 2 : 0) + 645 if (s->gzhead->hcrc) 688 if (s->gzhead->hcrc && s->pending > beg) 699 if (s->gzhead->hcrc && s->pending > beg) 717 if (s->gzhead->hcrc && s->pending > beg) 730 if (s->gzhead->hcrc && s->pending > beg) 748 if (s->gzhead->hcrc && s->pending > beg) 761 if (s->gzhead->hcrc && s->pending > beg) 771 if (s->gzhead->hcrc) { [all...] |
/external/zlib/src/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
deflate.c | 693 if (s->gzhead->hcrc) 757 if (s->gzhead->hcrc && s->pending > (beg)) \ 876 (s->gzhead->hcrc ? 2 : 0) + 893 if (s->gzhead->hcrc) [all...] |
/toolchain/binutils/binutils-2.27/zlib/ |
inflate.h | 29 HCRC, /* i: waiting for header crc (gzip) */ 63 HCRC -> TYPE
|
deflate.c | 606 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...] |
/external/kernel-headers/original/uapi/rdma/hfi/ |
hfi1_user.h | 231 __le16 hcrc; member in struct:hfi1_kdeth_header
|
/external/expat/doc/ |
xmlwf.1 | 235 http://www.hcrc.ed.ac.uk/~richard/xml\-check.html
|
xmlwf.sgml | 419 http://www.hcrc.ed.ac.uk/~richard/xml-check.html
|
xmlwf.xml | 421 http://www.hcrc.ed.ac.uk/~richard/xml-check.html
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 62 hcrc: Integer; (* true if there was or will be a header crc *)
|
/toolchain/binutils/binutils-2.27/zlib/contrib/pascal/ |
zlibpas.pas | 62 hcrc: Integer; (* true if there was or will be a header crc *)
|
/development/ndk/platforms/android-14/include/ |
zlib.h | 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s [all...] |