Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/
H A 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()
/openbsd-src/lib/libc/stdlib/
H A 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/
H A DTester.pm137 sub cmp_result subroutine
258 cmp_result($result, $expect, $name);
594 =head3 cmp_result(\%result, \%expect, $name)
600 cmp_result compares the result with the expected values. If any differences
602 expected result and cmp_result will not do the comparison of that field.
614 cmp_result() above.
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A 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/
H A 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/
H A 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)) {