Searched refs:a4 (Results 76 - 100 of 141) sorted by relevance

123456

/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp76 A<short> a4 = 97; local
/external/clang/test/SemaCXX/
H A Duninitialized.cpp100 A a4(&a4);
124 A a4(&a4); variable
H A Dconversion-function.cpp392 A& a4 = (A&)c; local
/external/iptables/extensions/
H A Dlibxt_policy.c288 xtables_ipaddr_to_numeric(&e->daddr.a4),
289 xtables_ipmask_to_numeric(&e->dmask.a4));
299 xtables_ipaddr_to_numeric(&e->saddr.a4),
300 xtables_ipmask_to_numeric(&e->smask.a4));
/external/libffi/src/mips/
H A Dffitarget.h107 #define a4 $8 macro
/external/libvpx/examples/includes/geshi/geshi/
H A Dapache.php6 * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
H A Dasm.php6 * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
H A Dpascal.php6 * Copyright: (c) 2004 Tux (http://tux.a4.cz/), Nigel McNie (http://qbnz.com/highlighter)
/external/chromium/net/websockets/
H A Dwebsocket_throttle_unittest.cc34 struct addrinfo *AddAddr(int a1, int a2, int a3, int a4, argument
48 ((a4 & 0xff));
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-function-mockers.h157 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { argument
162 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4));
181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { argument
186 return this->InvokeWith(ArgumentTuple(a1, a2, a3, a4, a5));
206 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, a
282 Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) argument
309 Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
[all...]
H A Dgmock-generated-actions.h333 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4) { argument
334 return function(a1, a2, a3, a4);
340 static R Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { argument
341 return function(a1, a2, a3, a4, a5);
347 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, a
371 Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) argument
380 Call(Function function, A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9, A10 a10) argument
850 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4) argument
859 DoAll(Action1 a1, Action2 a2, Action3 a3, Action4 a4, Action5 a5) argument
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/chromium/third_party/libjingle/source/talk/base/
H A Dsigslot.h1957 arg4_type a4)
1959 (m_pobject->*m_pmemfun)(a1, a2, a3, a4);
2010 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, argument
2013 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5);
2064 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, argument
2067 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5, a6);
2118 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, argument
2121 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a5, a6, a7);
2174 virtual void emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, argument
2177 (m_pobject->*m_pmemfun)(a1, a2, a3, a4, a
1956 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) argument
2482 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) argument
2499 operator ()(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4) argument
2552 emit(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5) argument
2570 operator ()(arg1_type a1, arg2_type a2, arg3_type a3, arg4_type a4, arg5_type a5) 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/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp54 Agg<char> a4 = {f}; // expected-error {{ cannot be narrowed }} expected-note {{override}} local
H A Dp7-cxx11-nowarn.cpp55 Agg<char> a4 = {f}; // expected-warning {{ cannot be narrowed }} expected-note {{override}} local
/external/clang/test/Sema/
H A Darray-init.c276 int a4[] = (int[5]){1, 2, 3, 4, 5}; // expected-warning{{initialization of an array of type 'int []' from a compound literal of type 'int [5]' is a GNU extension}} variable
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h750 const A4 &a4)
751 : data(a1,a2,a3,a4) {}
755 const A4 &a4, const A5 &a5)
756 : data(a1,a2,a3,a4,a5) {}
749 FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4) argument
754 FoldingSetNodeWrapper(const A1 &a1, const A2 &a2, const A3 &a3, const A4 &a4, const A5 &a5) argument
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c2374 ( UWord a1, UWord a2, UWord a3, UWord a4 ) \
2378 CALL_FN_W_WWWW(res, fn, a1,a2,a3,a4); \
2385 ( UWord a1, UWord a2, UWord a3, UWord a4, UWord a5 ) \
2389 CALL_FN_W_5W(res, fn, a1,a2,a3,a4,a5); \
2396 ( UWord a1, UWord a2, UWord a3, UWord a4, UWord a5, \
2401 CALL_FN_W_6W(res, fn, a1,a2,a3,a4,a5,a6); \
2408 ( UWord a1, UWord a2, UWord a3, UWord a4, UWord a5, \
2413 CALL_FN_W_7W(res, fn, a1,a2,a3,a4,a5,a6,a7); \
2420 ( UWord a1, UWord a2, UWord a3, UWord a4, UWord a5, \
2425 CALL_FN_W_8W(res, fn, a1,a2,a3,a4,a
[all...]
/external/fdlibm/
H A De_lgamma_r.c97 a4 = 7.38555086081402883957e-03, /* 0x3F7E404F, 0xB68FEFE8 */ variable
258 p1 = a0+z*(a2+z*(a4+z*(a6+z*(a8+z*a10))));
/external/valgrind/main/massif/tests/
H A Ddeep-B.post.exp50 ->98.04% (3,600B) 0x........: a4 (deep.c:24)
H A Ddeep-C.stderr.exp19 Massif: a4
/external/valgrind/tsan/
H A Dts_util.h212 #define vsnprintf(a1, a2, a3, a4) VG_(vsnprintf)((Char*)a1, a2, a3, a4)
/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/test/
H A Dgmock-generated-actions_test.cc439 // Tests DoAll(a1, a2, a3, a4).
454 // Tests DoAll(a1, a2, a3, a4, a5).
948 PlusActionP4<int, int, int, char> a4 = Plus(1, 2, 3, '4'); 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;
1037 TenArgConstructorClass(int a1, int a2, int a3, int a4, int a5, argument
1039 : value_(a1 + a2 + a3 + a4 + a5 + a6 + a7 + a8 + a9 + a10) {
1199 const Action<int()> a4 = ReturnSum<int, 10000>(2000, 300, 40, 5); local
1204 EXPECT_EQ(12345, a4.Perform(make_tuple()));
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-x86-linux.c826 UInt a1, a2, a3, a4, a5; local
831 a4 = arg_struct[3];
834 PRINT("old_select ( %d, %#x, %#x, %#x, %#x )", a1,a2,a3,a4,a5);
839 if (a4 != (Addr)NULL)
840 PRE_MEM_READ( "old_select(exceptfds)", a4, a1/8 /* __FD_SETSIZE/8 */ );
1341 UWord a1, a2, a3, a4, a5, a6; local
1351 a4 = args[4-1];
1356 a1, (ULong)a2, a3, a4, a5, a6 );
1358 r = ML_(generic_PRE_sys_mmap)( tid, a1, a2, a3, a4, a5, (Off64T)a6 );
/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
773 punpckldq xmm1, xmm6 ; f5 e5 d5 c5 b5 a5 95 85 f4 e4 d4 c4 b4 a4 94 84
790 punpcklqdq xmm4, xmm1 ; f4 e4 d4 c4 b4 a4 94 84 74 64 54 44 34 24 14 04
817 punpcklqdq xmm4, xmm1 ; f4 e4 d4 c4 b4 a4 94 84 74 64 54 44 34 24 14 04
961 ; xmm3 = f4 e4 d4 c4 b4 a4 94 84 74 64 54 44 34 24 14 04
966 movdqa xmm4, xmm3 ; f4 e4 d4 c4 b4 a4 94 84 74 64 54 44 34 24 14 04
971 punpckhbw xmm3, xmm7 ; f5 f4 e5 e4 d5 d4 c5 c4 b5 b4 a5 a4 9
[all...]

Completed in 1799 milliseconds

123456