Home
last modified time | relevance | path

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

/lib/
Ddecompress_bunzip2.c525 int pos, xcurrent, previous, gotcount; in read_bunzip() local
534 xcurrent = bd->writeCurrent; in read_bunzip()
549 bd->writeCurrent = xcurrent; in read_bunzip()
554 outbuf[gotcount++] = xcurrent; in read_bunzip()
557 ^xcurrent]); in read_bunzip()
569 previous = xcurrent; in read_bunzip()
571 xcurrent = pos&0xff; in read_bunzip()
578 if (xcurrent != previous) in read_bunzip()
583 bd->writeCopies = xcurrent; in read_bunzip()
584 xcurrent = previous; in read_bunzip()
[all …]