Home
last modified time | relevance | path

Searched refs:dest_last (Results 1 – 2 of 2) sorted by relevance

/external/parameter-framework/upstream/parameter/
DParameterBlackboard.cpp73 auto dest_last = std::copy(begin(input), end(input), atOffset(offset)); in writeString() local
74 *dest_last = '\0'; in writeString()
/external/e2fsprogs/lib/ext2fs/
Dblkmap64_rb.c244 struct rb_node *dest_node, *src_node, *dest_last, **n; in rb_copy_bmap() local
269 dest_last = NULL; in rb_copy_bmap()
271 dest_last = ext2fs_rb_last(&dest_bp->root); in rb_copy_bmap()
272 n = &(dest_last)->rb_right; in rb_copy_bmap()
275 ext2fs_rb_link_node(dest_node, dest_last, n); in rb_copy_bmap()