Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 5 of 5) sorted by relevance

/isa-l/crc/
H A Dcrc_base.c206 crc32_iscsi_base(unsigned char *buffer, int len, unsigned int crc_init) in crc32_iscsi_base()
H A Dcrc_ref.h47 crc32_iscsi_ref(unsigned char *buffer, int len, unsigned int crc_init) in crc32_iscsi_ref()
H A Dcrc_base_aliases.c35 crc32_iscsi(unsigned char *buffer, int len, unsigned int crc_init) in crc32_iscsi()
/isa-l/igzip/
H A Digzip.c1711 _zlib_header_in_buffer(struct isal_zstream *stream, uint8_t *buffer) in _zlib_header_in_buffer()
1743 uint8_t buffer[10] = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff }; in write_stream_header_stateless() local
1783 uint8_t buffer[10] = { 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff }; in write_stream_header() local
/isa-l/include/
H A Digzip_lib.h381 uint8_t buffer[2 * IGZIP_HIST_SIZE + ISAL_LOOK_AHEAD]; //!< Internal buffer member