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

1 2 3 4

  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 216 final boolean hcrc = (flags & FHCRC) != 0;
217 if (hcrc) {
222 if (hcrc) {
232 if (hcrc) {
239 readZeroTerminated(in, crc, hcrc);
242 readZeroTerminated(in, crc, hcrc);
244 if (hcrc) {
272 private static void readZeroTerminated(InputStream in, CRC32 crc, boolean hcrc)
278 if (hcrc) {
286 if (hcrc) {
    [all...]
  /external/okhttp/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/chromium_org/third_party/zlib/
deflate.c 532 if (s->gzhead->hcrc)
634 (s->gzhead->hcrc ? 2 : 0) +
651 if (s->gzhead->hcrc)
694 if (s->gzhead->hcrc && s->pending > beg)
705 if (s->gzhead->hcrc && s->pending > beg)
723 if (s->gzhead->hcrc && s->pending > beg)
736 if (s->gzhead->hcrc && s->pending > beg)
754 if (s->gzhead->hcrc && s->pending > beg)
767 if (s->gzhead->hcrc && s->pending > beg)
777 if (s->gzhead->hcrc) {
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_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/qemu/distrib/zlib-1.2.8/
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/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...]
  /external/chromium_org/sdch/open-vcdiff/src/zlib/
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/ndk/4/platforms/android-3/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/4/platforms/android-4/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/4/platforms/android-5/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/4/platforms/android-5/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/4/platforms/android-8/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/4/platforms/android-8/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/5/platforms/android-3/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/6/platforms/android-3/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/6/platforms/android-3/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/7/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/7/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/7/platforms/android-3/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/7/platforms/android-3/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/7/platforms/android-4/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/7/platforms/android-4/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/7/platforms/android-5/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/7/platforms/android-5/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 505 milliseconds

1 2 3 4