Home
last modified time | relevance | path

Searched defs:isal_zstream (Results 1 – 2 of 2) sorted by relevance

/dports/devel/isa-l/isa-l-2.30.0/include/
H A Digzip_lib.h399 struct isal_zstream { struct
400 uint8_t *next_in; //!< Next input byte
401 uint32_t avail_in; //!< number of bytes available at next_in
402 uint32_t total_in; //!< total number of bytes read so far
404 uint8_t *next_out; //!< Next output byte
405 uint32_t avail_out; //!< number of bytes available at next_out
406 uint32_t total_out; //!< total number of bytes written so far
409 uint32_t level; //!< Compression level to use
410 uint32_t level_buf_size; //!< Size of level_buf
412 uint16_t end_of_stream; //!< non-zero if this is the last input buffer
[all …]
/dports/biology/fastp/fastp-0.23.2/src/
H A Digzip_lib.h399 struct isal_zstream { struct
400 uint8_t *next_in; //!< Next input byte
401 uint32_t avail_in; //!< number of bytes available at next_in
402 uint32_t total_in; //!< total number of bytes read so far
404 uint8_t *next_out; //!< Next output byte
405 uint32_t avail_out; //!< number of bytes available at next_out
406 uint32_t total_out; //!< total number of bytes written so far
409 uint32_t level; //!< Compression level to use
410 uint32_t level_buf_size; //!< Size of level_buf
412 uint16_t end_of_stream; //!< non-zero if this is the last input buffer
[all …]