Home
last modified time | relevance | path

Searched defs:get_uint (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs662 let get_uint = types::get_uint(self.endianness, width, span); in add_typedef_field() localVariable
668 let get_uint = types::get_uint(self.endianness, width, span); in add_typedef_field() localVariable
766 let get_uint = types::get_uint(self.endianness, width, span); in parse_array_element() localVariable
773 let get_uint = types::get_uint(self.endianness, *width, span); in parse_array_element() localVariable
Dtypes.rs106 pub fn get_uint( in get_uint() function
119 let get_uint = format_ident!("get_uint{}", suffix); in get_uint() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs546 let get_uint = types::get_uint(self.endianness, width, span); in add_typedef_field() localVariable
552 let get_uint = types::get_uint(self.endianness, width, span); in add_typedef_field() localVariable
653 let get_uint = types::get_uint(self.endianness, width, span); in parse_array_element() localVariable
660 let get_uint = types::get_uint(self.endianness, *width, span); in parse_array_element() localVariable
Dtypes.rs120 pub fn get_uint( in get_uint() function
133 let get_uint = format_ident!("get_uint{}", suffix); in get_uint() localVariable
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/acorn/
H A Dlib.rs53 pub fn get_uint(&mut self, bits: usize) -> u64 { in get_uint() method
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dtcptracer.c58 static int get_uint(const char *arg, unsigned int *ret, in get_uint() function
H A Dtcpconnect.c87 static int get_uint(const char *arg, unsigned int *ret, in get_uint() function
/aosp_15_r20/external/skia/gm/
H A Dexoticformats.cpp40 static inline uint32_t get_uint(uint8_t* buffer, uint32_t i) { in get_uint() function
/aosp_15_r20/external/rust/android-crates-io/crates/bytes/src/buf/
Dbuf_impl.rs862 fn get_uint(&mut self, nbytes: usize) -> u64 { in get_uint() method
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytes-1.6.0/src/buf/
H A Dbuf_impl.rs854 fn get_uint(&mut self, nbytes: usize) -> u64 { in get_uint() method