HomeSort by: relevance | last modified time | path
    Searched defs:cmp_result (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/menuc/
avl.c 70 int cmp_result; local
77 cmp_result = strcmp (id, tree->id);
78 if (cmp_result == 0)
80 else if (cmp_result < 0)
  /src/lib/libc/stdlib/
qsort.c 106 int swaptype, cmp_result; local
137 while (pb <= pc && (cmp_result = cmp(pb, a, cookie)) <= 0) {
138 if (cmp_result == 0) {
144 while (pb <= pc && (cmp_result = cmp(pc, a, cookie)) >= 0) {
145 if (cmp_result == 0) {
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
qsort.c 123 int cmp_result; local
153 while (pb <= pc && (cmp_result = CMP(thunk, pb, a)) <= 0) {
154 if (cmp_result == 0) {
161 while (pb <= pc && (cmp_result = CMP(thunk, pc, a)) >= 0) {
162 if (cmp_result == 0) {
  /src/crypto/external/bsd/openssl.old/dist/test/
x509_time_test.c 281 int cmp_result, failed = 0; local
286 cmp_result = X509_cmp_time(asn1_before, NULL);
287 if (!TEST_int_eq(cmp_result, -1))
290 cmp_result = X509_cmp_time(asn1_after, NULL);
291 if (!TEST_int_eq(cmp_result, 1))
asn1_time_test.c 27 int cmp_result; /* comparison to baseline result */ member in struct:testdata
147 } else if (!((td->cmp_result == 0 && TEST_true((day == 0 && sec == 0))) ||
148 (td->cmp_result == -1 && TEST_true((day < 0 || sec < 0))) ||
149 (td->cmp_result == 1 && TEST_true((day > 0 || sec > 0))))) {
154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) {
202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
  /src/external/bsd/bc/dist/
util.c 375 int cmp_result; local
382 cmp_result = strcmp (id, tree->id);
383 if (cmp_result == 0)
385 else if (cmp_result < 0)
  /src/crypto/external/apache2/openssl/dist/test/
asn1_time_test.c 29 int cmp_result; /* comparison to baseline result */ member in struct:testdata
654 } else if (!((td->cmp_result == 0 && TEST_true((day == 0 && sec == 0))) || (td->cmp_result == -1 && TEST_true((day < 0 || sec < 0))) || (td->cmp_result == 1 && TEST_true((day > 0 || sec > 0))))) {
659 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) {
707 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
731 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
x509_time_test.c 430 int cmp_result, failed = 0; local
435 cmp_result = X509_cmp_time(asn1_before, NULL);
436 if (!TEST_int_eq(cmp_result, -1))
439 cmp_result = X509_cmp_time(asn1_after, NULL);
440 if (!TEST_int_eq(cmp_result, 1))
  /src/crypto/external/bsd/openssl/dist/test/
asn1_time_test.c 27 int cmp_result; /* comparison to baseline result */ member in struct:testdata
147 } else if (!((td->cmp_result == 0 && TEST_true((day == 0 && sec == 0))) ||
148 (td->cmp_result == -1 && TEST_true((day < 0 || sec < 0))) ||
149 (td->cmp_result == 1 && TEST_true((day > 0 || sec > 0))))) {
154 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(&atime, gtime_t), td->cmp_result)) {
202 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
226 if (!TEST_int_eq(ASN1_TIME_cmp_time_t(ptime, gtime_t), td->cmp_result)) {
x509_time_test.c 281 int cmp_result, failed = 0; local
286 cmp_result = X509_cmp_time(asn1_before, NULL);
287 if (!TEST_int_eq(cmp_result, -1))
290 cmp_result = X509_cmp_time(asn1_after, NULL);
291 if (!TEST_int_eq(cmp_result, 1))
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch-builtins.cc 3063 rtx cmp_result; local
3082 cmp_result = gen_reg_rtx (SImode);
3084 /* First assume that CMP_RESULT is false. */
3085 loongarch_emit_move (cmp_result, const0_rtx);
3092 /* Set CMP_RESULT to true if the branch was taken. */
3094 loongarch_emit_move (cmp_result, const1_rtx);
3097 return cmp_result;
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 5887 rtx cmp_result;
5891 cmp_result = mips_allocate_fcc (CCV2mode);
5892 emit_insn (gen_scc_ps (cmp_result,
5896 cmp_result));
5899 cmp_result));
8536 rtx inc, cmp_result, mask, length;
8543 cmp_result = gen_rtx_EQ (VOIDmode, begin, end);
8544 emit_jump_insn (gen_condjump (cmp_result, end_label));
8551 cmp_result = gen_rtx_EQ (VOIDmode, inc, const0_rtx);
8552 emit_jump_insn (gen_condjump (cmp_result, end_label))
5859 rtx cmp_result; local
8498 rtx inc, cmp_result, mask, length; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 5754 rtx cmp_result;
5758 cmp_result = mips_allocate_fcc (CCV2mode);
5759 emit_insn (gen_scc_ps (cmp_result,
5763 cmp_result));
5766 cmp_result));
8375 rtx inc, cmp_result, mask, length;
8382 cmp_result = gen_rtx_EQ (VOIDmode, begin, end);
8383 emit_jump_insn (gen_condjump (cmp_result, end_label));
8390 cmp_result = gen_rtx_EQ (VOIDmode, inc, const0_rtx);
8391 emit_jump_insn (gen_condjump (cmp_result, end_label))
5726 rtx cmp_result; local
8337 rtx inc, cmp_result, mask, length; local
    [all...]

Completed in 35 milliseconds