Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_crc.c12 #define CRC_VEC_LEN 32 macro
20 static const uint8_t crc_vec[CRC_VEC_LEN] = {
77 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()
105 result = crc_calc(crc_vec, CRC_VEC_LEN, type); in test_crc_calc()