Searched refs:kpi (Results 1 – 2 of 2) sorted by relevance
1202 uint16_t kpi = ncb / 3; in move_padding_bytes() local1203 uint16_t nd = kpi - d; in move_padding_bytes()1206 rte_memcpy(&out[nd + kpi + 64], &in[kpi], d); in move_padding_bytes()1207 rte_memcpy(&out[(nd - 1) + 2 * (kpi + 64)], &in[2 * kpi], d); in move_padding_bytes()
385 uint16_t kpi = RTE_ALIGN_CEIL(d, 32); in transform_enc_out_dec_in() local386 uint16_t nd = kpi - d; in transform_enc_out_dec_in()387 uint16_t ncb = 3 * kpi; in transform_enc_out_dec_in()