Home
last modified time | relevance | path

Searched defs:offset_from (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/vm_memory/src/
Dguest_address.rs43 pub fn offset_from(self, base: GuestAddress) -> u64 { in offset_from() method
/external/rust/crates/bytes/src/
Dbytes_mut.rs1689 fn offset_from(dst: *mut u8, original: *mut u8) -> usize { in offset_from() function
/external/rust/crates/hashbrown/src/raw/
Dmod.rs73 unsafe fn offset_from<T>(to: *const T, from: *const T) -> usize { in offset_from() function