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

/freebsd-11-stable/crypto/openssh/
H A Dkex.c776 char **cprop, **sprop; local
789 cprop=peer;
792 cprop=my;
806 if ((r = choose_kex(kex, cprop[PROPOSAL_KEX_ALGS],
812 if ((r = choose_hostkeyalg(kex, cprop[PROPOSAL_SERVER_HOST_KEY_ALGS],
829 if ((r = choose_enc(&newkeys->enc, cprop[nenc],
838 (r = choose_mac(ssh, &newkeys->mac, cprop[nmac],
844 if ((r = choose_comp(&newkeys->comp, cprop[ncomp],
/freebsd-11-stable/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 67 milliseconds