Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddecompress_bunzip2.c526 int pos, xcurrent, previous, gotcount; in read_bunzip() local
532 gotcount = 0; in read_bunzip()
548 if (gotcount >= len) { in read_bunzip()
555 outbuf[gotcount++] = xcurrent; in read_bunzip()
613 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()
/kernel/linux/linux-6.6/lib/
H A Ddecompress_bunzip2.c526 int pos, xcurrent, previous, gotcount; in read_bunzip() local
532 gotcount = 0; in read_bunzip()
548 if (gotcount >= len) { in read_bunzip()
555 outbuf[gotcount++] = xcurrent; in read_bunzip()
613 return (previous != RETVAL_LAST_BLOCK) ? previous : gotcount; in read_bunzip()

Completed in 3 milliseconds