Searched refs:IO_get_read_ptr (Results 1 – 1 of 1) sorted by relevance
/external/zstd/doc/educational_decoder/ |
D | zstd_decompress.c | 115 static inline const u8 *IO_get_read_ptr(istream_t *const in, size_t len); 612 const u8 *const read_ptr = IO_get_read_ptr(in, block_len); in decompress_data() 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() 1495 const u8 *const content = IO_get_read_ptr(in, dict->content_size); in init_dictionary_content() [all …]
|