Searched refs:intcmp (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | dfa.c | 158 qsort (&rule_set [1], (size_t) num_associated_rules, sizeof (rule_set [1]), intcmp); in dump_associated_rules() 822 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods() 857 qsort (&sns [1], (size_t) numstates, sizeof (sns [1]), intcmp); in snstods() 880 qsort (&accset [1], (size_t) nacc, sizeof (accset [1]), intcmp); in snstods()
|
| H A D | misc.c | 196 int intcmp (const void *a, const void *b) in intcmp() function
|
| H A D | flexdef.h | 812 extern int intcmp(const void *, const void *);
|
| /netbsd-src/sys/arch/amiga/stand/bootblock/elf2bb/ |
| H A 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/ |
| H A 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.old/dist/gcc/config/s390/ |
| H A D | vx-builtins.md | 43 (define_code_iterator intcmp [eq gt gtu ge geu lt ltu le leu]) 805 (define_expand "vec_cmp<intcmp:code><VI_HW:mode>" 807 (intcmp:VI_HW (match_operand:VI_HW 1 "register_operand" "v") 811 s390_expand_vec_compare (operands[0], <intcmp:CODE>, operands[1], operands[2]);
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A 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]);
|