Searched defs:poly (Results 1 – 7 of 7) sorted by relevance
18 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly) in generate_reflected_crc64_table()36 static void generate_crc64_table(uint64_t table[256], uint64_t poly) in generate_crc64_table()
31 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
17 int poly; member
1372 static u8 sja1105_crc8_add(u8 crc, u8 byte, u8 poly) in sja1105_crc8_add()1400 u8 poly = (u8)(1 + (poly_koopman << 1)); in sja1105et_fdb_hash() local
288 u64 poly; /* E/T only */ member
70 const u32 poly = 0x00DB2777; in sas_hash_addr() local
151 static u8 smi240_crc3(u32 data, u8 init, u8 poly) in smi240_crc3()