Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Ddfa.c157 qsort (&rule_set [1], (size_t) num_associated_rules, sizeof (rule_set [1]), intcmp); in dump_associated_rules()
821 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods()
856 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods()
879 qsort (&accset [1], (size_t) nacc, sizeof (accset [1]), intcmp); in snstods()
H A Dmisc.c191 int intcmp (const void *a, const void *b) in intcmp() function
H A Dflexdef.h803 extern int intcmp(const void *, const void *);
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dutility.cppm
/freebsd/sbin/ipf/ipf/
H A Dipfcomp.c23 int intcmp(const void *, const void *);
241 intcmp(const void *c1, const void *c2) in intcmp() function
683 qsort(m, FRC_MAX, sizeof(mc_t), intcmp); in emitGroup()
998 qsort(m, FRC_MAX, sizeof(mc_t), intcmp); in printCgroup()
/freebsd/sys/sys/
H A Dqmath.h352 #define Q_QCMPQ(a, b, intcmp, fraccmp) \ argument
353 ((Q_GIVAL(a) intcmp Q_GIVAL(b)) || \