Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-algs.hh687 static inline void sort_r_swap(char *__restrict a, char *__restrict b, in sort_r_swap() function
706 sort_r_swap(a, b, w); in sort_r_cmpswap()
723 if(na > nb) { sort_r_swap(ptr, ptr+na, nb); } in sort_r_swap_blocks()
724 else { sort_r_swap(ptr, ptr+nb, na); } in sort_r_swap_blocks()
775 if(l[1] != last) { sort_r_swap(l[1], last, w); } in sort_r_simple()
808 if(ple < pl) { sort_r_swap(ple, pl, w); } in sort_r_simple()
821 if(pr < pre) { sort_r_swap(pr, pre, w); } in sort_r_simple()
824 if(pl < pr) { sort_r_swap(pl, pr, w); } in sort_r_simple()