Searched refs:next_out (Results 1 – 11 of 11) sorted by relevance
/u-boot/fs/cramfs/ |
A D | uncompress.c | 40 stream.next_out = dst; in cramfs_uncompress_block()
|
/u-boot/lib/bzip2/ |
A D | bzlib.c | 399 *(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 D | gunzip.c | 225 s.next_out = writebuf; in gzwrite() 295 s.next_out = dst; in zunzip() 306 *lenp = s.next_out - (unsigned char *) dst; in zunzip()
|
A D | gzip.c | 89 s.next_out = dst; in zzip()
|
/u-boot/lib/zlib/ |
A D | uncompr.c | 60 stream.next_out = dest;
|
A D | inffast.c | 110 out = strm->next_out - OFF; in inflate_fast() 333 strm->next_out = out + OFF; in inflate_fast()
|
A D | inflate.c | 125 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 D | deflate.c | 571 zmemcpy(strm->next_out, strm->state->pending_out, len); 572 strm->next_out += len;
|
/u-boot/include/ |
A D | bzlib.h | 107 char *next_out; member
|
/u-boot/fs/btrfs/ |
A D | compression.c | 99 stream.next_out = dbuf; in decompress_zlib()
|
/u-boot/include/u-boot/ |
A D | zlib.h | 430 Bytef *next_out; /* next output byte should be put there */ member
|
Completed in 15 milliseconds