Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dbunzip2.c90 int inbufCount, inbufPos /*, outbufPos*/; member
117 if (bd->inbufPos == bd->inbufCount) { in get_bits()
120 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
121 if (bd->inbufCount <= 0) { in get_bits()
370 if (bd->inbufPos == bd->inbufCount) { in get_next_block()
637 bd->inbufCount = len; in start_bunzip()

Completed in 3 milliseconds