Searched defs:poly (Results 1 – 2 of 2) sorted by relevance
/lib/xz/ |
D | xz_crc32.c | 32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local
|
/lib/ |
D | bch.c | 113 struct gf_poly poly; member 342 static inline int deg(unsigned int poly) in deg() 409 uint32_t poly; in compute_syndromes() local 612 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() 627 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg2_roots() 669 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg3_roots() 702 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg4_roots() 942 struct gf_poly *poly, unsigned int *roots) in find_poly_roots() 1120 static int build_gf_tables(struct bch_control *bch, unsigned int poly) in build_gf_tables()
|