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

/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c107 static inline void IO_write_byte(ostream_t *const out, u8 symb);
1646 static inline void IO_write_byte(ostream_t *const out, u8 symb) { function
1843 IO_write_byte(out, HUF_decode_symbol(dtable, &state, src, &bit_offset));
2084 IO_write_byte(out, FSE_decode_symbol(dtable, &state1, src, &offset));
2088 IO_write_byte(out, FSE_peek_symbol(dtable, state2));
2093 IO_write_byte(out, FSE_decode_symbol(dtable, &state2, src, &offset));
2097 IO_write_byte(out, FSE_peek_symbol(dtable, state1));

Completed in 177 milliseconds