Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/vector_util/
H A Dc_algo.h63 #define c_iter_swap _c_iter_swap macro
82 void c_iter_swap(c_iterator x, c_iterator y);
H A Dc_algo.c55 void c_iter_swap(c_iterator x, c_iterator y) in c_iter_swap() function
286 c_iter_swap(first, ITER_DEC(last)); in c_reverse()
298 c_iter_swap(first, last); in c_reverse()