HomeSort by relevance Sort by last modified time
    Searched defs:headerCRC (Results 1 - 3 of 3) sorted by null

  /external/gptfdisk/
gpt.h 47 uint32_t headerCRC;
  /external/lzma/CPP/7zip/Archive/7z/
7zOut.cpp 785 UInt32 headerCRC;
791 headerCRC = CrcCalc(0, 0);
849 headerCRC = CRC_GET_DIGEST(_crc);
857 h.NextHeaderCRC = headerCRC;
871 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);
578 if (bw->dataCRC != bw->headerCRC) {
579 bd->totalCRC = bw->headerCRC+1;
652 if (i==RETVAL_LAST_BLOCK && bd->bwdata[0].headerCRC==bd->totalCRC) i = 0;

Completed in 85 milliseconds