Lines Matching +full:0 +full:x409
46 * first consecutive root is 0
50 rs_decoder = init_rs (10, 0x409, 0, 1, 6);
62 e.g. for FLASH ECC, where the all 0xFF is inverted to an all 0x00. The
63 Reed-Solomon code for all 0x00 is all 0x00. The code is inverted before
64 storing to FLASH so it is 0xFF too. This prevents that reading from an
77 memset(par, 0, sizeof(par));
79 encode_rs8 (rs_decoder, data8, 512, par, 0);
116 numerr = decode_rs8 (rs_decoder, data8, par, 512, NULL, 0, NULL, 0, NULL);
135 numerr = decode_rs8 (rs_decoder, data8, par, 512, syn, 0, NULL, 0, NULL);
157 numerr = decode_rs8 (rs_decoder, NULL, NULL, 512, syn, 0, errpos, 0, corr);
158 for (i = 0; i < numerr; i++) {