Home
last modified time | relevance | path

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

/u-boot/fs/cramfs/
A Duncompress.c38 stream.next_in = src; in cramfs_uncompress_block()
62 stream.next_in = 0; in cramfs_uncompress_init()
/u-boot/lib/bzip2/
A Dbzlib.c354 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
355 s->strm->next_in++; in copy_input_until_stop()
372 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
373 s->strm->next_in++; in copy_input_until_stop()
1014 bzf->strm.next_in = buf; in BZ_API()
1164 bzf->strm.next_in = bzf->buf; in BZ_API()
1225 bzf->strm.next_in = bzf->buf; in BZ_API()
1266 *unused = bzf->strm.next_in; in BZ_API()
1303 strm.next_in = source; in BZ_API()
1348 strm.next_in = source; in BZ_API()
A Dbzlib_decompress.c101 (*((UChar*)(s->strm->next_in)))); \
103 s->strm->next_in++; \
/u-boot/lib/zlib/
A Duncompr.c50 stream.next_in = (z_const Bytef *)source;
A Dinffast.c100 in = strm->next_in - OFF; in inflate_fast()
332 strm->next_in = in + OFF; in inflate_fast()
A Dinflate.c182 next = strm->next_in; \
193 strm->next_in = next; \
350 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate()
A Ddeflate.c1038 strm->adler = adler32(strm->adler, strm->next_in, len);
1042 strm->adler = crc32(strm->adler, strm->next_in, len);
1045 zmemcpy(buf, strm->next_in, len);
1046 strm->next_in += len;
/u-boot/lib/
A Dgunzip.c206 s.next_in = src + i; in gzwrite()
293 s.next_in = src + offset; in zunzip()
A Dgzip.c81 s.next_in = src; in zzip()
/u-boot/include/
A Dbzlib.h102 char *next_in; member
/u-boot/fs/btrfs/
A Dcompression.c117 stream.next_in = cbuf + stream.total_in; in decompress_zlib()
/u-boot/include/u-boot/
A Dzlib.h427 Bytef *next_in; /* next input byte */ member

Completed in 39 milliseconds