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

/haiku-fatelf/src/system/libroot/posix/stdlib/
H A Dqsort.c42 static inline void swapfunc(char *, char *, int, int);
64 swapfunc(char *a, char *b, int n, int swaptype) function
78 swapfunc(a, b, es, swaptype)
80 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)

Completed in 32 milliseconds