Home
last modified time | relevance | path

Searched refs:hcrc (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c598 (s->gzhead->hcrc ? 2 : 0) +
615 if (s->gzhead->hcrc)
658 if (s->gzhead->hcrc && s->pending > beg)
669 if (s->gzhead->hcrc && s->pending > beg)
687 if (s->gzhead->hcrc && s->pending > beg)
700 if (s->gzhead->hcrc && s->pending > beg)
718 if (s->gzhead->hcrc && s->pending > beg)
731 if (s->gzhead->hcrc && s->pending > beg)
741 if (s->gzhead->hcrc) {
Dzlib.h121 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c754 state->head->hcrc = (int)((state->flags >> 9) & 1);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c606 if (s->gzhead->hcrc)
711 (s->gzhead->hcrc ? 2 : 0) +
728 if (s->gzhead->hcrc)
771 if (s->gzhead->hcrc && s->pending > beg)
782 if (s->gzhead->hcrc && s->pending > beg)
800 if (s->gzhead->hcrc && s->pending > beg)
813 if (s->gzhead->hcrc && s->pending > beg)
831 if (s->gzhead->hcrc && s->pending > beg)
844 if (s->gzhead->hcrc && s->pending > beg)
854 if (s->gzhead->hcrc) {
Dzlib.h124 int hcrc; /* true if there was or will be a header crc */ member
Dinflate.c807 state->head->hcrc = (int)((state->flags >> 9) & 1);