Searched refs:tmpc (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/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
2480 register mp_digit *tmpc; local
3347 mp_digit u, *tmpa, *tmpc; local
[all...]
/external/wpa_supplicant_8/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
2480 register mp_digit *tmpc; local
3347 mp_digit u, *tmpa, *tmpc; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/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
2480 register mp_digit *tmpc; local
3347 mp_digit u, *tmpa, *tmpc; local
[all...]
/external/wpa_supplicant_8/hostapd/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))
/external/wpa_supplicant_8/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))
/external/wpa_supplicant_8/wpa_supplicant/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))

Completed in 2257 milliseconds