Searched refs:msbit (Results 1 – 3 of 3) sorted by relevance
33 const u8 msbit = 0x80; in crc8_populate_msb() local34 u8 t = msbit; in crc8_populate_msb()39 t = (t << 1) ^ (t & msbit ? polynomial : 0); in crc8_populate_msb()
96 bsr shft |shift mantissa bits till msbit is set104 | Shifts the mantissa bits until msbit is set.