Lines Matching refs:bb
186 gf bb[NN - KK + 1], gf eras_val[NN-KK], int eras_pos[NN-KK], in eras_dec_rs()
200 syn_error |= bb[i]; in eras_dec_rs()
211 s[i] = bb[0]; in eras_dec_rs()
214 if(bb[j] == 0) in eras_dec_rs()
216 tmp = Index_of[bb[j]]; in eras_dec_rs()
442 gf bb[NN - KK + 1]; in doc_decode_ecc() local
462 bb[0] = (ecc1[4] & 0xff) | ((ecc1[5] & 0x03) << 8); in doc_decode_ecc()
463 bb[1] = ((ecc1[5] & 0xfc) >> 2) | ((ecc1[2] & 0x0f) << 6); in doc_decode_ecc()
464 bb[2] = ((ecc1[2] & 0xf0) >> 4) | ((ecc1[3] & 0x3f) << 4); in doc_decode_ecc()
465 bb[3] = ((ecc1[3] & 0xc0) >> 6) | ((ecc1[0] & 0xff) << 2); in doc_decode_ecc()
467 nb_errors = eras_dec_rs(Alpha_to, Index_of, bb, in doc_decode_ecc()