eras              152 lib/reed_solomon/test_rslib.c 			int len, int errs, int eras)
eras              194 lib/reed_solomon/test_rslib.c 	for (i = 0; i < eras; i++) {
eras              261 lib/reed_solomon/test_rslib.c 		int eras, int trials, struct estat *stat,
eras              275 lib/reed_solomon/test_rslib.c 		nerrs = get_rcw_we(rs, ws, len, errs, eras);
eras              280 lib/reed_solomon/test_rslib.c 					NULL, eras, derrlocs, 0, corr);
eras              286 lib/reed_solomon/test_rslib.c 					s, eras, derrlocs, 0, corr);
eras              291 lib/reed_solomon/test_rslib.c 					NULL, eras, derrlocs, 0, NULL);
eras              324 lib/reed_solomon/test_rslib.c 	int errs, eras, retval;
eras              330 lib/reed_solomon/test_rslib.c 		for (eras = 0; eras <= nroots - 2 * errs; eras++)
eras              331 lib/reed_solomon/test_rslib.c 			test_uc(rs, len, errs, eras, trials, &stat, ws, method);
eras              367 lib/reed_solomon/test_rslib.c 		int eras, int trials, struct bcstat *stat,
eras              378 lib/reed_solomon/test_rslib.c 		get_rcw_we(rs, ws, len, errs, eras);
eras              380 lib/reed_solomon/test_rslib.c 				NULL, eras, derrlocs, 0, corr);
eras              412 lib/reed_solomon/test_rslib.c 	int errs, eras, cutoff;
eras              418 lib/reed_solomon/test_rslib.c 		eras = nroots - 2 * errs + 1;
eras              419 lib/reed_solomon/test_rslib.c 		if (eras < 0)
eras              420 lib/reed_solomon/test_rslib.c 			eras = 0;
eras              423 lib/reed_solomon/test_rslib.c 		for (; eras <= cutoff; eras++)
eras              424 lib/reed_solomon/test_rslib.c 			test_bc(rs, len, errs, eras, trials, &stat, ws);