| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_inflate.c | 130 strm->next_out = out_buf; in __gunzip() 159 if (flush && strm->next_out > out_buf) { in __gunzip() 160 long l = strm->next_out - out_buf; in __gunzip() 166 strm->next_out = out_buf; in __gunzip()
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | zlib_wrapper.c | 62 stream->next_out = squashfs_first_page(output); in zlib_uncompress() 87 stream->next_out = squashfs_next_page(output); in zlib_uncompress() 88 if (stream->next_out != NULL) in zlib_uncompress()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | zlib.c | 135 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 214 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 252 workspace->strm.next_out = cpage_out; in zlib_compress_pages() 298 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 337 workspace->strm.next_out = workspace->buf; in zlib_decompress_bio() 387 workspace->strm.next_out = workspace->buf; in zlib_decompress() 442 workspace->strm.next_out = workspace->buf; in zlib_decompress()
|
| /OK3568_Linux_fs/kernel/lib/zlib_inflate/ |
| H A D | inflate.c | 130 memcpy(state->window, strm->next_out - state->wsize, state->wsize); in zlib_updatewindow() 137 memcpy(state->window + state->write, strm->next_out - copy, dist); in zlib_updatewindow() 140 memcpy(state->window, strm->next_out - copy, copy); in zlib_updatewindow() 187 put = strm->next_out; \ 198 strm->next_out = put; \ 755 UPDATE(state->check, strm->next_out - out, out); in zlib_inflate() 788 Byte *saved_no = z->next_out; in zlib_inflateIncomp() 796 z->next_out = (unsigned char*)z->next_in + z->avail_in; in zlib_inflateIncomp() 802 z->next_out = saved_no; in zlib_inflateIncomp()
|
| H A D | inffast.c | 99 out = strm->next_out; in inflate_fast() 319 strm->next_out = out; in inflate_fast()
|
| H A D | infutil.c | 29 strm->next_out = gunzip_buf; in zlib_inflate_blob()
|
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ppp/ |
| H A D | ppp_deflate.c | 216 state->strm.next_out = wptr; in z_compress() 235 state->strm.next_out = NULL; in z_compress() 322 state->strm.next_out = NULL; in z_decomp_alloc() 451 state->strm.next_out = obuf + 3; in z_decompress() 474 --state->strm.next_out; in z_decompress() 484 state->strm.next_out = overflow_buf; in z_decompress()
|
| /OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/ |
| H A D | zmem.c | 70 s.next_out = dst; in gunzip() 77 *lenp = s.next_out - (unsigned char *) dst; in gunzip()
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 64 param, &strm->next_out, &avail_out, in dfltcc_cmpr() 206 *strm->next_out = (Byte)state->bi_buf; in dfltcc_deflate() 240 state->bi_buf = *strm->next_out & ((1 << state->bi_valid) - 1); in dfltcc_deflate()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | lzma.c | 62 strm.next_out = buf_out; in lzma_decompress_to_file() 89 strm.next_out = buf_out; in lzma_decompress_to_file()
|
| H A D | zlib.c | 50 zs.next_out = buf; in gzip_decompress_to_file()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | compression.cpp | 51 deflate_stream.next_out = reinterpret_cast<Bytef *>(out); in compress() 86 inflate_stream.next_out = reinterpret_cast<Bytef *>(out); in decompress()
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | defutil.h | 429 if (strm->next_out != NULL) { in flush_pending() 430 memcpy(strm->next_out, s->pending_out, len); in flush_pending() 431 strm->next_out += len; in flush_pending()
|
| /OK3568_Linux_fs/kernel/fs/jffs2/ |
| H A D | compr_zlib.c | 92 def_strm.next_out = cpage_out; in jffs2_zlib_compress() 154 inf_strm.next_out = cpage_out; in jffs2_zlib_decompress()
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| 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 | inffast.c | 110 out = strm->next_out - OFF; in inflate_fast() 333 strm->next_out = out + OFF; in inflate_fast()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | head-inflate-data.c | 50 strm->next_out = _sdata; in __inflate_kernel_data()
|
| /OK3568_Linux_fs/u-boot/fs/cramfs/ |
| H A D | uncompress.c | 40 stream.next_out = dst; in cramfs_uncompress_block()
|
| /OK3568_Linux_fs/kernel/fs/cramfs/ |
| H A D | uncompress.c | 38 stream.next_out = dst; in cramfs_uncompress_block()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | deflate.c | 191 stream->next_out = (u8 *)dst; in __deflate_compress() 236 stream->next_out = (u8 *)dst; in __deflate_decompress()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cudbg_zlib.c | 54 compress_stream.next_out = pout_buff->data + pout_buff->offset; in cudbg_compress_buff()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | compress.c | 123 stream.next_out = page_address(pages[curpage]) in zisofs_uncompress_block() 128 stream.next_out = (void *)&zisofs_sink_page; in zisofs_uncompress_block()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | zlib.h | 89 Byte *next_out; /* next output byte should be put there */ member
|