Home
last modified time | relevance | path

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

/external/crosvm/vm_memory/src/
Dguest_address.rs26 pub fn offset_from(self, base: GuestAddress) -> u64 { in offset_from() method
/external/rust/crates/hashbrown/src/raw/
Dmod.rs77 unsafe fn offset_from<T>(to: *const T, from: *const T) -> usize { in offset_from() function
82 unsafe fn offset_from<T>(to: *const T, from: *const T) -> usize { in offset_from() function