Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/stdlib/
Dqsort.c63 #define TYPE_ALIGNED(TYPE, a, es) \ macro
227 if (TYPE_ALIGNED(long, a, es)) in qsort()
229 else if (sizeof(int) != sizeof(long) && TYPE_ALIGNED(int, a, es)) in qsort()