Home
last modified time | relevance | path

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

/third_party/rust/rust/library/core/src/num/dec2flt/
Dcommon.rs12 fn offset_from(&self, other: &Self) -> isize; in offset_from() method
34 fn offset_from(&self, other: &Self) -> isize { in offset_from() method
/third_party/lwip/src/core/
Dpbuf.c991 size_t offset_to = offset, offset_from = 0, len; in pbuf_copy_partial_pbuf() local
/third_party/rust/rust/library/core/src/ptr/
Dconst_ptr.rs690 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
Dmut_ptr.rs862 pub const unsafe fn offset_from(self, origin: *const T) -> isize in offset_from() method
/third_party/rust/rust/library/core/tests/
Dptr.rs732 fn offset_from() { in offset_from() function