/external/okhttp/okio/okio/src/test/java/okio/ |
D | GzipSourceTest.java | 39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local 41 hcrc.update(gzipHeader.toByteArray()); in gunzip_withHCRC() 45 gzipped.writeShort(Util.reverseBytesShort((short) hcrc.getValue())); // little endian in gunzip_withHCRC()
|
/external/okio/okio/src/jvmTest/java/okio/ |
D | GzipSourceTest.java | 39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local 41 hcrc.update(gzipHeader.toByteArray()); in gunzip_withHCRC() 45 gzipped.writeShort(TestUtil.reverseBytes((short) hcrc.getValue())); // little endian in gunzip_withHCRC()
|
/external/libwebsockets/win32port/zlib/ |
D | deflate.c | 538 if (s->gzhead->hcrc) 640 (s->gzhead->hcrc ? 2 : 0) + 657 if (s->gzhead->hcrc) 700 if (s->gzhead->hcrc && s->pending > beg) 711 if (s->gzhead->hcrc && s->pending > beg) 729 if (s->gzhead->hcrc && s->pending > beg) 742 if (s->gzhead->hcrc && s->pending > beg) 760 if (s->gzhead->hcrc && s->pending > beg) 773 if (s->gzhead->hcrc && s->pending > beg) 783 if (s->gzhead->hcrc) {
|
D | zlib.h | 124 int hcrc; /* true if there was or will be a header crc */ member
|
D | inflate.c | 791 state->head->hcrc = (int)((state->flags >> 9) & 1);
|
/external/kernel-headers/original/uapi/rdma/hfi/ |
D | hfi1_user.h | 232 __le16 hcrc; member
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | deflate.c | 713 if (s->gzhead->hcrc) in PREFIX() 764 if (s->gzhead->hcrc && s->pending > (beg)) \ 874 (s->gzhead->hcrc ? 2 : 0) + in PREFIX() 884 if (s->gzhead->hcrc) in PREFIX() 962 if (s->gzhead->hcrc) { in PREFIX()
|
D | zlib.h | 134 int hcrc; /* true if there was or will be a header crc */ member
|
D | zlib-ng.h | 125 int32_t hcrc; /* true if there was or will be a header crc */ member
|
D | inflate.c | 583 state->head->hcrc = (int)((state->flags >> 9) & 1); in PREFIX()
|
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/ |
D | zlibpas.pas | 62 hcrc: Integer; (* true if there was or will be a header crc *)
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 41 pub hcrc: c_int, field
|
/external/zlib/ |
D | deflate.c | 739 if (s->gzhead->hcrc) 803 if (s->gzhead->hcrc && s->pending > (beg)) \ 922 (s->gzhead->hcrc ? 2 : 0) + 939 if (s->gzhead->hcrc) 1017 if (s->gzhead->hcrc) {
|
D | zlib.h | 169 int hcrc; /* true if there was or will be a header crc */ member
|
D | inflate.c | 831 state->head->hcrc = (int)((state->flags >> 9) & 1);
|
/external/python/cpython2/Modules/zlib/ |
D | 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) 971 if (s->gzhead->hcrc) {
|
D | zlib.h | 126 int hcrc; /* true if there was or will be a header crc */ member
|
/external/rust/crates/libz-sys/src/zlib/ |
D | 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) 971 if (s->gzhead->hcrc) {
|
D | zlib.h | 126 int hcrc; /* true if there was or will be a header crc */ member
|
D | inflate.c | 830 state->head->hcrc = (int)((state->flags >> 9) & 1);
|
/external/angle/third_party/zlib/ |
D | deflate.c | 739 if (s->gzhead->hcrc) 803 if (s->gzhead->hcrc && s->pending > (beg)) \ 922 (s->gzhead->hcrc ? 2 : 0) + 939 if (s->gzhead->hcrc) 1017 if (s->gzhead->hcrc) {
|
D | zlib.h | 126 int hcrc; /* true if there was or will be a header crc */ member
|
D | inflate.c | 831 state->head->hcrc = (int)((state->flags >> 9) & 1);
|
/external/angle/third_party/zlib/contrib/optimizations/ |
D | inflate.c | 842 state->head->hcrc = (int)((state->flags >> 9) & 1);
|
/external/zlib/contrib/optimizations/ |
D | inflate.c | 842 state->head->hcrc = (int)((state->flags >> 9) & 1);
|