Searched refs:next_out (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/lib/bzip2/ |
| H A D | bzlib.c | 398 *(s->strm->next_out) = s->zbits[s->state_out_pos]; in copy_output_until_stop() 401 s->strm->next_out++; in copy_output_until_stop() 595 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_FAST() 598 s->strm->next_out++; in unRLE_obuf_to_output_FAST() 644 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() 717 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST() 752 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 755 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() 798 *( (UChar*)(s->strm->next_out) ) = s->state_out_ch; in unRLE_obuf_to_output_SMALL() 801 s->strm->next_out++; in unRLE_obuf_to_output_SMALL() [all …]
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | gunzip.c | 234 s.next_out = writebuf; in gzwrite() 304 s.next_out = dst; in zunzip() 315 *lenp = s.next_out - (unsigned char *) dst; in zunzip()
|
| H A D | gzip.c | 89 s.next_out = dst; in zzip()
|
| /rk3399_rockchip-uboot/fs/cramfs/ |
| H A D | uncompress.c | 40 stream.next_out = dst; in cramfs_uncompress_block()
|
| /rk3399_rockchip-uboot/lib/zlib/ |
| H A D | inffast.c | 110 out = strm->next_out - OFF; in inflate_fast() 333 strm->next_out = out + OFF; in inflate_fast()
|
| H 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()
|
| H A D | deflate.c | 570 zmemcpy(strm->next_out, strm->state->pending_out, len); 571 strm->next_out += len;
|
| /rk3399_rockchip-uboot/include/ |
| H A D | bzlib.h | 107 char *next_out; member
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | zlib.h | 424 Bytef *next_out; /* next output byte should be put there */ member
|