Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/block/
Ddecompress.rs41 let dst_ptr_end = dst_ptr.add(num_items); in wild_copy_from_src_16() localVariable
66 let dst_ptr_end = output_ptr.add(match_length); in duplicate_overlapping() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/
Dfastcpy_unsafe.rs76 let dst_ptr_end = dst.add(num_bytes); in wild_copy_from_src() localVariable