Searched refs:a6 (Results 51 - 75 of 83) sorted by relevance

1234

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-cxx11-nowarn.cpp57 Agg<char> a6 = {ld}; // expected-warning {{ cannot be narrowed }} expected-note {{override}} local
/external/clang/test/Sema/
H A Darray-init.c279 int a6[5] = (int[]){1, 2, 3}; // expected-error{{cannot initialize array of type 'int [5]' with array of type 'int [3]'}} variable
/external/chromium/base/
H A Dcallback.h476 typename internal::ParamTraits<A6>::ForwardType a6) const {
485 a6);
/external/fdlibm/
H A De_lgamma_r.c99 a6 = 1.19270763183362067845e-03, /* 0x3F538A94, 0x116F3F5D */ variable
258 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/external/valgrind/main/massif/tests/
H A Ddeep-A.post.exp55 ->98.04% (3,600B) 0x........: a6 (deep.c:22)
H A Ddeep-C.stderr.exp21 Massif: a6
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c637 int ZEXPORTVA gzprintf (file, format, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
641 int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10,
650 sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8,
655 len = sprintf(buf, format, a1, a2, a3, a4, a5, a6, a7, a8,
660 snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8,
664 len = snprintf(buf, sizeof(buf), format, a1, a2, a3, a4, a5, a6, a7, a8,
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { argument
211 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6));
231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { argument
236 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7));
256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { argument
261 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8));
282 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { argument
287 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a7, a8, a9));
309 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, argument
315 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5, a6, a
[all...]
H A Dgmock-generated-actions.h347 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { argument
348 return function(a1, a2, a3, a4, a5, a6);
354 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
356 return function(a1, a2, a3, a4, a5, a6, a7);
362 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
364 return function(a1, a2, a3, a4, a5, a6, a7, a8);
371 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
373 return function(a1, a2, a3, a4, a5, a6, a7, a8, a9);
380 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, argument
382 return function(a1, a2, a3, a4, a5, a6, a
868 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6) argument
878 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7) argument
890 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8) argument
903 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9) argument
916 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5, Action6 a6, Action7 a7, Action8 a8, Action9 a9, Action10 a10) argument
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c2397 UWord a6 ) \
2401 CALL_FN_W_6W(res, fn, a1,a2,a3,a4,a5,a6); \
2409 UWord a6, UWord a7 ) \
2413 CALL_FN_W_7W(res, fn, a1,a2,a3,a4,a5,a6,a7); \
2421 UWord a6, UWord a7, UWord a8 ) \
2425 CALL_FN_W_8W(res, fn, a1,a2,a3,a4,a5,a6,a7,a8); \
2433 UWord a6, UWord a7, UWord a8, UWord a9 ) \
2437 CALL_FN_W_9W(res, fn, a1,a2,a3,a4,a5,a6,a7,a8,a9); \
2445 UWord a6, UWord a7, UWord a8, UWord a9, UWord a10 ) \
2449 CALL_FN_W_10W(res, fn, a1,a2,a3,a4,a5,a6,a
[all...]
/external/openssl/crypto/bn/
H A Dbn_nist.c465 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \
468 bn_cp_32(to, 1, from, (a6) - 7) \
618 #define nist_set_256(to, from, a1, a2, a3, a4, a5, a6, a7, a8) \
622 bn_cp_32(to, 2, from, (a6) - 8) \
817 #define nist_set_384(to,from,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12) \
825 bn_cp_32(to, 6, from, (a6) - 12) \
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h2065 arg5_type a5, arg6_type a6)
2067 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5, a6);
2119 arg5_type a5, arg6_type a6, arg7_type a7)
2121 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5, a6, a7);
2175 arg5_type a5, arg6_type a6, arg7_type a7, arg8_type a8)
2177 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5, a6, a7, a8);
2627 arg5_type a5, arg6_type a6)
2638 (*it)->emit(a1, a2, a3, a4, a5, a6);
2645 arg5_type a5, arg6_type a6)
2656 (*it)->emit(a1, a2, a3, a4, a5, a6);
2064 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6) argument
2118 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7) argument
2174 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7, arg8_type a8) argument
2626 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6) argument
2644 operator ()(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6) argument
2701 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7) argument
2719 operator ()(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7) argument
2777 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7, arg8_type a8) argument
2795 operator ()(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5, arg6_type a6, arg7_type a7, arg8_type a8) argument
[all...]
/external/clang/test/SemaTemplate/
H A Dtemp_arg_nontype.cpp18 A1<Enumerator> *a6; // okay variable
/external/openssh/
H A Dloginrec.c1667 struct sockaddr_in6 *a6; local
1713 a6 = (struct sockaddr_in6 *)&from;
1714 memcpy(&ut.ut_addr_v6, &(a6->sin6_addr),
1715 MIN_SIZEOF(ut.ut_addr_v6, a6->sin6_addr));
/external/chromium/testing/gmock/test/
H A Dgmock-generated-actions_test.cc471 // Tests DoAll(a1, a2, ..., a6).
950 PlusActionP6<int, int, int, int, int, char> a6 = Plus(1, 2, 3, 4, 5, '6'); 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;
1038 int a6, int a7, int a8, int a9, int a10)
1039 : value_(a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 + a10) {
1037 TenArgConstructorClass(int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8, int a9, int a10) argument
H A Dgmock-generated-function-mockers_test.cc531 int a5, int a6, char a7, int a8, bool a9)> foo;
/external/libffi/src/mips/
H A Dn32.S187 REG_L a6, 6*FFI_SIZEOF_ARG(t9)
326 18 - Called function a6 save
394 REG_S a6, A6_OFF2($sp)
/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl29 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
44 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
97 $lo0=$a6;
/external/valgrind/main/none/tests/amd64/
H A Dslahf-amd64.stdout.exp169 a6 -> 8600
/external/iproute2/include/linux/
H A Dxfrm.h15 __be32 a6[4]; member in union:__anon5746
/external/v8/test/mjsunit/
H A Dlarge-object-allocation.js188 this.a6 = i;
/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
765 punpckhwd xmm2, xmm0 ; b7 a7 97 87 b6 a6 96 86 b5 a5 95 85 b4 a4 94 84
771 movdqa xmm1, xmm2 ; b7 a7 97 87 b6 a6 96 86 b5 a5 95 85 b4 a4 94 84
775 punpckhdq xmm2, xmm6 ; f7 e7 d7 c7 b7 a7 97 87 f6 e6 d6 c6 b6 a6 96 86
778 punpcklqdq xmm6, xmm2 ; f6 e6 d6 c6 b6 a6 96 86 76 66 56 46 36 26 16 06
1173 movdqa xmm6, xmm5 ; f6 e6 d6 c6 b6 a6 96 86 76 66 56 46 36 26 16 06
1207 punpckhbw xmm5, [rdx+112] ; f7 f6 e7 e6 d7 d6 c7 c6 b7 b6 a7 a6 97 96 87 86
1210 punpcklwd xmm0, xmm5 ; b7 b6 b4 b4 a7 a6 a5 a4 97 96 95 94 87 86 85 84
1216 punpckhdq xmm5, xmm0 ; b7 b6 b5 b4 b3 b2 b1 b0 a7 a6 a
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl25 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
40 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
H A Dsha512-mips.pl27 ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
43 # ($a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7)=map("\$$_",(4..11));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c1341 UWord a1, a2, a3, a4, a5, a6; local
1353 a6 = args[6-1];
1356 a1, (ULong)a2, a3, a4, a5, a6 );
1358 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 );

Completed in 3655 milliseconds

1234