Home
last modified time | relevance | path

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

/third_party/musl/
H A Dconfigure73 echo "typedef int x;" > "$tmpc"
74 echo "#if $1" >> "$tmpc"
75 echo "#error yes" >> "$tmpc"
76 echo "#endif" >> "$tmpc"
77 if $CC $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
88 echo "typedef int x;" > "$tmpc"
89 if $CC $CFLAGS_TRY $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
102 echo "typedef int x;" > "$tmpc"
103 if $CC $LDFLAGS_TRY -nostdlib -shared "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
215 tmpc
[all...]
/third_party/node/deps/openssl/openssl/crypto/rc5/asm/
H A Drc5-586.pl26 $tmpc="ecx";
68 &mov($tmpc, $B);
74 &mov($tmpc, $A);
95 &mov($tmpc, $A);
101 &mov($tmpc, $B);
/third_party/openssl/crypto/rc5/asm/
H A Drc5-586.pl26 $tmpc="ecx";
68 &mov($tmpc, $B);
74 &mov($tmpc, $A);
95 &mov($tmpc, $A);
101 &mov($tmpc, $B);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dlibtommath.c250 register mp_digit u, *tmpa, *tmpb, *tmpc; in s_mp_add() local
262 tmpc = c->dp; in s_mp_add()
268 *tmpc = *tmpa++ + *tmpb++ + u; in s_mp_add()
271 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()
274 *tmpc++ &= MP_MASK; in s_mp_add()
283 *tmpc = x->dp[i] + u; in s_mp_add()
286 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()
289 *tmpc++ &= MP_MASK; in s_mp_add()
294 *tmpc++ = u; in s_mp_add()
298 *tmpc in s_mp_add()
326 register mp_digit u, *tmpa, *tmpb, *tmpc; s_mp_sub() local
1067 register mp_digit *tmpc, mask, shift; mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local
2481 register mp_digit *tmpc; fast_s_mp_mul_digs() local
3348 mp_digit u, *tmpa, *tmpc; mp_mul_d() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dlibtommath.c250 register mp_digit u, *tmpa, *tmpb, *tmpc; in s_mp_add() local
262 tmpc = c->dp; in s_mp_add()
268 *tmpc = *tmpa++ + *tmpb++ + u; in s_mp_add()
271 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()
274 *tmpc++ &= MP_MASK; in s_mp_add()
283 *tmpc = x->dp[i] + u; in s_mp_add()
286 u = *tmpc >> ((mp_digit)DIGIT_BIT); in s_mp_add()
289 *tmpc++ &= MP_MASK; in s_mp_add()
294 *tmpc++ = u; in s_mp_add()
298 *tmpc in s_mp_add()
326 register mp_digit u, *tmpa, *tmpb, *tmpc; s_mp_sub() local
1067 register mp_digit *tmpc, mask, shift; mp_div_2d() local
1412 register mp_digit *tmpc, shift, mask, r, rr; mp_mul_2d() local
2481 register mp_digit *tmpc; fast_s_mp_mul_digs() local
3348 mp_digit u, *tmpa, *tmpc; mp_mul_d() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
H A Dp2p_utils.c325 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/p2p/
H A Dp2p_utils.c343 const struct p2p_channels *tmpc = channels ? in p2p_get_pref_freq() local
346 if (tmpc == NULL) in p2p_get_pref_freq()
352 if (p2p_channels_includes_freq(tmpc, freq)) in p2p_get_pref_freq()

Completed in 11 milliseconds