Home
last modified time | relevance | path

Searched defs:poly (Results 1 – 11 of 11) sorted by relevance

/linux/lib/crc/
H A Dgen_crc64table.c18 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()
/linux/lib/
H A Dbch.c114 struct gf_poly poly; member
308 static inline int deg(unsigned int poly) in deg() argument
375 uint32_t poly; in compute_syndromes() local
575 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() argument
590 find_poly_deg2_roots(struct bch_control * bch,struct gf_poly * poly,unsigned int * roots) find_poly_deg2_roots() argument
632 find_poly_deg3_roots(struct bch_control * bch,struct gf_poly * poly,unsigned int * roots) find_poly_deg3_roots() argument
665 find_poly_deg4_roots(struct bch_control * bch,struct gf_poly * poly,unsigned int * roots) find_poly_deg4_roots() argument
898 find_poly_roots(struct bch_control * bch,unsigned int k,struct gf_poly * poly,unsigned int * roots) find_poly_roots() argument
1076 build_gf_tables(struct bch_control * bch,unsigned int poly) build_gf_tables() argument
[all...]
H A Dpolynomial.c
/linux/lib/xz/
H A Dxz_crc32.c31 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
/linux/include/linux/
H A Dpstore_ram.h17 int poly; member
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_dynamic_config.c1372 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
H A Dsja1105_static_config.h288 u64 poly; /* E/T only */ member
/linux/lib/crc/tests/
H A Dcrc_kunit.c44 u64 poly; member
[all...]
/linux/drivers/scsi/libsas/
H A Dsas_init.c70 const u32 poly = 0x00DB2777; in sas_hash_addr() local
/linux/drivers/iio/imu/
H A Dsmi240.c151 static u8 smi240_crc3(u32 data, u8 init, u8 poly) in smi240_crc3()
/linux/drivers/net/ethernet/amd/
H A Dnmclan_cs.c1289 static const int poly[]={ in updateCRC() local