Home
last modified time | relevance | path

Searched refs:cmp_result (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/pci/drm/
Dlinux_sort.c87 int cmp_result, swaptype; in qsort() local
116 while (pb <= pc && (cmp_result = cmp(pb, a)) <= 0) { in qsort()
117 if (cmp_result == 0) { in qsort()
123 while (pb <= pc && (cmp_result = cmp(pc, a)) >= 0) { in qsort()
124 if (cmp_result == 0) { in qsort()
Dlinux_sort_r.c91 int cmp_result, swaptype; in qsort_r() local
120 while (pb <= pc && (cmp_result = cmp(pb, a, p)) <= 0) { in qsort_r()
121 if (cmp_result == 0) { in qsort_r()
127 while (pb <= pc && (cmp_result = cmp(pc, a, p)) >= 0) { in qsort_r()
128 if (cmp_result == 0) { in qsort_r()
/openbsd/src/lib/libc/stdlib/
Dqsort.c129 int cmp_result; in introsort() local
160 while (pb <= pc && (cmp_result = cmp(pb, a)) <= 0) { in introsort()
161 if (cmp_result == 0) { in introsort()
167 while (pb <= pc && (cmp_result = cmp(pc, a)) >= 0) { in introsort()
168 if (cmp_result == 0) { in introsort()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
DTester.pm137 sub cmp_result subroutine
258 cmp_result($result, $expect, $name);
/openbsd/src/gnu/usr.bin/binutils/gdb/
Daix-thread.c743 int cmp_result; in sync_threadlists() local
750 cmp_result = ptid_cmp (pptid, gptid); in sync_threadlists()
752 if (cmp_result == 0) in sync_threadlists()
759 else if (cmp_result > 0) in sync_threadlists()
/openbsd/src/gnu/gcc/gcc/config/mips/
Dmips.c3277 rtx cmp_result; in mips_expand_vcondv2sf() local
3281 cmp_result = gen_reg_rtx (CCV2mode); in mips_expand_vcondv2sf()
3282 emit_insn (gen_scc_ps (cmp_result, in mips_expand_vcondv2sf()
3286 cmp_result)); in mips_expand_vcondv2sf()
3289 cmp_result)); in mips_expand_vcondv2sf()
10673 rtx cmp_result, op0, op1; in mips_expand_builtin_movtf() local
10675 cmp_result = mips_prepare_builtin_target (icode, 0, 0); in mips_expand_builtin_movtf()
10678 emit_insn (GEN_FCN (icode) (cmp_result, op0, op1, GEN_INT (cond))); in mips_expand_builtin_movtf()
10692 emit_insn (gen_mips_cond_move_tf_ps (target, op0, op1, cmp_result)); in mips_expand_builtin_movtf()
10734 rtx offset, condition, cmp_result, ops[MAX_RECOG_OPERANDS]; in mips_expand_builtin_compare() local
[all …]
/openbsd/src/gnu/usr.bin/perl/vms/
Dvms.c3828 int cmp_result; local
3904 cmp_result = VMS_INO_T_COMPARE(s0.crtl_stat.st_ino, s1.crtl_stat.st_ino);
3905 if ((cmp_result != 0) && (s0.st_ctime != s1.st_ctime)) {