Home
last modified time | relevance | path

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

/lib/xz/
Dxz_crc32.c32 const uint32_t poly = 0xEDB88320; in xz_crc32_init() local
/lib/
Dbch.c107 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()