Home
last modified time | relevance | path

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

/third_party/musl/
Dconfigure70 echo "typedef int x;" > "$tmpc"
71 echo "#if $1" >> "$tmpc"
72 echo "#error yes" >> "$tmpc"
73 echo "#endif" >> "$tmpc"
74 if $CC $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
85 echo "typedef int x;" > "$tmpc"
86 if $CC $CFLAGS_TRY $2 -c -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
99 echo "typedef int x;" > "$tmpc"
100 if $CC $LDFLAGS_TRY -nostdlib -shared "$2" -o /dev/null "$tmpc" >/dev/null 2>&1 ; then
210 tmpc="./conf$$-$PPID-$i.c"
[all …]
/third_party/openssl/crypto/rc5/asm/
Drc5-586.pl27 $tmpc="ecx";
69 &mov($tmpc, $B);
75 &mov($tmpc, $A);
96 &mov($tmpc, $A);
102 &mov($tmpc, $B);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
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++ = 0; in s_mp_add()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
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++ = 0; in s_mp_add()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c405 gchar *tmpc; in serialize_stream_profiles() local
419 tmpc = gst_caps_to_string (format); in serialize_stream_profiles()
420 g_key_file_set_value (out, sprofgroupname, "format", tmpc); in serialize_stream_profiles()
421 g_free (tmpc); in serialize_stream_profiles()
438 tmpc = gst_caps_to_string (restriction); in serialize_stream_profiles()
439 g_key_file_set_value (out, sprofgroupname, "restriction", tmpc); in serialize_stream_profiles()
440 g_free (tmpc); in serialize_stream_profiles()
530 gchar *tmpc = gst_caps_to_string (profformat); in serialize_encoding_profile() local
531 g_key_file_set_string (out, profgroupname, "format", tmpc); in serialize_encoding_profile()
532 g_free (tmpc); in serialize_encoding_profile()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/p2p/
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/
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()