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

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssl_ciph.c1108 unsigned long alg, alg2; local
1118 alg2 = cipher->algorithm2;
1195 : ((alg2 & SSL2_CF_8_BYTE_ENC) ? "RC4(64)" : "RC4(128)");
/freebsd-9.3-release/contrib/gcc/
H A Dexpmed.c2890 struct algorithm alg2;
2926 synth_mult (&alg2, -val, &limit, mode);
2927 alg2.cost.cost += op_cost;
2928 alg2.cost.latency += op_cost;
2929 if (CHEAPER_MULT_COST (&alg2.cost, &alg->cost))
2930 *alg = alg2, *variant = negate_variant;
2946 synth_mult (&alg2, val - 1, &limit, mode);
2947 alg2.cost.cost += op_cost;
2948 alg2.cost.latency += op_cost;
2949 if (CHEAPER_MULT_COST (&alg2
2879 struct algorithm alg2; local
[all...]

Completed in 64 milliseconds