Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/cramfs/
H A Duncompress.c37 stream.next_in = src; in cramfs_uncompress_block()
61 stream.next_in = 0; in cramfs_uncompress_init()
/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib.c353 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()
H A Dbzlib_decompress.c101 (*((UChar*)(s->strm->next_in)))); \
103 s->strm->next_in++; \
/rk3399_rockchip-uboot/lib/
H A Dgunzip.c215 s.next_in = src + i; in gzwrite()
302 s.next_in = src + offset; in zunzip()
H A Dgzip.c81 s.next_in = src; in zzip()
/rk3399_rockchip-uboot/lib/zlib/
H A Dinffast.c100 in = strm->next_in - OFF; in inflate_fast()
332 strm->next_in = in + OFF; in inflate_fast()
H A Dinflate.c182 next = strm->next_in; \
193 strm->next_in = next; \
350 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate()
H A Ddeflate.c1003 strm->adler = adler32(strm->adler, strm->next_in, len);
1007 strm->adler = crc32(strm->adler, strm->next_in, len);
1010 zmemcpy(buf, strm->next_in, len);
1011 strm->next_in += len;
/rk3399_rockchip-uboot/include/
H A Dbzlib.h102 char *next_in; member
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h421 Bytef *next_in; /* next input byte */ member