Searched refs:bounds_ok (Results 1 – 1 of 1) sorted by relevance
142 let bounds_ok = off <= PAGE_SIZE && len <= PAGE_SIZE && (off + len) <= PAGE_SIZE; in with_pointer_into_page() localVariable144 if bounds_ok { in with_pointer_into_page()