Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_bunzip2.c527 int pos, xcurrent, previous, gotcount; in read_bunzip() local
533 gotcount = 0; in read_bunzip()
549 if (gotcount >= len) { in read_bunzip()
556 outbuf[gotcount++] = xcurrent; in read_bunzip()
614 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()