Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/isoc/
A Dqsort.c35 static __inline void swapfunc(char *, char *, int, int);
53 swapfunc(char *a, char *b, int n, int swaptype) in swapfunc() function
66 swapfunc(a, b, es, swaptype)
67 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)

Completed in 2 milliseconds