HomeSort by relevance Sort by last modified time
    Searched full:hcrc (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /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!
  /external/opencv3/3rdparty/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...]
inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.h 29 HCRC, /* i: waiting for header crc (gzip) */
63 HCRC -> TYPE
deflate.c 605 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...]
inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /external/zlib/src/
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...]
inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 216 __le16 hcrc; member in struct:hfi1_kdeth_header
  /external/expat/doc/
xmlwf.1 231 http://www.hcrc.ed.ac.uk/~richard/xml\-check.html
xmlwf.sgml 419 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 *)
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 391 __le16 hcrc; member in struct:hfi1_kdeth_header
  /external/chromium-trace/catapult/tracing/third_party/jszip/
jszip.min.js     [all...]
  /development/ndk/platforms/android-3/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]

Completed in 1973 milliseconds

1 2 3 4 5 6