Home
last modified time | relevance | path

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

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