Searched refs:STAILQ_SORT (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/contrib/elftoolchain/common/
H A D_elftc.h211 * The STAILQ_SORT macro is adapted from Simon Tatham's O(n*log(n))
214 #ifndef STAILQ_SORT
215 #define STAILQ_SORT(head, type, field, cmp) do { \ macro
/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dlibpe_buffer.c103 STAILQ_SORT(&ps->ps_b, _PE_SecBuf, sb_next, cmp_sb);
H A Dlibpe_section.c91 STAILQ_SORT(&pe->pe_scn, _PE_Scn, ps_next, cmp_scn);

Completed in 66 milliseconds