Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
H A Ddecompress_bunzip2.c92 struct bunzip_data { struct
116 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits()
156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block()
523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip()
629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip()
632 struct bunzip_data *bd; in start_bunzip()
639 i = sizeof(struct bunzip_data); in start_bunzip()
641 /* Allocate bunzip_data. Most fields initialize to zero. */ in start_bunzip()
645 memset(bd, 0, sizeof(struct bunzip_data)); in start_bunzip()
686 struct bunzip_data *b in bunzip2()
[all...]
/kernel/linux/linux-6.6/lib/
H A Ddecompress_bunzip2.c92 struct bunzip_data { struct
116 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits()
156 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block()
523 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) in read_bunzip()
629 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, in start_bunzip()
632 struct bunzip_data *bd; in start_bunzip()
639 i = sizeof(struct bunzip_data); in start_bunzip()
641 /* Allocate bunzip_data. Most fields initialize to zero. */ in start_bunzip()
645 memset(bd, 0, sizeof(struct bunzip_data)); in start_bunzip()
686 struct bunzip_data *b in bunzip2()
[all...]

Completed in 3 milliseconds