Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 11 of 11) sorted by relevance

/u-boot/fs/cramfs/
A Duncompress.c40 stream.next_out = dst; in cramfs_uncompress_block()
/u-boot/lib/bzip2/
A Dbzlib.c399 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop()
402 s->strm->next_out++; in copy_output_until_stop()
599 s->strm->next_out++; in unRLE_obuf_to_output_FAST()
718 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST()
756 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
802 s->strm->next_out++; in unRLE_obuf_to_output_SMALL()
1018 bzf->strm.next_out = bzf->buf; in BZ_API()
1077 bzf->strm.next_out = bzf->buf; in BZ_API()
1211 bzf->strm.next_out = buf; in BZ_API()
1304 strm.next_out = dest; in BZ_API()
[all …]
/u-boot/lib/
A Dgunzip.c225 s.next_out = writebuf; in gzwrite()
295 s.next_out = dst; in zunzip()
306 *lenp = s.next_out - (unsigned char *) dst; in zunzip()
A Dgzip.c89 s.next_out = dst; in zzip()
/u-boot/lib/zlib/
A Duncompr.c60 stream.next_out = dest;
A Dinffast.c110 out = strm->next_out - OFF; in inflate_fast()
333 strm->next_out = out + OFF; in inflate_fast()
A Dinflate.c125 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); in updatewindow()
132 zmemcpy(state->window + state->write, strm->next_out - copy, dist); in updatewindow()
135 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow()
180 put = strm->next_out; \
191 strm->next_out = put; \
921 UPDATE(state->check, strm->next_out - out, out); in inflate()
A Ddeflate.c571 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->next_out += len;
/u-boot/include/
A Dbzlib.h107 char *next_out; member
/u-boot/fs/btrfs/
A Dcompression.c99 stream.next_out = dbuf; in decompress_zlib()
/u-boot/include/u-boot/
A Dzlib.h430 Bytef *next_out; /* next output byte should be put there */ member

Completed in 15 milliseconds