Lines Matching full:around
49 /// - `ptr`'s referent does not wrap around the address space \[1\]
63 /// around the address space (in other words, will not overflow
192 // wrap around the address space [1], and so none of the addresses in project()
269 // range which does not wrap around the address space. in with_meta()
376 // 4. `ptr` addresses a byte range which does not wrap around the in trailing_slice()
400 // around the address space. Thus, this pointer arithmetic remains in slice_unchecked()
401 // in-bounds of the same allocation, and does not wrap around the in slice_unchecked()
456 // > must not “wrap around” the edge of the address space. in iter()
472 // does not wrap around the address space. Since `elem` is in iter()
474 // around the address space. in iter()
482 // overflow or wrap around, so `elem >= base > 0`. in iter()
572 // `self.as_non_null()` does not wrap around the address space. This in try_cast_into()