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

  /src/external/lgpl3/gmp/dist/mpn/generic/
sec_pi1_div.c 84 mp_limb_t nh, cy, q1h, q0h, dummy, cnd; variable
141 cnd = nh != 0; /* FIXME: cmp-to-int */
143 qlp[0] += cnd;
145 nh -= mpn_cnd_sub_n (cnd, np, np, dp, dn);
div_qr_1n_pi2.c 125 mp_limb_t cnd; local
172 cnd = (r >= q1);
173 r += d0 & -cnd;
174 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
div_qr_1u_pi2.c 123 mp_limb_t cnd; local
168 cnd = (r >= q1);
169 r += d0 & -cnd;
170 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
216 cnd = (r >= q1);
217 r += d0 & -cnd;
218 sub_ddmmss (q3,q2, q3,q2, 0,cnd);
sec_powm.c 222 int cnd; local
355 cnd = mpn_sub_n (tp, rp, mp, n); /* we need just retval */
356 mpn_cnd_sub_n (!cnd, rp, rp, mp, n);
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 827 "cnd=\"%ld\"\n", op->o_log_prefix, i );
846 "cnd=\"%ld\"\n", op->o_log_prefix, i );
853 "cnd=\"%ld\" mc %p msc %p\n", op->o_log_prefix, i , mc, &mc->mc_conns[i]);
863 "cnd=\"%ldd\"\n", op->o_log_prefix, i );
885 char cnd[ SLAP_TEXT_BUFLEN ]; local
890 cnd[ c ] = '*';
892 cnd[ c ] = ' ';
895 cnd[ c ] = '\0';
898 "cnd=\"%s\"\n", op->o_log_prefix, ncandidates, cnd );
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 926 char cnd[ SLAP_TEXT_BUFLEN ]; local
931 cnd[ c ] = '*';
933 cnd[ c ] = ' ';
936 cnd[ c ] = '\0';
939 "cnd=\"%s\"\n", op->o_log_prefix, ncandidates, cnd );
  /src/tests/lib/libpthread/
t_cancellation.c 212 cnd_t cnd; local
216 RT(cnd_init(&cnd));
220 RT(cnd_timedwait(&cnd, &mtx, &t));
227 cnd_t cnd; local
230 RT(cnd_init(&cnd));
234 RT(cnd_wait(&cnd, &mtx));
  /src/external/gpl3/gcc/dist/gcc/
postreload.cc 1944 rtx cnd = fis_get_condition (insn);
1946 if (cnd != NULL_RTX
1947 && GET_CODE (cnd) == NE
1948 && REG_P (XEXP (cnd, 0))
1949 && !reg_set_p (XEXP (cnd, 0), insn)
1954 && SCALAR_INT_MODE_P (GET_MODE (XEXP (cnd, 0)))
1955 && REG_NREGS (XEXP (cnd, 0)) == 1
1956 && CONST_INT_P (XEXP (cnd, 1)))
1958 rtx implicit_set = gen_rtx_SET (XEXP (cnd, 0), XEXP (cnd, 1))
1942 rtx cnd = fis_get_condition (insn); local
    [all...]
tree-ssa-loop-ivopts.cc 6738 struct iv_cand *cnd; local
6761 cnd = data->vcands[ci];
6763 cp = get_group_iv_cost (data, group, cnd);
6784 cnd = data->vcands[ci];
6786 cp = get_group_iv_cost (data, group, cnd);
  /src/external/gpl3/gcc.old/dist/gcc/
postreload.cc 2128 rtx cnd = fis_get_condition (insn);
2130 if (cnd != NULL_RTX
2131 && GET_CODE (cnd) == NE
2132 && REG_P (XEXP (cnd, 0))
2133 && !reg_set_p (XEXP (cnd, 0), insn)
2138 && SCALAR_INT_MODE_P (GET_MODE (XEXP (cnd, 0)))
2139 && REG_NREGS (XEXP (cnd, 0)) == 1
2140 && CONST_INT_P (XEXP (cnd, 1)))
2143 gen_rtx_SET (XEXP (cnd, 0), XEXP (cnd, 1))
2126 rtx cnd = fis_get_condition (insn); local
    [all...]
tree-ssa-loop-ivopts.cc 6688 struct iv_cand *cnd; local
6711 cnd = data->vcands[ci];
6713 cp = get_group_iv_cost (data, group, cnd);
6734 cnd = data->vcands[ci];
6736 cp = get_group_iv_cost (data, group, cnd);

Completed in 47 milliseconds