/openbmc/qemu/block/ |
H A D | dmg-bz2.c | 29 static int dmg_uncompress_bz2_do(char *next_in, unsigned int avail_in, in dmg_uncompress_bz2_do() argument 40 bzstream.next_in = next_in; in dmg_uncompress_bz2_do()
|
H A D | dmg-lzfse.c | 33 static int dmg_uncompress_lzfse_do(char *next_in, unsigned int avail_in, in dmg_uncompress_lzfse_do() argument 37 (uint8_t *) next_in, avail_in, in dmg_uncompress_lzfse_do()
|
H A D | dmg.h | 54 typedef int BdrvDmgUncompressFunc(char *next_in, unsigned int avail_in,
|
/openbmc/linux/fs/btrfs/ |
H A D | zlib.c | 133 workspace->strm.next_in = workspace->buf; in zlib_compress_pages() 162 workspace->strm.next_in = workspace->buf; in zlib_compress_pages() 172 workspace->strm.next_in = data_in; in zlib_compress_pages() 285 workspace->strm.next_in = data_in; in zlib_decompress_bio() 300 workspace->strm.next_in += 2; in zlib_decompress_bio() 340 workspace->strm.next_in = data_in; in zlib_decompress_bio() 365 workspace->strm.next_in = data_in; in zlib_decompress() 379 workspace->strm.next_in += 2; in zlib_decompress()
|
/openbmc/linux/lib/ |
H A D | decompress_inflate.c | 112 strm->next_in = zbuf + 10; in __gunzip() 127 } while (*strm->next_in++); in __gunzip() 153 strm->next_in = zbuf; in __gunzip() 183 *pos = strm->next_in - zbuf+8; in __gunzip()
|
/openbmc/u-boot/fs/cramfs/ |
H A D | uncompress.c | 37 stream.next_in = src; in cramfs_uncompress_block() 61 stream.next_in = 0; in cramfs_uncompress_init()
|
/openbmc/linux/fs/cramfs/ |
H A D | uncompress.c | 35 stream.next_in = src; in cramfs_uncompress_block() 67 stream.next_in = NULL; in cramfs_uncompress_init()
|
/openbmc/linux/fs/jffs2/ |
H A D | compr_zlib.c | 89 def_strm.next_in = data_in; in jffs2_zlib_compress() 150 inf_strm.next_in = data_in; in jffs2_zlib_decompress() 166 inf_strm.next_in += 2; in jffs2_zlib_decompress()
|
/openbmc/linux/fs/erofs/ |
H A D | decompressor_deflate.c | 149 strm->z.next_in = kin + rq->pageofs_in; in z_erofs_deflate_decompress() 190 strm->z.next_in = kin; in z_erofs_deflate_decompress() 205 memcpy(strm->bounce, strm->z.next_in, strm->z.avail_in); in z_erofs_deflate_decompress() 206 strm->z.next_in = strm->bounce; in z_erofs_deflate_decompress()
|
/openbmc/linux/tools/perf/util/ |
H A D | zlib.c | 29 .next_in = Z_NULL, in gzip_decompress_to_file() 46 zs.next_in = ptr; in gzip_decompress_to_file()
|
H A D | lzma.c | 58 strm.next_in = NULL; in lzma_decompress_to_file() 65 strm.next_in = buf_in; in lzma_decompress_to_file()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_deflate.c | 105 state->strm.next_in = NULL; in z_comp_alloc() 222 state->strm.next_in = rptr; in z_compress() 448 state->strm.next_in = ibuf + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress() 534 state->strm.next_in = ibuf + 3; in z_incomp() 537 --state->strm.next_in; in z_incomp()
|
/openbmc/linux/lib/zlib_inflate/ |
H A D | inflate.c | 189 next = strm->next_in; \ 200 strm->next_in = next; \ 353 (strm->next_in == NULL && strm->avail_in != 0)) in zlib_inflate() 796 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp() 805 UPDATE(state->check, z->next_in, z->avail_in); in zlib_inflateIncomp() 809 z->next_in += z->avail_in; in zlib_inflateIncomp()
|
H A D | infutil.c | 27 strm->next_in = zbuf; in zlib_inflate_blob()
|
H A D | inffast.c | 97 in = strm->next_in; in inflate_fast() 317 strm->next_in = in; in inflate_fast()
|
/openbmc/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_inflate.c | 81 &strm->next_in, &avail_in, state->window); in dfltcc_xpnd() 111 strm->next_in++; in dfltcc_inflate()
|
H A D | dfltcc_deflate.c | 69 &strm->next_in, &avail_in, NULL); in dfltcc_gdht() 84 &strm->next_in, &avail_in, state->window); in dfltcc_cmpr()
|
/openbmc/qemu/migration/ |
H A D | multifd-zlib.c | 124 zs->next_in = z->buf; in multifd_zlib_send_prepare() 173 zs->next_in = Z_NULL; in multifd_zlib_recv_setup() 233 zs->next_in = z->zbuff; in multifd_zlib_recv()
|
/openbmc/linux/crypto/ |
H A D | deflate.c | 189 stream->next_in = (u8 *)src; in __deflate_compress() 234 stream->next_in = (u8 *)src; in __deflate_decompress() 247 stream->next_in = &zerostuff; in __deflate_decompress()
|
/openbmc/u-boot/lib/bzip2/ |
H A D | bzlib.c | 353 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 354 s->strm->next_in++; in copy_input_until_stop() 371 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 372 s->strm->next_in++; in copy_input_until_stop() 1013 bzf->strm.next_in = buf; in BZ_API() 1163 bzf->strm.next_in = bzf->buf; in BZ_API() 1224 bzf->strm.next_in = bzf->buf; in BZ_API() 1265 *unused = bzf->strm.next_in; in BZ_API() 1302 strm.next_in = source; in BZ_API() 1347 strm.next_in = source; in BZ_API()
|
/openbmc/linux/arch/arm/kernel/ |
H A D | head-inflate-data.c | 45 strm->next_in = in; in __inflate_kernel_data()
|
/openbmc/u-boot/lib/ |
H A D | gunzip.c | 203 s.next_in = src + i; in gzwrite() 290 s.next_in = src + offset; in zunzip()
|
/openbmc/linux/arch/xtensa/boot/lib/ |
H A D | zmem.c | 69 s.next_in = src + i; in gunzip()
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cudbg_zlib.c | 52 compress_stream.next_in = pin_buff->data; in cudbg_compress_buff()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inffast.c | 100 in = strm->next_in - OFF; in inflate_fast() 332 strm->next_in = in + OFF; in inflate_fast()
|