Searched refs:intcmp (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| D | elf2bb.c | 63 static int intcmp(const void *, const void *); 82 intcmp(const void *i, const void *j) in intcmp() function 383 heapsort(relbuf, r32sz, 4, intcmp); in main()
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | ipfcomp.c | 28 int intcmp __P((const void *, const void *)); 246 int intcmp(c1, c2) in intcmp() function 699 qsort(m, FRC_MAX, sizeof(mc_t), intcmp); 1017 qsort(m, FRC_MAX, sizeof(mc_t), intcmp);
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | vx-builtins.md | 43 (define_code_iterator intcmp [eq gt gtu ge geu lt ltu le leu]) 798 (define_expand "vec_cmp<intcmp:code><VI_HW:mode>" 800 (intcmp:VI_HW (match_operand:VI_HW 1 "register_operand" "v") 804 s390_expand_vec_compare (operands[0], <intcmp:CODE>, operands[1], operands[2]);
|