Searched refs:tmpc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/crypto/openssl/crypto/rc5/asm/ |
| H A D | rc5-586.pl | 27 $tmpc="ecx"; 69 &mov($tmpc, $B); 75 &mov($tmpc, $A); 96 &mov($tmpc, $A); 102 &mov($tmpc, $B);
|
| /freebsd-13.1/contrib/wpa/src/tls/ |
| H A D | libtommath.c | 262 tmpc = c->dp; in s_mp_add() 294 *tmpc++ = u; in s_mp_add() 298 *tmpc++ = 0; in s_mp_add() 332 tmpc = c->dp; in s_mp_sub() 365 *tmpc++ = 0; in s_mp_sub() 1085 *tmpc = (*tmpc >> D) | (r << shift); in mp_div_2d() 1086 --tmpc; in mp_div_2d() 1431 *tmpc = ((*tmpc << d) | r) & MP_MASK; in mp_mul_2d() 1432 ++tmpc; in mp_mul_2d() 3369 tmpc = c->dp; in mp_mul_d() [all …]
|
| /freebsd-13.1/sys/security/mac/ |
| H A D | mac_framework.c | 519 struct mac_policy_conf *tmpc; in mac_policy_register() local 540 LIST_FOREACH(tmpc, &mac_static_policy_list, mpc_list) { in mac_policy_register() 541 if (strcmp(tmpc->mpc_name, mpc->mpc_name) == 0) { in mac_policy_register() 547 LIST_FOREACH(tmpc, &mac_policy_list, mpc_list) { in mac_policy_register() 548 if (strcmp(tmpc->mpc_name, mpc->mpc_name) == 0) { in mac_policy_register()
|
| /freebsd-13.1/contrib/wpa/src/p2p/ |
| H A D | p2p_utils.c | 325 const struct p2p_channels *tmpc = channels ? in p2p_get_pref_freq() local 328 if (tmpc == NULL) in p2p_get_pref_freq() 334 if (p2p_channels_includes_freq(tmpc, freq)) in p2p_get_pref_freq()
|