Home
last modified time | relevance | path

Searched refs:reverse_copy (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Drm_cp_test.cpp72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
/ndk/tests/device/test-gnustl-full/unit/
Drm_cp_test.cpp72 reverse_copy((int*)numbers, (int*)numbers + 6, (int*)result); in revcopy1()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_algo.h339 _OutputIter reverse_copy(_BidirectionalIter __first, in reverse_copy() function