HomeSort by relevance Sort by last modified time
    Searched defs:tmpc (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 392 const struct p2p_channels *tmpc = channels ? local
395 if (tmpc == NULL)
401 if (p2p_channels_includes_freq(tmpc, freq))
  /external/wpa_supplicant_8/src/tls/
libtommath.c 250 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++ = 0
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...]

Completed in 38 milliseconds