Searched refs:CC_MASK (Results 1 – 1 of 1) sorted by relevance
16 pub const CC_MASK: u8 = 0xF; constant81 let cc = (b0 & CC_MASK) as usize; in unmarshal()