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

12

  /prebuilts/ndk/android-ndk-r7/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/android-ndk-r7/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/android-ndk-r7/platforms/android-9/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/android-ndk-r7/platforms/android-9/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...]
  /external/zlib/
zlib.h 124 int hcrc; /* true if there was or will be a header crc */ member in struct:gz_header_s
    [all...]
inflate.c 799 state->mode = HCRC;
800 case HCRC:
811 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-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.7-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...]
  /external/zlib/contrib/pascal/
zlibpas.pas 62 hcrc: Integer; (* true if there was or will be a header crc *)
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 742 state->mode = HCRC;
743 case HCRC:
754 state->head->hcrc = (int)((state->flags >> 9) & 1);
    [all...]

Completed in 821 milliseconds

12