OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hcrc
(Results
1 - 6
of
6
) sorted by null
/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
!
/external/chromium_org/third_party/zlib/
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
...]
zlib.h
125
int
hcrc
; /* true if there was or will be a header crc */
member in struct:gz_header_s
[
all
...]
inflate.c
779
state->mode =
HCRC
;
780
case
HCRC
:
791
state->head->
hcrc
= (int)((state->flags >> 9) & 1);
[
all
...]
/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
...]
Completed in 197 milliseconds