Home
last modified time | relevance | path

Searched refs:extra_len (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/common/cpt/
H A Dcpt_ucode.h395 uint32_t extra_len = extra_buf ? extra_buf->size : 0; in fill_sg_comp_from_iov() local
423 if (extra_len && (e_len >= extra_offset)) { in fill_sg_comp_from_iov()
436 extra_len = RTE_MIN(extra_len, size); in fill_sg_comp_from_iov()
438 if (extra_len) { in fill_sg_comp_from_iov()
442 rte_cpu_to_be_16(extra_len); in fill_sg_comp_from_iov()
445 size -= extra_len; in fill_sg_comp_from_iov()
457 extra_len = 0; in fill_sg_comp_from_iov()
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c685 wraplen += 2 + s->gzhead->extra_len;
893 put_byte(s, s->gzhead->extra_len & 0xff);
894 put_byte(s, (s->gzhead->extra_len >> 8) & 0xff);
906 uInt left = (s->gzhead->extra_len & 0xffff) - s->gzindex;
H A Dzlib.h120 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */ member
H A Dinflate.c748 state->head->extra_len = (unsigned)hold;
763 len = state->head->extra_len - state->length;