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

1 2 3 4

  /libcore/luni/src/main/java/java/util/zip/
GZIPInputStream.java 104 boolean hcrc = (flags & FHCRC) != 0;
105 if (hcrc) {
110 if (hcrc) {
120 if (hcrc) {
127 readZeroTerminated(hcrc);
130 readZeroTerminated(hcrc);
132 if (hcrc) {
209 private void readZeroTerminated(boolean hcrc) throws IOException {
212 if (hcrc) {
220 if (hcrc) {
    [all...]
  /external/chromium_org/third_party/zlib/
inflate.h 29 HCRC, /* i: waiting for header crc (gzip) */
63 HCRC -> TYPE
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...]
inflate.c 779 state->mode = HCRC;
780 case HCRC:
791 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [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/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...]
  /external/expat/doc/
xmlwf.1 233 http://www.hcrc.ed.ac.uk/~richard/xml-check.html
xmlwf.sgml 420 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 *)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libz.so 
  /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/sdch/open-vcdiff/src/
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...]
  /external/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...]

Completed in 2682 milliseconds

1 2 3 4