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 770 UInt32 headerCRC;
776 headerCRC = CrcCalc(0, 0);
834 headerCRC = CRC_GET_DIGEST(_crc);
842 h.NextHeaderCRC = headerCRC;
856 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;

Completed in 655 milliseconds