Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_crc.c15 #define CRC16_VEC_LEN1 12 macro
34 static const uint8_t crc16_vec1[CRC16_VEC_LEN1] = {
111 result = crc_calc(crc16_vec1, CRC16_VEC_LEN1, type); in test_crc_calc()