Searched refs:tmpc (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c250 register mp_digit u, *tmpa, *tmpb, *tmpc; local
262 tmpc = c->dp;
268 *tmpc = *tmpa++ + *tmpb++ + u;
271 u = *tmpc >> ((mp_digit)DIGIT_BIT);
274 *tmpc++ &= MP_MASK;
283 *tmpc = x->dp[i] + u;
286 u = *tmpc >> ((mp_digit)DIGIT_BIT);
289 *tmpc++ &= MP_MASK;
294 *tmpc++ = u;
298 *tmpc
326 register mp_digit u, *tmpa, *tmpb, *tmpc; local
1067 register mp_digit *tmpc, mask, shift; local
1412 register mp_digit *tmpc, shift, mask, r, rr; local
2481 register mp_digit *tmpc; local
3348 mp_digit u, *tmpa, *tmpc; local
[all...]
/freebsd-11-stable/contrib/wpa/src/p2p/
H A Dp2p_utils.c325 const struct p2p_channels *tmpc = channels ? local
328 if (tmpc == NULL)
334 if (p2p_channels_includes_freq(tmpc, freq))
/freebsd-11-stable/sys/security/mac/
H A Dmac_framework.c378 struct mac_policy_conf *tmpc; local
399 LIST_FOREACH(tmpc, &mac_static_policy_list, mpc_list) {
400 if (strcmp(tmpc->mpc_name, mpc->mpc_name) == 0) {
406 LIST_FOREACH(tmpc, &mac_policy_list, mpc_list) {
407 if (strcmp(tmpc->mpc_name, mpc->mpc_name) == 0) {
/freebsd-11-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl17 $tmpc="ecx";
57 &mov($tmpc, $B);
63 &mov($tmpc, $A);
84 &mov($tmpc, $A);
90 &mov($tmpc, $B);

Completed in 107 milliseconds