Lines Matching defs:err
59 u8 c, err = 0;
63 err |= biphase_tbl[p[i]] | biphase_tbl[p[i + 1]];
69 return err & 0xf0;
220 int id1, id2, l, err = 0;
244 err = !odd_parity(p[0]) || !odd_parity(p[1]);
249 err = 1;
253 err = 1;
257 vbi->type = err ? 0 : id2;
258 vbi->line = err ? 0 : l;
259 vbi->is_second_field = err ? 0 : (id1 == 0x55);