Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Dqsort.c57 #define SWAPINIT(TYPE, a, es) swaptype_ ## TYPE = \ macro
/freebsd/crypto/heimdal/lib/roken/
H A Dqsort.c68 #define SWAPINIT(a, es) swaptype = ((char *)a - (char *)0) % sizeof(long) || \ macro