Lines Matching +full:0 +full:x11d
47 {2, 0x7, 1, 1, 1, 100000 },
48 {3, 0xb, 1, 1, 2, 100000 },
49 {3, 0xb, 1, 1, 3, 100000 },
50 {3, 0xb, 2, 1, 4, 100000 },
51 {4, 0x13, 1, 1, 4, 10000 },
52 {5, 0x25, 1, 1, 6, 1000 },
53 {6, 0x43, 3, 1, 8, 1000 },
54 {7, 0x89, 1, 1, 14, 500 },
55 {8, 0x11d, 1, 1, 30, 100 },
56 {8, 0x187, 112, 11, 32, 100 },
57 {9, 0x211, 1, 1, 33, 80 },
58 {0, 0, 0, 0, 0, 0},
91 { 0, 0 },
95 { 1, 0 },
145 * 0 if there is no error in this position;
166 for (i = 0; i < dlen; i++) in get_rcw_we()
169 memset(c + dlen, 0, nroots * sizeof(*c)); in get_rcw_we()
170 encode_rs16(rs, c, dlen, c + dlen, 0); in get_rcw_we()
174 memset(errlocs, 0, len * sizeof(*errlocs)); in get_rcw_we()
175 memset(derrlocs, 0, nroots * sizeof(*derrlocs)); in get_rcw_we()
178 for (i = 0; i < errs; i++) { in get_rcw_we()
182 } while (errval == 0); in get_rcw_we()
187 } while (errlocs[errloc] != 0); in get_rcw_we()
194 for (i = 0; i < eras; i++) { in get_rcw_we()
198 } while (errlocs[errloc] != 0); in get_rcw_we()
210 } while (errval == 0); in get_rcw_we()
225 for (i = 0; i < nerrs; i++) in fix_err()
241 for (i = 0; i < nroots; i++) { in compute_syndrome()
242 syn[i] = data[0]; in compute_syndrome()
244 if (syn[i] == 0) { in compute_syndrome()
255 for (i = 0; i < nroots; i++) in compute_syndrome()
274 for (j = 0; j < trials; j++) { in test_uc()
280 NULL, eras, derrlocs, 0, corr); in test_uc()
286 s, eras, derrlocs, 0, corr); in test_uc()
291 NULL, eras, derrlocs, 0, NULL); in test_uc()
301 for (i = 0; i < derrs; i++) { in test_uc()
322 struct estat stat = {0, 0, 0, 0}; in ex_rs_helper()
329 for (errs = 0; errs <= nroots / 2; errs++) in ex_rs_helper()
330 for (eras = 0; eras <= nroots - 2 * errs; eras++) in ex_rs_helper()
353 int retval = 0; in exercise_rs()
359 for (i = 0; i <= IN_PLACE; i++) in exercise_rs()
377 for (j = 0; j < trials; j++) { in test_bc()
380 NULL, eras, derrlocs, 0, corr); in test_bc()
383 if (derrs >= 0) { in test_bc()
395 memset(corr, 0, nroots * sizeof(*corr)); in test_bc()
396 encode_rs16(rs, r, dlen, corr, 0); in test_bc()
410 struct bcstat stat = {0, 0, 0, 0}; in exercise_rs_bc()
419 if (eras < 0) in exercise_rs_bc()
420 eras = 0; in exercise_rs_bc()
461 retval = 0; in run_exercise()
462 for (i = 0; i < ARRAY_SIZE(pad_coef); i++) { in run_exercise()
489 int i, fail = 0; in test_rslib_init()
491 for (i = 0; Tab[i].symsize != 0 ; i++) { in test_rslib_init()
495 if (retval < 0) in test_rslib_init()