Searched refs:cprop (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/crypto/openssh/
H A Dkex.c750 char **cprop, **sprop; local
763 cprop=peer;
766 cprop=my;
782 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS],
788 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
805 if ((r = choose_enc(&newkeys->enc, cprop[nenc],
814 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac],
820 if ((r = choose_comp(&newkeys->comp, cprop[ncomp],
/freebsd-10.3-release/contrib/gcc/
H A Dgcse.c278 * If we changed any jumps via cprop.
477 as it includes registers added since the last pass (or between cprop and
577 static int cprop (int);
789 /* Do one last pass of copy propagation, including cprop into
794 /* This time, go ahead and allow cprop to alter jumps. */
1004 We call this routine for cprop, pre and code hoisting. They all compute
1012 additionally, TRANSP is computed as ~TRANSP, since this is really cprop's
3015 restricts the cases we consider to those for which local cprop
3259 cprop (int alter_jumps)
3430 changed = cprop (cprop_jump
3247 cprop (int alter_jumps) function
[all...]

Completed in 278 milliseconds