Searched refs:poly (Results 1 - 6 of 6) sorted by relevance

/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A DR7600.c44 const uint32_t poly = ntohl(0x2083b8ed); local
52 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);
H A DR7800.c44 const uint32_t poly = ntohl(0x2083b8ed); local
52 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);
H A Dadd_header.c45 const uint32_t poly = ntohl(0x2083b8ed); local
53 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);
H A Dwndr3700.c47 const uint32_t poly = ntohl(0x2083b8ed); local
55 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);
H A Dmkbrnimg.c37 const uint32_t poly = ntohl(0x2083b8ed); local
45 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);
H A Dmotorola-bin.c62 const uint32_t poly = ntohl(0x2083b8ed); local
70 crc = (crc & 1) ? (poly ^ (crc >> 1)) : (crc >> 1);

Completed in 83 milliseconds