Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dpqsort.c65 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
69 swapfunc(char *a, char *b, size_t n, int swaptype) in swapfunc() argument
72 if (swaptype <= 1) in swapfunc()
79 if (swaptype == 0) { \
84 swapfunc(a, b, es, swaptype)
86 #define vecswap(a, b, n) if ((n) > 0) swapfunc((a), (b), (size_t)(n), swaptype)
104 int swaptype, cmp_result; in _pqsort() local