Searched refs:msbit (Results 1 – 2 of 2) sorted by relevance
811 uint32_t msbit = widthminus1 + lsbit; in DecodeType3() local812 if (msbit <= 31) { in DecodeType3()
1774 uint32_t msbit = widthminus1 + lsbit; in DecodeType3() local1775 if (msbit <= 31) { in DecodeType3()1778 uint32_t extr_val = rm_val << (31 - msbit); in DecodeType3()