HomeSort by: relevance | last modified time | path
    Searched defs:intcmp (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/amiga/stand/bootblock/elf2bb/
elf2bb.c 63 static int intcmp(const void *, const void *);
82 intcmp(const void *i, const void *j) function
383 heapsort(relbuf, r32sz, 4, intcmp);
  /src/external/bsd/ipf/dist/tools/
ipfcomp.c 28 int intcmp __P((const void *, const void *));
246 int intcmp(c1, c2) function
699 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);
1017 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);
  /src/external/bsd/flex/dist/src/
misc.c 194 /* intcmp - compares two integers for use by qsort. */
196 int intcmp (const void *a, const void *b) function

Completed in 27 milliseconds