Home
last modified time | relevance | path

Searched defs:SWAPINIT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/lib/libsa/
H A Dqsort.c62 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro
/netbsd-src/lib/libc/stdlib/
H A Dqsort.c66 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c70 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro