Home
last modified time | relevance | path

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

/external/zstd/doc/educational_decoder/
Dzstd_decompress.c131 static inline istream_t IO_make_sub_istream(istream_t *const in, size_t len);
640 istream_t block_stream = IO_make_sub_istream(in, block_len); in decompress_data()
837 istream_t huf_stream = IO_make_sub_istream(in, compressed_size); in decode_literals_compressed()
906 istream_t fse_stream = IO_make_sub_istream(in, header); in decode_huf_table()
1715 static inline istream_t IO_make_sub_istream(istream_t *const in, size_t len) { in IO_make_sub_istream() function
1874 istream_t in1 = IO_make_sub_istream(in, csize1); in HUF_decompress_4stream()
1875 istream_t in2 = IO_make_sub_istream(in, csize2); in HUF_decompress_4stream()
1876 istream_t in3 = IO_make_sub_istream(in, csize3); in HUF_decompress_4stream()
1877 istream_t in4 = IO_make_sub_istream(in, IO_istream_len(in)); in HUF_decompress_4stream()