Searched refs:IO_get_read_ptr (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 115 static inline const u8 *IO_get_read_ptr(istream_t *const in, size_t len); 625 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decompress_data() 772 const u8 *const read_ptr = IO_get_read_ptr(in, size); in decode_literals_simple() 778 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decode_literals_simple() 889 const u8 *const weight_src = IO_get_read_ptr(in, bytes); in decode_huf_table() 1097 const u8 *const src = IO_get_read_ptr(in, len); in decompress_sequences() 1202 const u8 symb = IO_get_read_ptr(in, 1)[0]; in decode_seq_table() 1277 IO_get_read_ptr(litstream, literal_length); in copy_literals() 1717 const u8 *const ptr = IO_get_read_ptr(in, len); in IO_make_sub_istream() 1821 const u8 *const src = IO_get_read_ptr(in, len); in HUF_decompress_1stream() [all …]
|