Home
last modified time | relevance | path

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

/dpdk/drivers/net/dpaa2/base/
H A Ddpaa2_tlu_hash.c86 unsigned int crc, polynom = 0xedb88320; in byte_crc32() local
93 crc = (crc >> 1) ^ (((crc ^ data) & 0x1) ? polynom : 0); in byte_crc32()