Searched defs:poly (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/lib/ |
D | bch.c | 107 struct gf_poly poly; member 275 static inline int deg(unsigned int poly) in deg() 342 uint32_t poly; in compute_syndromes() local 545 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 560 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 602 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 635 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 875 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1051 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|
/linux-4.1.27/lib/xz/ |
D | xz_crc32.c | 32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
|
/linux-4.1.27/include/linux/ |
D | pstore_ram.h | 33 int poly; member
|
/linux-4.1.27/drivers/crypto/ |
D | bfin_crc.h | 71 u32 poly; member
|
D | bfin_crc.c | 57 u32 poly; member
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_init.c | 88 const u32 poly = 0x00DB2777; in sas_hash_addr() local
|
/linux-4.1.27/drivers/mtd/nand/ |
D | atmel_nand.c | 1105 static inline int deg(unsigned int poly) in deg() 1111 static int build_gf_tables(int mm, unsigned int poly, in build_gf_tables() 1143 unsigned int poly = (sector_size == 512) ? in create_lookup_table() local
|
/linux-4.1.27/drivers/char/hw_random/ |
D | n2-drv.c | 452 static u64 advance_polynomial(u64 poly, u64 val, int count) in advance_polynomial()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_crc_par_defs.h | 94 unsigned int poly : 3; member
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 1293 static const int poly[]={ in updateCRC() local
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-dev.c | 1026 u32 poly = CRCPOLY_LE; in xgbe_vid_crc32_le() local
|