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

1 2 34

  /external/zlib/src/
zlib.h 124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlib.h 124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlib.h 124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /external/zlib/src/contrib/pascal/
zlibpas.pas 62 hcrc: Integer; (* true if there was or will be a header crc *)
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h 184 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
zlib.h 188 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
fx_zlib_inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /external/chromium_org/third_party/zlib/
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.8/
inflate.c 795 state->mode = HCRC;
796 case HCRC:
807 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]

Completed in 1570 milliseconds

1 2 34