OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hcrc
(Results
1 - 25
of
75
) sorted by null
1
2
3
/external/okhttp/okio/src/test/java/okio/
GzipSourceTest.java
39
CRC32
hcrc
= new CRC32();
local
41
hcrc
.update(gzipHeader.toByteArray());
45
gzipped.writeShort(Util.reverseBytesShort((short)
hcrc
.getValue())); // little endian
106
* CONTINUATION, not
HCRC
. For example, this is the case with the default gzip on osx.
111
gzipped.writeShort((short) 0); // wrong
HCRC
!
/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_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
...]
/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
...]
/prebuilts/ndk/4/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
...]
/prebuilts/ndk/4/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
...]
/prebuilts/ndk/4/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
...]
/prebuilts/ndk/4/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/4/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/5/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
...]
/prebuilts/ndk/6/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
...]
/prebuilts/ndk/6/platforms/android-3/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/7/platforms/android-14/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/7/platforms/android-14/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/7/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
...]
/prebuilts/ndk/7/platforms/android-3/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/7/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
...]
/prebuilts/ndk/7/platforms/android-4/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/7/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
...]
/prebuilts/ndk/7/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
...]
/prebuilts/ndk/7/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/7/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/7/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/7/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
...]
/prebuilts/ndk/8/platforms/android-14/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 2680 milliseconds
1
2
3