Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dbzcat.c516 int count, pos, current, run, copies, outbyte, previous, gotcount = 0; in write_bunzip_data() local
555 outbyte = previous; in write_bunzip_data()
559 outbyte = current; in write_bunzip_data()
565 bd->outbuf[bd->outbufPos++] = outbyte; in write_bunzip_data()
567 ^ bd->crc32Table[(bw->dataCRC >> 24) ^ outbyte]; in write_bunzip_data()