Searched refs:decode_unsigned_subexp_with_ref (Results 1 – 1 of 1) sorted by relevance
214 pub fn decode_unsigned_subexp_with_ref(&mut self, mx: i32, r: i32) -> Result<u32, String> { in decode_unsigned_subexp_with_ref() method231 let x = self.decode_unsigned_subexp_with_ref(high - low, r - low)?; in decode_signed_subexp_with_ref()