msbit 32 lib/crc8.c const u8 msbit = 0x80; msbit 33 lib/crc8.c u8 t = msbit; msbit 38 lib/crc8.c t = (t << 1) ^ (t & msbit ? polynomial : 0); msbit 77 net/sunrpc/auth_gss/gss_krb5_keys.c int byte, i, msbit; msbit 97 net/sunrpc/auth_gss/gss_krb5_keys.c msbit = ( msbit 110 net/sunrpc/auth_gss/gss_krb5_keys.c byte += (((in[((inbits - 1) - (msbit >> 3)) % inbits] << 8)| msbit 111 net/sunrpc/auth_gss/gss_krb5_keys.c (in[((inbits) - (msbit >> 3)) % inbits])) msbit 112 net/sunrpc/auth_gss/gss_krb5_keys.c >> ((msbit & 7) + 1)) & 0xff;