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

/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dqsort.c68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
72 swapfunc(a, b, n, swaptype)
74 int n, swaptype;
76 if(swaptype <= 1)
83 if (swaptype == 0) { \
88 swapfunc(a, b, es, swaptype)
90 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
122 int swaptype, swap_cnt; local
/freebsd-10.0-release/lib/libc/stdlib/
H A Dqsort.c62 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
66 swapfunc(a, b, n, swaptype)
68 int n, swaptype;
70 if(swaptype <= 1)
77 if (swaptype == 0) { \
82 swapfunc(a, b, es, swaptype)
84 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
116 int swaptype, swap_cnt; local
/freebsd-10.0-release/sys/libkern/
H A Dqsort.c60 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \
64 swapfunc(char *a, char *b, int n, int swaptype) argument
66 if(swaptype <= 1)
73 if (swaptype == 0) { \
78 swapfunc(a, b, es, swaptype)
80 #define vecswap(a, b, n) if ((n) > 0) swapfunc(a, b, n, swaptype)
110 int d, r, swaptype, swap_cnt; local

Completed in 73 milliseconds