Home
last modified time | relevance | path

Searched defs:read_uint (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/regex-automata/src/
Dbyteorder.rs7 fn read_uint(buf: &[u8], nbytes: usize) -> u64; in read_uint() method
/external/crosvm/media/cros-codecs/src/decoders/vp8/
Dbool_decoder.rs137 pub fn read_uint<U: TryFrom<i32>>(&mut self, nbits: usize) -> Result<U> { in read_uint() method
/external/fmtlib/test/
Dscan.h133 template <typename T = unsigned> T read_uint() { in read_uint() function
/external/rust/crates/byteorder/src/
Dlib.rs344 fn read_uint(buf: &[u8], nbytes: usize) -> u64; in read_uint() method
1992 fn read_uint(buf: &[u8], nbytes: usize) -> u64 { in read_uint() method
2208 fn read_uint(buf: &[u8], nbytes: usize) -> u64 { in read_uint() method
Dio.rs427 fn read_uint<T: ByteOrder>(&mut self, nbytes: usize) -> Result<u64> { in read_uint() method