/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/ |
D | decoder.rs | 662 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
|
D | types.rs | 106 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/ |
D | parser.rs | 546 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
|
D | types.rs | 120 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 D | lib.rs | 53 pub fn get_uint(&mut self, bits: usize) -> u64 { in get_uint() method
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | tcptracer.c | 58 static int get_uint(const char *arg, unsigned int *ret, in get_uint() function
|
H A D | tcpconnect.c | 87 static int get_uint(const char *arg, unsigned int *ret, in get_uint() function
|
/aosp_15_r20/external/skia/gm/ |
H A D | exoticformats.cpp | 40 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/ |
D | buf_impl.rs | 862 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 D | buf_impl.rs | 854 fn get_uint(&mut self, nbytes: usize) -> u64 { in get_uint() method
|