Home
last modified time | relevance | path

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

/netbsd/usr.bin/menuc/
H A Davl.c70 int cmp_result; in find_id() local
77 cmp_result = strcmp (id, tree->id); in find_id()
78 if (cmp_result == 0) in find_id()
80 else if (cmp_result < 0) in find_id()
/netbsd/lib/libc/stdlib/
H A Dqsort.c105 int swaptype, cmp_result; in qsort() local
135 while (pb <= pc && (cmp_result = cmp(pb, a)) <= 0) { in qsort()
136 if (cmp_result == 0) { in qsort()
142 while (pb <= pc && (cmp_result = cmp(pc, a)) >= 0) { in qsort()
143 if (cmp_result == 0) { in qsort()
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dasn1_time_test.c27 int cmp_result; /* comparison to baseline result */ member
147 } else if (!((td->cmp_result == 0 && TEST_true((day == 0 && sec == 0))) || in test_table()
148 (td->cmp_result == -1 && TEST_true((day < 0 || sec < 0))) || in test_table()
149 (td->cmp_result == 1 && TEST_true((day > 0 || sec > 0))))) { in test_table()
154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table()
202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
H A Dx509_time_test.c281 int cmp_result, failed = 0; in test_x509_cmp_time_current() local
286 cmp_result = X509_cmp_time(asn1_before, NULL); in test_x509_cmp_time_current()
287 if (!TEST_int_eq(cmp_result, -1)) in test_x509_cmp_time_current()
290 cmp_result = X509_cmp_time(asn1_after, NULL); in test_x509_cmp_time_current()
291 if (!TEST_int_eq(cmp_result, 1)) in test_x509_cmp_time_current()
/netbsd/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dqsort.c123 int cmp_result; in rk_qsort_r() local
153 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in rk_qsort_r()
154 if (cmp_result == 0) { in rk_qsort_r()
161 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in rk_qsort_r()
162 if (cmp_result == 0) { in rk_qsort_r()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dasn1_time_test.c27 int cmp_result; /* comparison to baseline result */ member
147 } else if (!((td->cmp_result == 0 && TEST_true((day == 0 && sec == 0))) || in test_table()
148 (td->cmp_result == -1 && TEST_true((day < 0 || sec < 0))) || in test_table()
149 (td->cmp_result == 1 && TEST_true((day > 0 || sec > 0))))) { in test_table()
154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) { in test_table()
202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) { in test_table()
H A Dx509_time_test.c281 int cmp_result, failed = 0; in test_x509_cmp_time_current() local
286 cmp_result = X509_cmp_time(asn1_before, NULL); in test_x509_cmp_time_current()
287 if (!TEST_int_eq(cmp_result, -1)) in test_x509_cmp_time_current()
290 cmp_result = X509_cmp_time(asn1_after, NULL); in test_x509_cmp_time_current()
291 if (!TEST_int_eq(cmp_result, 1)) in test_x509_cmp_time_current()
/netbsd/external/bsd/bc/dist/
H A Dutil.c375 int cmp_result; in find_id() local
382 cmp_result = strcmp (id, tree->id); in find_id()
383 if (cmp_result == 0) in find_id()
385 else if (cmp_result < 0) in find_id()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Daix-thread.c819 int cmp_result; in sync_threadlists() local
826 cmp_result = ptid_cmp (pptid, gptid); in sync_threadlists()
828 if (cmp_result == 0) in sync_threadlists()
837 else if (cmp_result > 0) in sync_threadlists()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Daix-thread.c819 int cmp_result; in sync_threadlists() local
826 cmp_result = ptid_cmp (pptid, gptid); in sync_threadlists()
828 if (cmp_result == 0) in sync_threadlists()
837 else if (cmp_result > 0) in sync_threadlists()
/netbsd/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c5715 rtx cmp_result; in mips_expand_vcondv2sf() local
5720 emit_insn (gen_scc_ps (cmp_result, in mips_expand_vcondv2sf()
5724 cmp_result)); in mips_expand_vcondv2sf()
5727 cmp_result)); in mips_expand_vcondv2sf()
8197 rtx inc, cmp_result, mask, length; in mips_expand_synci_loop() local
17096 rtx cmp_result; in mips_expand_builtin_movtf() local
17125 rtx cmp_result; in mips_expand_builtin_msa_test_branch() local
17141 cmp_result = gen_reg_rtx (SImode); in mips_expand_builtin_msa_test_branch()
17156 return cmp_result; in mips_expand_builtin_msa_test_branch()
17197 rtx offset, condition, cmp_result; in mips_expand_builtin_compare() local
[all …]
H A Dmips.cc5717 rtx cmp_result; in mips_expand_vcondv2sf() local
5722 emit_insn (gen_scc_ps (cmp_result, in mips_expand_vcondv2sf()
5726 cmp_result)); in mips_expand_vcondv2sf()
5729 cmp_result)); in mips_expand_vcondv2sf()
8328 rtx inc, cmp_result, mask, length; in mips_expand_synci_loop() local
17261 rtx cmp_result; in mips_expand_builtin_movtf() local
17290 rtx cmp_result; in mips_expand_builtin_msa_test_branch() local
17306 cmp_result = gen_reg_rtx (SImode); in mips_expand_builtin_msa_test_branch()
17321 return cmp_result; in mips_expand_builtin_msa_test_branch()
17362 rtx offset, condition, cmp_result; in mips_expand_builtin_compare() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c5715 rtx cmp_result; in mips_expand_vcondv2sf() local
5720 emit_insn (gen_scc_ps (cmp_result, in mips_expand_vcondv2sf()
5724 cmp_result)); in mips_expand_vcondv2sf()
5727 cmp_result)); in mips_expand_vcondv2sf()
8197 rtx inc, cmp_result, mask, length; in mips_expand_synci_loop() local
17096 rtx cmp_result; in mips_expand_builtin_movtf() local
17125 rtx cmp_result; in mips_expand_builtin_msa_test_branch() local
17141 cmp_result = gen_reg_rtx (SImode); in mips_expand_builtin_msa_test_branch()
17156 return cmp_result; in mips_expand_builtin_msa_test_branch()
17197 rtx offset, condition, cmp_result; in mips_expand_builtin_compare() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Dvsx.md4825 rtx cmp_result = gen_reg_rtx (<MODE>mode);
4828 emit_insn (gen_vcmpnez<VSX_EXTRACT_WIDTH> (cmp_result, operands[1],
4830 emit_insn (gen_one_cmpl<mode>2 (not_result, cmp_result));
4914 rtx cmp_result = gen_reg_rtx (<MODE>mode);
4916 emit_insn (gen_vcmpne<VSX_EXTRACT_WIDTH> (cmp_result, operands[1],
4923 emit_insn (gen_vctzlsbb_<mode> (operands[0], cmp_result));
4925 emit_insn (gen_vclzlsbb_<mode> (operands[0], cmp_result));
4931 emit_insn (gen_vctzlsbb_<mode> (tmp, cmp_result));
4933 emit_insn (gen_vclzlsbb_<mode> (tmp, cmp_result));
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Dvsx.md5359 rtx cmp_result = gen_reg_rtx (<MODE>mode);
5362 emit_insn (gen_vcmpne<VSX_EXTRACT_WIDTH> (cmp_result, operands[1],
5364 emit_insn (gen_one_cmpl<mode>2 (not_result, cmp_result));
5448 rtx cmp_result = gen_reg_rtx (<MODE>mode);
5450 emit_insn (gen_vcmpne<VSX_EXTRACT_WIDTH> (cmp_result, operands[1],
5457 emit_insn (gen_vctzlsbb_<mode> (operands[0], cmp_result));
5459 emit_insn (gen_vclzlsbb_<mode> (operands[0], cmp_result));
5465 emit_insn (gen_vctzlsbb_<mode> (tmp, cmp_result));
5467 emit_insn (gen_vclzlsbb_<mode> (tmp, cmp_result));