Searched refs:move_backward_type (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h186 void move_backward_type(TYPE* d, const TYPE* s, size_t n = 1) { function in namespace:android
H A DSortedVector.h269 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
H A DVector.h335 move_backward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );

Completed in 640 milliseconds