Lines Matching refs:bc
708 unsigned int blk, nby, i, bc, z, id, cmp; in mcu_load() local
728 bc = (unsigned int)d; in mcu_load()
730 if (bc) { /* If there is any difference from previous block */ in mcu_load()
731 e = bitext(jd, bc); /* Extract data bits */ in mcu_load()
733 bc = 1 << (bc - 1); /* MSB position */ in mcu_load()
734 if (!(e & bc)) e -= (bc << 1) - 1; /* Restore negative value if needed */ in mcu_load()
748 bc = (unsigned int)d; in mcu_load()
749 z += bc >> 4; /* Skip leading zero run */ in mcu_load()
751 if (bc &= 0x0F) { /* Bit length? */ in mcu_load()
752 d = bitext(jd, bc); /* Extract data bits */ in mcu_load()
754 bc = 1 << (bc - 1); /* MSB position */ in mcu_load()
755 if (!(d & bc)) d -= (bc << 1) - 1; /* Restore negative value if needed */ in mcu_load()