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

/linux-4.1.27/lib/
H A Ddecompress_bunzip2.c96 long inbufCount, inbufPos /*, outbufPos*/; member in struct:bunzip_data
125 if (bd->inbufPos == bd->inbufCount) { get_bits()
133 bd->inbufPos = 0; get_bits()
143 bd->inbufBits = (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; get_bits()
380 if (bd->inbufPos == bd->inbufCount) { get_next_block()
385 (bd->inbufBits << 8)|bd->inbuf[bd->inbufPos++]; get_next_block()
734 *pos = bd->inbufPos; bunzip2()

Completed in 121 milliseconds