Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_crc.c14 #define CRC32_VEC_LEN2 348 macro
94 for (i = 0; i < CRC32_VEC_LEN2; i += 12) in test_crc_calc()
97 result = crc_calc(test_data, CRC32_VEC_LEN2, type); in test_crc_calc()