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

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c78 /// ostream_t/istream_t are used to wrap the pointers/length data passed into
93 } istream_t; typedef in typeref:struct:__anon10866
99 static inline u64 IO_read_bits(istream_t *const in, const int num_bits);
101 static inline void IO_rewind_bits(istream_t *const in, const int num_bits);
104 static inline void IO_align_stream(istream_t *const in);
111 static inline size_t IO_istream_len(const istream_t *const in);
115 static inline const u8 *IO_get_read_ptr(istream_t *const in, size_t len);
121 static inline void IO_advance_input(istream_t *const in, size_t len);
125 /// Returns an `istream_t` constructed from the given pointer and length.
126 static inline istream_t IO_make_istrea
[all...]

Completed in 181 milliseconds