Searched refs:M2 (Results 1 – 1 of 1) sorted by relevance
665 const M2: u32 = 0xFF00; in tl0picidx() constant666 ((((self.0 & M1) >> 16) & M2) >> 8) as u8 in tl0picidx()672 const M2: u32 = 0x00FF; in irap_pic_id() constant673 (((self.0 & M1) >> 16) & M2) as u8 in irap_pic_id()679 const M2: u32 = 0b10000000; in s() constant680 (((self.0 & M1) >> 8) & M2) != 0 in s()686 const M2: u32 = 0b01000000; in e() constant687 (((self.0 & M1) >> 8) & M2) != 0 in e()693 const M2: u32 = 0b00111111; in res() constant694 (((self.0 & M1) >> 8) & M2) as u8 in res()