Home
last modified time | relevance | path

Searched defs:offset_from_end (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Ddecoder.rs690 let offset_from_end = self.payload_field_offset_from_end(); in add_payload_field() localVariable
741 let offset_from_end = proc_macro2::Literal::usize_unsuffixed(offset_from_end / 8); in add_payload_field() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dparser.rs577 let offset_from_end = self.payload_field_offset_from_end(); in add_payload_field() localVariable
628 let offset_from_end = syn::Index::from(offset_from_end / 8); in add_payload_field() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs2698 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
2880 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs2661 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
2843 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs2698 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
2880 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs2698 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
2880 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/slice/
H A Diter.rs2661 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
2843 let offset_from_end = (len - 1 - n) * self.chunk_size; in nth_back() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1017 let offset_from_end = len - at - 1; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1017 let offset_from_end = len - at - 1; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1017 let offset_from_end = len - at - 1; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1017 let offset_from_end = len - at - 1; in remove() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1017 let offset_from_end = len - at - 1; in remove() localVariable