Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_crc.c13 #define CRC32_VEC_LEN1 1512 macro
82 test_data = rte_zmalloc(NULL, CRC32_VEC_LEN1, 0); in test_crc_calc()
84 for (i = 0; i < CRC32_VEC_LEN1; i += 12) in test_crc_calc()
87 result = crc_calc(test_data, CRC32_VEC_LEN1, type); in test_crc_calc()