Searched refs:TYPE_ALIGNED (Results 1 – 1 of 1) sorted by relevance
63 #define TYPE_ALIGNED(TYPE, a, es) \ macro227 if (TYPE_ALIGNED(long, a, es)) in qsort()229 else if (sizeof(int) != sizeof(long) && TYPE_ALIGNED(int, a, es)) in qsort()