Home
last modified time | relevance | path

Searched defs:hcrc (Results 1 – 12 of 12) sorted by relevance

/external/okio/okio/src/jvmTest/java/okio/
DGzipSourceTest.java39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local
/external/okhttp/okio/okio/src/test/java/okio/
DGzipSourceTest.java39 CRC32 hcrc = new CRC32(); in gunzip_withHCRC() local
/external/kernel-headers/original/uapi/rdma/hfi/
Dhfi1_user.h232 __le16 hcrc; member
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h.in146 int hcrc; /* true if there was or will be a header crc */ member
Dzlib-ng.h.in137 int32_t hcrc; /* true if there was or will be a header crc */ member
/external/libwebsockets/win32port/zlib/
Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member
/external/python/cpython2/Modules/zlib/
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
/external/tflite-support/third_party/zlib/
Dzlib.h169 int hcrc; /* true if there was or will be a header crc */ member
/external/freetype/src/gzip/
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
/external/zlib/
Dzlib.h169 int hcrc; /* true if there was or will be a header crc */ member
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h126 int hcrc; /* true if there was or will be a header crc */ member
/external/rust/crates/libz-sys/src/
Dlib.rs76 pub hcrc: c_int, field