Home
last modified time | relevance | path

Searched refs:msbit (Results 1 – 3 of 3) sorted by relevance

/linux/lib/crc/
H A Dcrc8.c33 const u8 msbit = 0x80; in crc8_populate_msb() local
34 u8 t = msbit; in crc8_populate_msb()
39 t = (t << 1) ^ (t & msbit ? polynomial : 0); in crc8_populate_msb()
/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_keys.c
/linux/arch/m68k/fpsp040/
H A Dsgetem.S96 bsr shft |shift mantissa bits till msbit is set
104 | Shifts the mantissa bits until msbit is set.