Searched refs:poly (Results 1 – 2 of 2) sorted by relevance
113 struct gf_poly poly; member285 static inline int deg(unsigned int poly) in deg() argument288 return fls(poly)-1; in deg()352 uint32_t poly; in compute_syndromes() local365 poly = *ecc++; in compute_syndromes()367 while (poly) { in compute_syndromes()368 i = deg(poly); in compute_syndromes()372 poly ^= (1 << i); in compute_syndromes()555 static int find_poly_deg1_roots(struct bch_control *bch, struct gf_poly *poly, in find_poly_deg1_roots() argument560 if (poly->c[0]) in find_poly_deg1_roots()[all …]
32 const uint32_t poly = CRC32_POLY_LE; in xz_crc32_init() local41 r = (r >> 1) ^ (poly & ~((r & 1) - 1)); in xz_crc32_init()