Searched refs:cmp_result (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/lib/libc/stdlib/ |
| H A D | qsort.c | 97 int cmp_result; in qsort_r() local 128 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r() 129 if (cmp_result == 0) { in qsort_r() 136 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r() 137 if (cmp_result == 0) { in qsort_r()
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | qsort.c | 121 int cmp_result; in rk_qsort_r() local 151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in rk_qsort_r() 152 if (cmp_result == 0) { in rk_qsort_r() 159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in rk_qsort_r() 160 if (cmp_result == 0) { in rk_qsort_r()
|
| /freebsd-12.1/sys/libkern/ |
| H A D | qsort.c | 119 int cmp_result; in qsort_r() local 151 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) { in qsort_r() 152 if (cmp_result == 0) { in qsort_r() 159 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) { in qsort_r() 160 if (cmp_result == 0) { in qsort_r()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips.c | 3305 rtx cmp_result; in mips_expand_vcondv2sf() local 3309 cmp_result = gen_reg_rtx (CCV2mode); in mips_expand_vcondv2sf() 3310 emit_insn (gen_scc_ps (cmp_result, in mips_expand_vcondv2sf() 3314 cmp_result)); in mips_expand_vcondv2sf() 3317 cmp_result)); in mips_expand_vcondv2sf() 10698 rtx cmp_result, op0, op1; in mips_expand_builtin_movtf() local 10700 cmp_result = mips_prepare_builtin_target (icode, 0, 0); in mips_expand_builtin_movtf() 10766 cmp_result = mips_prepare_builtin_target (icode, 0, 0); in mips_expand_builtin_compare() 10798 condition = gen_single_cc (cmp_result, offset); in mips_expand_builtin_compare() 10815 rtx condition, cmp_result; in mips_expand_builtin_bposge() local [all …]
|