Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Dnet.h273 #define POLYNOMIAL_BE 0x04c11db6 macro
/openbmc/qemu/net/
H A Dnet.c1782 crc = ((crc ^ POLYNOMIAL_BE) | carry); in net_crc32()