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

/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c118 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len);
613 u8 *const write_ptr = IO_get_write_ptr(out, block_len);
626 u8 *const write_ptr = IO_get_write_ptr(out, block_len);
1275 u8 *const write_ptr = IO_get_write_ptr(out, literal_length);
1335 u8 *write_ptr = IO_get_write_ptr(out, match_length);
1678 static inline u8 *IO_get_write_ptr(ostream_t *const out, size_t len) { function

Completed in 114 milliseconds