Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Ddecompress_bunzip2.c79 #define BZIP2_IOBUF_SIZE 4096 macro
129 bd->inbufCount = bd->fill(bd->inbuf, BZIP2_IOBUF_SIZE); in get_bits()
692 outbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
701 inbuf = malloc(BZIP2_IOBUF_SIZE); in bunzip2()
710 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()