Searched refs:IO_get_read_ptr (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 97 static inline const u8 *IO_get_read_ptr(istream_t *const in, size_t len); 657 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decompress_data() 804 const u8 *const read_ptr = IO_get_read_ptr(in, size); in decode_literals_simple() 810 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decode_literals_simple() 921 const u8 *const weight_src = IO_get_read_ptr(in, bytes); in decode_huf_table() 1129 const u8 *const src = IO_get_read_ptr(in, len); in decompress_sequences() 1234 const u8 symb = IO_get_read_ptr(in, 1)[0]; in decode_seq_table() 1309 IO_get_read_ptr(litstream, literal_length); in copy_literals() 1659 const u8 *const ptr = IO_get_read_ptr(in, len); in IO_make_sub_istream() 1763 const u8 *const src = IO_get_read_ptr(in, len); in HUF_decompress_1stream() [all …]
|