Home
last modified time | relevance | path

Searched refs:in_r (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/
Dinffast.S315 #define in_r %esi macro
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
431 cmpl in_r, last(%esp)
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/inflate86/
Dinffast.S315 #define in_r %esi macro
319 movl in(%esp), in_r
321 cmpl in_r, %ecx
325 subl in_r, %ecx /* ecx = avail_in */
333 leal buf(%esp), in_r /* in = buf */
334 movl in_r, last(%esp) /* last = in, do just one iteration */
339 testl $3, in_r
342 movb (in_r), %al
343 incl in_r
431 cmpl in_r, last(%esp)
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-channel-mixer.c384 gint in_r[3] = { -1, -1, -1 }; in gst_audio_channel_mixer_fill_others() local
397 in_c, &in_has_center, in_r, &in_has_rear, in gst_audio_channel_mixer_fill_others()
423 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others()
451 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_f, in gst_audio_channel_mixer_fill_others()
475 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_s, in gst_audio_channel_mixer_fill_others()
480 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_s, in gst_audio_channel_mixer_fill_others()
515 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_s, in gst_audio_channel_mixer_fill_others()
518 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_f, in gst_audio_channel_mixer_fill_others()
522 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_c, in gst_audio_channel_mixer_fill_others()
558 gst_audio_channel_mixer_fill_one_other (matrix, in_r, out_b, in gst_audio_channel_mixer_fill_others()
/third_party/gstreamer/gstplugins_bad/ext/lv2/
Dcalf-lv2-port-groups.patch12 if (!strcmp(symbol, "in_r"))
58 - const char *in_names[] = { "in_l", "in_r" };
60 + const char *in_syms[] = { "in_l", "in_r" };
Dswh-lv2-port-groups.patch110 - <port label="in_r" dir="input" type="audio">
111 + <port label="in_r" dir="input" type="audio" group="main_in" role="rightChannel">
/third_party/openssl/crypto/ec/
Decdsa_ossl.c155 const BIGNUM *in_kinv, const BIGNUM *in_r, in ossl_ecdsa_sign_sig() argument
219 if (in_kinv == NULL || in_r == NULL) { in ossl_ecdsa_sign_sig()
227 if (BN_copy(ret->r, in_r) == NULL) { in ossl_ecdsa_sign_sig()
264 if (in_kinv != NULL && in_r != NULL) { in ossl_ecdsa_sign_sig()
Dec_kmeth.c217 const BIGNUM *in_r, in EC_KEY_METHOD_set_sign() argument
292 const BIGNUM *in_r, in EC_KEY_METHOD_get_sign() argument
Dec_local.h622 const BIGNUM *in_kinv, const BIGNUM *in_r,
650 const BIGNUM *in_kinv, const BIGNUM *in_r,
/third_party/openssl/include/openssl/
Dec.h1315 const BIGNUM *in_r,
1359 const BIGNUM *in_r,
/third_party/pixman/pixman/
Dpixman-arm-neon-asm.h1161 .macro convert_8888_to_0565 in_r, in_g, in_b, out, tmp1, tmp2
1163 vshll.u8 out, in_r, #8
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c315 int in_r=0, in_nr=0; in sctp_mark_non_revokable() local
327 in_r = SCTP_IS_TSN_PRESENT(asoc->mapping_array, gap); in sctp_mark_non_revokable()
329 if ((in_r == 0) && (in_nr == 0)) { in sctp_mark_non_revokable()
339 if (in_r) in sctp_mark_non_revokable()