Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c92 unsigned int totalCRC; member
574 bd->totalCRC = ((bd->totalCRC << 1) | (bd->totalCRC >> 31)) ^ bw->dataCRC; in write_bunzip_data()
578 bd->totalCRC = bw->headerCRC+1; in write_bunzip_data()
652 if (bd->bwdata[0].headerCRC==bd->totalCRC) i = 0; in bunzipStream()