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

  /external/epid-sdk/epid/member/tiny/math/src/
fq6.c 39 Fq2Elem tmpc; local
44 Fq2Elem* temp_c = &tmpc;
75 Fq2Elem tmpc; local
79 Fq2Elem* temp_c = &tmpc;
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 325 const struct p2p_channels *tmpc = channels ? local
328 if (tmpc == NULL)
334 if (p2p_channels_includes_freq(tmpc, freq))
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_progs.c 404 char tmpc; local
406 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1)
407 enabled = (tmpc != '0');
    [all...]
  /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
2480 register mp_digit *tmpc; local
3347 mp_digit u, *tmpa, *tmpc; local
    [all...]

Completed in 322 milliseconds