Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_atomic.c348 uint8_t crc8_table[256]; variable
367 crc8_table[i] = val; in build_crc8_table()
378 crc = crc8_table[crc ^ message[i]]; in get_crc8()