Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/algo/detail/
Dmerge.hpp676 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in op_merge_with_right_placed()
703 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in swap_merge_with_right_placed()
713 , BidirIterator const r_first, BidirIterator r_last in op_merge_with_left_placed()
746 , BidirIterator const r_first, BidirIterator r_last in merge_with_left_placed()
756 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in merge_with_right_placed()
767 , InputOutIterator dest_first, InputOutIterator r_first, InputOutIterator r_last in uninitialized_merge_with_right_placed()
/aosp_15_r20/external/rust/android-crates-io/crates/lz4_flex/src/
Dfastcpy_unsafe.rs72 let r_last = unsafe { dst.add(num_bytes - SIZE) }; in wild_copy_from_src() localVariable