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

1 2 3

  /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 216 __le16 hcrc; member in struct:hfi1_kdeth_header
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 391 __le16 hcrc; member in struct:hfi1_kdeth_header
  /external/opencv3/3rdparty/zlib/
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/pdfium/third_party/zlib_v128/
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...]
  /external/zlib/src/
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...]
  /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...]
  /prebuilts/ndk/current/platforms/android-14/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-15/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-15/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-15/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-16/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-16/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-16/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-17/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-17/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-17/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...]

Completed in 7314 milliseconds

1 2 3