Searched refs:a0 (Results 126 - 150 of 208) sorted by relevance

123456789

/external/openssl/crypto/x509v3/
H A Dv3_utl.c664 int a0, a1, a2, a3; local
665 if (sscanf(in, "%d.%d.%d.%d", &a0, &a1, &a2, &a3) != 4)
667 if ((a0 < 0) || (a0 > 255) || (a1 < 0) || (a1 > 255)
670 v4[0] = a0;
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc161 __ li(a0, Operand(slots));
166 __ Subu(a0, a0, 1);
167 __ Branch(&loop, ne, a0, Operand(zero_reg));
197 __ lw(a0, MemOperand(fp, parameter_offset));
200 __ sw(a0, target);
201 // Update the write barrier. This clobbers a3 and a0.
203 cp, target.offset(), a0, a3, kRAHasBeenSaved, kSaveFPRegs);
846 __ lw(a0, MemOperand(sp, 0));
1265 ASSERT(object.is(a0));
[all...]
/external/opencv/cvaux/src/
H A Dcvlmeds.cpp197 icvCubic( double a2, double a1, double a0, double *squares ) argument
207 q = (9 * a1 * a2 - 27 * a0 - 2 * a2 * a2 * a2) / 27;
366 icvGetCoef( double *f1, double *f2, double *a2, double *a1, double *a0 )
371 if( !f1 || !f2 || !a0 || !a1 || !a2 )
387 *a0 = icvDet( f2 );
396 *a0 /= a3;
1596 icvGetCoof( double *f1, double *f2, double *a2, double *a1, double *a0 )
1601 if( !f1 || !f2 || !a0 || !a1 || !a2 )
1617 *a0 = icvDet( f2 );
1626 *a0 /
1699 double a2, a1, a0; local
[all...]
/external/opencv/cxcore/src/
H A Dcxutils.cpp274 double a0 = 1., a1, a2, a3; local
306 a0 = c[0], c += step;
317 a0 = c[0], c += step;
323 if( a0 == 0 )
352 a0 = 1./a0;
353 a1 *= a0;
354 a2 *= a0;
355 a3 *= a0;
/external/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl160 ($rp,$a1,$a0,$b1,$b0) = $win64? ("%rcx","%rdx","%r8", "%r9","%r10") : # Win64 order
175 movq $a0,%xmm2
189 pclmulqdq \$0,%xmm3,%xmm2 # a0�b0
190 pclmulqdq \$0,%xmm5,%xmm4 # (a0+a1)�(b0+b1)
192 xorps %xmm2,%xmm4 # (a0+a1)�(b0+b1)-a0�b0-a1�b1
220 mov $a0,48(%rsp)
233 call _mul_1x1 # a0�b0
241 call _mul_1x1 # (a0+a1)�(b0+b1)
H A Dmips-mont.pl29 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
33 # The return value is placed in $a0. Following coding rules facilitate
37 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
44 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
90 $rp=$a0; # BN_ULONG *rp,
139 li $a0,0
395 li $a0,1
/external/aac/libFDK/src/
H A Dfft_rad2.cpp339 FIXP_DBL a0, a1, a2, a3, a00, a10, a20, a30; local
345 a0 = (x[i + 0] - x[i + 2])>>1; /* Re A - Re B */
354 x[i + 2] = a0 - a1; /* Re B' = Re A - Re B - Im C + Im D */
355 x[i + 6] = a0 + a1; /* Re D' = Re A - Re B + Im C - Im D */
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp12 A<int>::E a0 = A<int>().v; variable
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp191 static C *f0(T a0) {return new C((typename A<T>::t0) 1); } argument
H A Dtypename-specifier-4.cpp27 int a0[is_same<metafun_apply2<make_pair, int, float>::type, variable
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.cpp45 // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
50 // a0 c0
56 data[0 + baseIdx] = baseVert + 0; // a0
380 // | a0 c0
383 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
385 Vertex& a0 = verts[0]; local
415 a0.fPos = a;
416 a0.fPos += abN;
425 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);
/external/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm739 movq xmm0, QWORD PTR [rsi+2*rax] ; xx xx xx xx xx xx xx xx a7 a6 a5 a4 a3 a2 a1 a0
747 punpcklbw xmm0, xmm5 ; b7 a7 b6 a6 b5 a5 b4 a4 b3 a3 b2 a2 b1 a1 b0 a0
763 punpcklwd xmm5, xmm0 ; b3 a3 93 83 b2 a2 92 82 b1 a1 91 81 b0 a0 90 80
768 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
803 punpcklqdq xmm2, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
830 punpcklqdq xmm2, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1149 movdqa xmm0, [rdx] ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1150 movdqa xmm1, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1153 punpckhbw xmm1, xmm7 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1165 movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 9
[all...]
/external/fdlibm/
H A De_lgamma_r.c93 a0 = 7.72156649015328655494e-02, /* 0x3FB3C467, 0xE37DB0C8 */ variable
258 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/external/kernel-headers/original/asm-mips/
H A Dasm.h100 PTR_LA a0, 8f; \
113 PTR_LA a0, 8f; \
/external/skia/src/core/
H A DSkShader.cpp135 U8CPU a0 = srcA[0]; local
140 *alpha++ = SkToU8(a0);
/external/webp/src/dec/
H A Ddsp.c149 const int a0 = in[0 + i] + in[12 + i]; local
153 tmp[0 + i] = a0 + a1;
154 tmp[8 + i] = a0 - a1;
160 const int a0 = dc + tmp[3 + i * 4]; local
164 out[ 0] = (a0 + a1) >> 3;
166 out[32] = (a0 - a1) >> 3;
/external/elfutils/tests/
H A Drun-show-ciefde.sh122 FDE[12]: bytes = 24 00 00 00 64 01 00 00 a0 98 04 08 b0 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 5e 2e 10 4c 2e 00 00
214 FDE[35]: bytes = 20 00 00 00 b0 01 00 00 a0 dc 04 08 47 00 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 60 2e 10
238 FDE[41]: bytes = 18 00 00 00 a8 00 00 00 a0 c6 04 08 24 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 00
262 FDE[47]: bytes = 1c 00 00 00 a0 01 00 00 e0 ca 04 08 25 00 00 00 41 0e 08 85 02 42 0d 05 41 83 03 52 2e 10 00 00
306 FDE[58]: bytes = 28 00 00 00 04 01 00 00 a0 d3 04 08 81 03 00 00 41 0e 08 85 02 42 0d 05 41 87 03 41 86 04 41 83 05 61 2e 10 03 61 01 2e 20 00 00 00
H A Drun-strings-test.sh387 testfile8: 80a0 %s: error while creating ELF header: %s
394 testfile8: 82a0 shdr_info[cnt].data != ((void *)0)
398 testfile8: 83a0 elf_ndxscn (shdr_info[cnt].newscn) == shdr_info[cnt].idx
445 testfile9: 36a0 Only one input file allowed together with '-o' and '-f'
449 testfile9: 37a0 Report bugs to <drepper@redhat.com>.
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc939 DoFooAction a0 = DoFoo(); local
967 ACTION_P10(Plus10, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9) {
968 return a0 + a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9;
1071 AND_1_VALUE_PARAMS(a0)) {
1072 return new T(a0);
1195 const Action<int()> a0 = ReturnSum(); local
1200 EXPECT_EQ(0, a0.Perform(make_tuple()));
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c102 unsigned char a0,b0,a1,b1,a2,b2,a3,b3,a4,b4,y; local
104 /* a0,b0 = [x/16], x mod 16 */
105 a0 = (unsigned char)((x>>4)&15);
108 /* a1 = a0 ^ b0 */
109 a1 = a0 ^ b0;
111 /* b1 = a0 ^ ROR(b0, 1) ^ 8a0 */
112 b1 = (a0 ^ ((b0<<3)|(b0>>1)) ^ (a0<<3)) & 15;
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp662 double a0, b0, c0, a1, b1, c1; local
671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
H A Dcvgeometry.cpp146 icvIntersectLines3( double *a0, double *b0, double *c0, argument
149 double det = a0[0] * b1[0] - a1[0] * b0[0];
155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
/external/qemu/target-i386/
H A Dtranslate.c530 static inline void gen_op_ld_v(int idx, TCGv t0, TCGv a0) argument
535 tcg_gen_qemu_ld8u(t0, a0, mem_index);
538 tcg_gen_qemu_ld16u(t0, a0, mem_index);
541 tcg_gen_qemu_ld32u(t0, a0, mem_index);
547 tcg_gen_qemu_ld64(t0, a0, mem_index);
569 static inline void gen_op_st_v(int idx, TCGv t0, TCGv a0) argument
574 tcg_gen_qemu_st8(t0, a0, mem_index);
577 tcg_gen_qemu_st16(t0, a0, mem_index);
580 tcg_gen_qemu_st32(t0, a0, mem_index);
586 tcg_gen_qemu_st64(t0, a0, mem_inde
1559 TCGv t0, t1, t2, a0; local
1655 TCGv t0, t1, a0; local
1785 TCGv t0, t1, t2, a0; local
4815 TCGv t0, t1, t2, a0; local
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl25 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
29 # The return value is placed in $a0. Following coding rules facilitate
33 # - copy return value to $t0, former $v0 [or to $a0 if you're adapting
40 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
81 $ctx=$a0;
/external/qemu/tcg/ppc/
H A Dtcg-target.c1736 /* a0 = rotate_left (a1, 24) & 0xff # 000c */
1745 /* a0 = a0 | r0 # 00dc */
1752 int a0 = args[0]; local
1756 if (a0 == args[1]) {
1757 a0 = 0;
1760 /* a0 = rotate_left (a1, 8) # bcda */
1762 | RA (a0)
1769 /* a0 = (a0
[all...]

Completed in 2227 milliseconds

123456789