Searched refs:tmp0 (Results 76 - 88 of 88) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c533 limb tmp0, tmp1, tmp2; local
534 tmp0 = 2 * in[0];
540 out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2;
H A Decp_nistz256.c251 BN_ULONG tmp0[P256_LIMBS]; local
280 ecp_nistz256_mul_by_2(tmp0, S);
284 ecp_nistz256_sub(res_x, res_x, tmp0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c533 limb tmp0, tmp1, tmp2; local
534 tmp0 = 2 * in[0];
540 out[3] = ((widelimb) in[3]) * tmp0 + ((widelimb) in[1]) * tmp2;
H A Decp_nistz256.c251 BN_ULONG tmp0[P256_LIMBS]; local
280 ecp_nistz256_mul_by_2(tmp0, S);
284 ecp_nistz256_sub(res_x, res_x, tmp0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c1064 int tmpB,tmpA,tmp0,tmp1,tmp2,tmp3,tmp4,tmp5,tmp6;\
1069 tmp0 = *s; s+=tmpStride;\
1073 OP2(*d, (tmp0+tmp1)*20 - (tmpA+tmp2)*5 + (tmpB+tmp3));d+=dstStride;\
1075 OP2(*d, (tmp1+tmp2)*20 - (tmp0+tmp3)*5 + (tmpA+tmp4));d+=dstStride;\
1077 OP2(*d, (tmp2+tmp3)*20 - (tmp1+tmp4)*5 + (tmp0+tmp5));d+=dstStride;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3dec.c590 int tmp0 = s->fixed_coeffs[1][i]; local
592 s->fixed_coeffs[2][i] = tmp0 - s->fixed_coeffs[2][i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec.c644 int tmp0 = s->fixed_coeffs[1][i]; local
646 s->fixed_coeffs[2][i] = tmp0 - s->fixed_coeffs[2][i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp8dsp.asm1102 ; %1=x0+x3 (tmp0); %2=x1+x2 (tmp1); %3=x1-x2 (tmp2); %4=x0-x3 (tmp3)
1108 SUMSUB_BA w, %4, %3, %5 ;tmp0, tmp3
H A Dfft.asm101 %macro T4_3DNOW 6 ; z0, z1, z2, z3, tmp0, tmp1
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl1964 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
2121 lea $tmp0(%rsp), $r_ptr
2132 lea $tmp0(%rsp), $r_ptr
2133 call __ecp_nistz256_mul_by_2$x # p256_mul_by_2(tmp0, S);
2139 lea $tmp0(%rsp), $b_ptr
2144 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl1964 my ($S,$M,$Zsqr,$in_x,$tmp0)=map(32*$_,(0..4));
2121 lea $tmp0(%rsp), $r_ptr
2132 lea $tmp0(%rsp), $r_ptr
2133 call __ecp_nistz256_mul_by_2$x # p256_mul_by_2(tmp0, S);
2139 lea $tmp0(%rsp), $b_ptr
2144 call __ecp_nistz256_sub_from$x # p256_sub(res_x, res_x, tmp0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dfft_mmx.asm97 %macro T4_3DN 6 ; z0, z1, z2, z3, tmp0, tmp1
H A Dvp8dsp.asm1105 ; %1=x0+x3 (tmp0); %2=x1+x2 (tmp1); %3=x1-x2 (tmp2); %4=x0-x3 (tmp3)
1111 SUMSUB_BA w, %4, %3, %5 ;tmp0, tmp3

Completed in 91 milliseconds

1234