Searched refs:CRC32_POLYNOMIAL (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/qlnx/qlnxe/
H A Dnvm_map.h42 #define CRC32_POLYNOMIAL 0xEDB88320 macro
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_trap_rcv.c146 #define CRC32_POLYNOMIAL 0xEDB88320L macro
166 crc = (crc >> 1) ^ CRC32_POLYNOMIAL;

Completed in 98 milliseconds