Searched refs:IO_get_read_ptr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c115 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);
625 const u8 *const read_ptr = IO_get_read_ptr(in, 1);
772 const u8 *const read_ptr = IO_get_read_ptr(in, size);
778 const u8 *const read_ptr = IO_get_read_ptr(in, 1);
889 const u8 *const weight_src = IO_get_read_ptr(in, bytes);
1097 const u8 *const src = IO_get_read_ptr(in, len);
1202 const u8 symb = IO_get_read_ptr(in, 1)[0];
1277 IO_get_read_ptr(litstream, literal_length);
1495 const u8 *const content = IO_get_read_ptr(i
1664 static inline const u8 *IO_get_read_ptr(istream_t *const in, size_t len) { function
[all...]

Completed in 112 milliseconds