Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c517 int count, pos, current, run, copies, outbyte, previous, gotcount = 0; in write_bunzip_data() local
556 outbyte = previous; in write_bunzip_data()
560 outbyte = current; in write_bunzip_data()
566 bd->outbuf[bd->outbufPos++] = outbyte; in write_bunzip_data()
568 ^ bd->crc32Table[(bw->dataCRC >> 24) ^ outbyte]; in write_bunzip_data()