Searched refs:rep (Results 1 – 3 of 3) sorted by relevance
/lib/raid6/ |
D | unroll.awk | 12 if (/\$\$/) { rep = n } else { rep = 1 } 13 for (i = 0; i < rep; ++i) {
|
/lib/842/ |
D | 842_decompress.c | 287 u64 op, rep, tmp, bytes, total; in sw842_decompress() local 310 ret = next_bits(&p, &rep, REPEAT_BITS); in sw842_decompress() 318 rep++; in sw842_decompress() 320 if (rep * 8 > p.olen) in sw842_decompress() 323 while (rep-- > 0) { in sw842_decompress()
|
/lib/ |
D | bch.c | 700 const struct gf_poly *a, int *rep) in gf_poly_logrep() argument 706 rep[i] = a->c[i] ? mod_s(bch, a_log(bch, a->c[i])+l) : -1; in gf_poly_logrep() 713 const struct gf_poly *b, int *rep) in gf_poly_mod() argument 723 if (!rep) { in gf_poly_mod() 724 rep = bch->cache; in gf_poly_mod() 725 gf_poly_logrep(bch, b, rep); in gf_poly_mod() 733 m = rep[i]; in gf_poly_mod()
|