Home
last modified time | relevance | path

Searched refs:out_length (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/baseband/fpga_lte_fec/
H A Dfpga_lte_fec.c1528 out_length = (e + 7) >> 3; in enqueue_enc_one_op_cb()
1530 out_length = (k >> 3) * 3 + 2; in enqueue_enc_one_op_cb()
1532 mbuf_append(output, output, out_length); in enqueue_enc_one_op_cb()
1546 op->turbo_enc.output.length += out_length; in enqueue_enc_one_op_cb()
1608 out_length = (e + 7) >> 3; in enqueue_enc_one_op_tb()
1610 out_length = (k >> 3) * 3 + 2; in enqueue_enc_one_op_tb()
1638 out_offset += out_length; in enqueue_enc_one_op_tb()
1806 out_length = k >> 3; in enqueue_dec_one_op_cb()
1808 mbuf_append(output, output, out_length); in enqueue_dec_one_op_cb()
1879 out_length = (k - crc24_overlap) >> 3; in enqueue_dec_one_op_tb()
[all …]
/f-stack/dpdk/drivers/baseband/acc100/
H A Drte_acc100_pmd.c1598 *out_length = (e + 7) >> 3; in acc100_dma_desc_te_fill()
1600 *out_length = (k >> 3) * 3 + 2; in acc100_dma_desc_te_fill()
1611 *out_offset += *out_length; in acc100_dma_desc_te_fill()
1668 *out_offset += *out_length; in acc100_dma_desc_le_fill()
2306 out_length = 0; in enqueue_enc_one_op_cb()
2337 uint32_t out_length; in enqueue_ldpc_enc_n_op_cb() local
2361 out_length = (enc->cb_params.e + 7) >> 3; in enqueue_ldpc_enc_n_op_cb()
2379 output->data_len = out_length; in enqueue_ldpc_enc_n_op_cb()
2422 out_length = 0; in enqueue_ldpc_enc_one_op_cb()
2480 out_length = 0; in enqueue_enc_one_op_tb()
[all …]
/f-stack/dpdk/drivers/baseband/turbo_sw/
H A Dbbdev_turbo_software.c1354 uint8_t c, uint16_t out_length, uint32_t e, in process_ldpc_dec_cb() argument
1380 outLenWithCrc = out_length + (crc24_overlap >> 3); in process_ldpc_dec_cb()
1446 out = (uint8_t *)mbuf_append(m_out_head, m_out, out_length); in process_ldpc_dec_cb()
1522 rte_memcpy(out, adapter_input, out_length); in process_ldpc_dec_cb()
1523 dec->hard_output.length += out_length; in process_ldpc_dec_cb()
1528 RTE_SET_USED(out_length); in process_ldpc_dec_cb()
1637 uint16_t out_length, crc24_overlap = 0; in enqueue_ldpc_dec_one_op() local
1672 out_length = (dec->basegraph == 1 ? 22 : 10) * dec->z_c; /* K */ in enqueue_ldpc_dec_one_op()
1673 out_length = ((out_length - crc24_overlap - dec->n_filler) >> 3); in enqueue_ldpc_dec_one_op()
1685 process_ldpc_dec_cb(q, op, c, out_length, e, in enqueue_ldpc_dec_one_op()
[all …]
/f-stack/freebsd/contrib/zlib/
H A Dtrees.c1040 ulg out_length = (ulg)s->last_lit*8L; local
1044 out_length += (ulg)s->dyn_dtree[dcode].Freq *
1047 out_length >>= 3;
1049 s->last_lit, in_length, out_length,
1050 100L - out_length*100L/in_length));
1051 if (s->matches < s->last_lit/2 && out_length < in_length/2) return 1;
/f-stack/dpdk/drivers/baseband/fpga_5gnr_fec/
H A Drte_fpga_5gnr_fec.c1347 uint32_t in_length, out_length, e; in enqueue_ldpc_enc_one_op_cb() local
1387 out_length = (e + 7) >> 3; in enqueue_ldpc_enc_one_op_cb()
1399 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_enc_one_op_cb()
1413 op->ldpc_enc.output.length += out_length; in enqueue_ldpc_enc_one_op_cb()
1436 uint16_t e, in_length, out_length, k0, l, seg_total_left, sys_cols; in enqueue_ldpc_dec_one_op_cb() local
1514 out_length = ((K - crc24_overlap - dec->n_filler) >> 3); in enqueue_ldpc_dec_one_op_cb()
1535 mbuf_append(m_out_head, m_out, out_length); in enqueue_ldpc_dec_one_op_cb()
1554 op->ldpc_dec.hard_output.length += out_length; in enqueue_ldpc_dec_one_op_cb()