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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dqsort.c43 static void swapfunc __P((char *, char *, int, int));
65 swapfunc(a, b, n, swaptype) function
81 swapfunc(a, b, es, swaptype)
83 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)

Completed in 86 milliseconds