/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/inflate86/ |
D | inffast.S | 315 #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/ |
D | inffast.S | 315 #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/ |
D | audio-channel-mixer.c | 384 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/ |
D | calf-lv2-port-groups.patch | 12 if (!strcmp(symbol, "in_r")) 58 - const char *in_names[] = { "in_l", "in_r" }; 60 + const char *in_syms[] = { "in_l", "in_r" };
|
D | swh-lv2-port-groups.patch | 110 - <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/ |
D | ecdsa_ossl.c | 155 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()
|
D | ec_kmeth.c | 217 const BIGNUM *in_r, in EC_KEY_METHOD_set_sign() argument 292 const BIGNUM *in_r, in EC_KEY_METHOD_get_sign() argument
|
D | ec_local.h | 622 const BIGNUM *in_kinv, const BIGNUM *in_r, 650 const BIGNUM *in_kinv, const BIGNUM *in_r,
|
/third_party/openssl/include/openssl/ |
D | ec.h | 1315 const BIGNUM *in_r, 1359 const BIGNUM *in_r,
|
/third_party/pixman/pixman/ |
D | pixman-arm-neon-asm.h | 1161 .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/ |
D | sctp_indata.c | 315 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()
|