Home
last modified time | relevance | path

Searched refs:hcrc (Results 1 – 25 of 28) sorted by relevance

12

/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java39 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/
DGzipSourceTest.java39 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/
Ddeflate.c538 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) {
Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c791 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_user.h232 __le16 hcrc; member
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c713 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()
Dzlib.h134 int hcrc; /* true if there was or will be a header crc */ member
Dzlib-ng.h125 int32_t hcrc; /* true if there was or will be a header crc */ member
Dinflate.c583 state->head->hcrc = (int)((state->flags >> 9) & 1); in PREFIX()
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas62 hcrc: Integer; (* true if there was or will be a header crc *)
/external/rust/crates/libz-sys/src/
Dlib.rs41 pub hcrc: c_int, field
/external/zlib/
Ddeflate.c739 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) {
Dzlib.h169 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c831 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/python/cpython2/Modules/zlib/
Ddeflate.c693 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) {
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c693 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) {
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c830 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/angle/third_party/zlib/
Ddeflate.c739 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) {
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c831 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/angle/third_party/zlib/contrib/optimizations/
Dinflate.c842 state->head->hcrc = (int)((state->flags >> 9) & 1);
/external/zlib/contrib/optimizations/
Dinflate.c842 state->head->hcrc = (int)((state->flags >> 9) & 1);

12