Searched refs:read_bunzip (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_bunzip2.c | 15 More efficient reading of Huffman codes, a streamlined read_bunzip() 523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() function 709 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_bunzip2.c | 15 More efficient reading of Huffman codes, a streamlined read_bunzip() 523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip() function 709 i = read_bunzip(bd, outbuf, BZIP2_IOBUF_SIZE); in bunzip2()
|
Completed in 3 milliseconds