Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_tlu_hash.c99 static unsigned int crc32_table[256]; variable
106 crc32_table[i] = byte_crc32((unsigned char)i, 0LL); in init_crc32_table()
118 crc = (crc >> 8) ^ crc32_table[(crc ^ data[i]) & 0xff]; in crc32_string()