Home
last modified time | relevance | path

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

/external/zstd/doc/educational_decoder/
Dzstd_decompress.c126 static inline istream_t IO_make_istream(const u8 *in, size_t len);
397 istream_t in = IO_make_istream(src, src_len); in ZSTD_decompress_with_dict()
1236 istream_t litstream = IO_make_istream(literals, literals_len); in execute_sequences()
1376 istream_t in = IO_make_istream(src, src_len); in ZSTD_get_decompressed_size()
1443 istream_t in = IO_make_istream(byte_src, src_len); in parse_dictionary()
1708 static inline istream_t IO_make_istream(const u8 *in, size_t len) { in IO_make_istream() function
1720 return IO_make_istream(ptr, len); in IO_make_sub_istream()