Searched refs:kpi (Results 1 – 2 of 2) sorted by relevance
1193 uint16_t kpi = ncb / 3; in move_padding_bytes() local1194 uint16_t nd = kpi - d; in move_padding_bytes()1197 rte_memcpy(&out[nd + kpi + 64], &in[kpi], d); in move_padding_bytes()1198 rte_memcpy(&out[(nd - 1) + 2 * (kpi + 64)], &in[2 * kpi], d); in move_padding_bytes()
392 uint16_t kpi = RTE_ALIGN_CEIL(d, 32); in transform_enc_out_dec_in() local393 uint16_t nd = kpi - d; in transform_enc_out_dec_in()394 uint16_t ncb = 3 * kpi; in transform_enc_out_dec_in()