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

  /dalvik/libcore/archive/src/main/java/java/util/zip/
GZIPInputStream.java 88 boolean hcrc = (flags & FHCRC) != 0;
89 if (hcrc) {
94 if (hcrc) {
104 if (hcrc) {
111 readZeroTerminated(hcrc);
114 readZeroTerminated(hcrc);
116 if (hcrc) {
222 private void readZeroTerminated(boolean hcrc) throws IOException {
225 if (hcrc) {
233 if (hcrc) {
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.h 29 HCRC, /* i: waiting for header crc (gzip) */
61 NAME -> COMMENT -> HCRC -> TYPE
deflate.c 598 (s->gzhead->hcrc ? 2 : 0) +
615 if (s->gzhead->hcrc)
658 if (s->gzhead->hcrc && s->pending > beg)
669 if (s->gzhead->hcrc && s->pending > beg)
687 if (s->gzhead->hcrc && s->pending > beg)
700 if (s->gzhead->hcrc && s->pending > beg)
718 if (s->gzhead->hcrc && s->pending > beg)
731 if (s->gzhead->hcrc && s->pending > beg)
741 if (s->gzhead->hcrc) {
    [all...]
inflate.c 742 state->mode = HCRC;
743 case HCRC:
754 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /external/zlib/
inflate.h 29 HCRC, /* i: waiting for header crc (gzip) */
61 NAME -> COMMENT -> HCRC -> TYPE
deflate.c 598 (s->gzhead->hcrc ? 2 : 0) +
615 if (s->gzhead->hcrc)
658 if (s->gzhead->hcrc && s->pending > beg)
669 if (s->gzhead->hcrc && s->pending > beg)
687 if (s->gzhead->hcrc && s->pending > beg)
700 if (s->gzhead->hcrc && s->pending > beg)
718 if (s->gzhead->hcrc && s->pending > beg)
731 if (s->gzhead->hcrc && s->pending > beg)
741 if (s->gzhead->hcrc) {
    [all...]
inflate.c 742 state->mode = HCRC;
743 case HCRC:
754 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
zlib.h 121 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /external/expat/doc/
xmlwf.1 233 http://www.hcrc.ed.ac.uk/~richard/xml-check.html
xmlwf.sgml 425 http://www.hcrc.ed.ac.uk/~richard/xml-check.html
  /ndk/build/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /ndk/build/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]
  /ndk/build/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...]

Completed in 254 milliseconds