Searched defs:poly (Results  1 – 4 of 4) sorted by relevance
| /lib/ | 
| D | gen_crc64table.c | 25 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly)  in generate_reflected_crc64_table() 43 static void generate_crc64_table(uint64_t table[256], uint64_t poly)  in generate_crc64_table()
  | 
| D | polynomial.c | 79 long polynomial_calc(const struct polynomial *poly, long data)  in polynomial_calc()
  | 
| D | bch.c | 114 	struct gf_poly poly;  member 308 static inline int deg(unsigned int poly)  in deg() 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() 590 static int find_poly_deg2_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg2_roots() 632 static int find_poly_deg3_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg3_roots() 665 static int find_poly_deg4_roots(struct bch_control *bch, struct gf_poly *poly,  in find_poly_deg4_roots() 898 			   struct gf_poly *poly, unsigned int *roots)  in find_poly_roots() 1076 static int build_gf_tables(struct bch_control *bch, unsigned int poly)  in build_gf_tables()
  | 
| /lib/xz/ | 
| D | xz_crc32.c | 31 	const uint32_t poly = 0xEDB88320;  in xz_crc32_init()  local
  |