Home
last modified time | relevance | path

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

/linux-2.6.39/lib/
Ddecompress_bunzip2.c526 int pos, xcurrent, previous, gotcount; in read_bunzip() local
535 xcurrent = bd->writeCurrent; in read_bunzip()
550 bd->writeCurrent = xcurrent; in read_bunzip()
555 outbuf[gotcount++] = xcurrent; in read_bunzip()
558 ^xcurrent]); in read_bunzip()
570 previous = xcurrent; in read_bunzip()
572 xcurrent = pos&0xff; in read_bunzip()
579 if (xcurrent != previous) in read_bunzip()
584 bd->writeCopies = xcurrent; in read_bunzip()
585 xcurrent = previous; in read_bunzip()
[all …]