OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:headerCRC
(Results
1 - 4
of
4
) sorted by null
/external/gptfdisk/
gpt.h
47
uint32_t
headerCRC
;
/external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp
798
UInt32
headerCRC
;
804
headerCRC
= CrcCalc(0, 0);
862
headerCRC
= CRC_GET_DIGEST(_crc);
870
h.NextHeaderCRC =
headerCRC
;
884
h.NextHeaderCRC =
headerCRC
;
/external/toybox/toys/other/
bzcat.c
76
unsigned int dataCRC,
headerCRC
;
148
* 32 bits : bw->
headerCRC
170
bw->
headerCRC
= get_bits(bd,32);
577
if (bw->dataCRC != bw->
headerCRC
) {
578
bd->totalCRC = bw->
headerCRC
+1;
652
if (bd->bwdata[0].
headerCRC
==bd->totalCRC) i = 0;
/external/syslinux/utils/
isohybrid.c
169
uint32_t
headerCRC
;
887
header->
headerCRC
= lendian_int(chksum_crc32((uint8_t *)header,
Completed in 712 milliseconds