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

  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/octave/
octcontainer.swg 444 octave_value_list tmpc;
445 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
447 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).second),
449 $result = Cell(tmpc);
456 octave_value_list tmpc;
457 tmpc.append(SWIG_NewPointerObj(swig::make_output_iterator(%static_cast($1,const $type &).first),
459 tmpc.append(SWIG_From(bool)(%static_cast($1,const $type &).second));
460 $result = Cell(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 302 char tmpc; local
304 if (read(sysctl_fd, &tmpc, sizeof(tmpc)) == 1)
305 jit_enabled = (tmpc != '0');
  /toolchain/binutils/binutils-2.27/gas/config/
obj-macho.c 320 char tmpc; local
333 tmpc = p[len];
341 p[len] = tmpc;
348 p[len] = tmpc;
372 tmpc = p[len];
380 p[len] = tmpc;
390 p[len] = tmpc;
    [all...]

Completed in 209 milliseconds