Searched refs:arg4 (Results 76 - 100 of 121) sorted by relevance

12345

/external/valgrind/main/VEX/priv/
H A Dir_defs.c1211 ppIRExpr(qop->arg4);
1723 IRExpr* arg3, IRExpr* arg4 ) {
1730 qop->arg4 = arg4;
1835 IRExpr* arg4 ) {
1840 vec[3] = arg4;
1845 IRExpr* arg4, IRExpr* arg5 ) {
1850 vec[3] = arg4;
1856 IRExpr* arg4, IRExpr* arg5, IRExpr* arg6 ) {
1861 vec[3] = arg4;
1844 mkIRExprVec_5( IRExpr* arg1, IRExpr* arg2, IRExpr* arg3, IRExpr* arg4, IRExpr* arg5 ) argument
1855 mkIRExprVec_6( IRExpr* arg1, IRExpr* arg2, IRExpr* arg3, IRExpr* arg4, IRExpr* arg5, IRExpr* arg6 ) argument
1867 mkIRExprVec_7( IRExpr* arg1, IRExpr* arg2, IRExpr* arg3, IRExpr* arg4, IRExpr* arg5, IRExpr* arg6, IRExpr* arg7 ) argument
1881 mkIRExprVec_8( IRExpr* arg1, IRExpr* arg2, IRExpr* arg3, IRExpr* arg4, IRExpr* arg5, IRExpr* arg6, IRExpr* arg7, IRExpr* arg8 ) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java723 String arg4)
726 m_handler.attributeDecl(arg0, arg1, arg2, arg3, arg4);
718 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
H A DToXMLSAXHandler.java145 String arg4)
140 attributeDecl( String arg0, String arg1, String arg2, String arg3, String arg4) argument
/external/chromium_org/v8/src/
H A Dstring-stream.cc234 FmtElm arg2, FmtElm arg3, FmtElm arg4) {
236 FmtElm argv[argc] = { arg0, arg1, arg2, arg3, arg4 };
233 Add(const char* format, FmtElm arg0, FmtElm arg1, FmtElm arg2, FmtElm arg3, FmtElm arg4) argument
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp177 const TYPE4 arg4 = args4[baseNdx%DE_LENGTH_OF_ARRAY(args4)];\
179 gl.FUNCNAME(arg0, arg1, arg2, arg3, arg4, arg5);\
/external/valgrind/main/coregrind/
H A Dm_libcproc.c423 ULong arg2, ULong arg3, ULong arg4, ULong arg5)
427 /* res = prctl( option, arg2, arg3, arg4, arg5 ); */
429 (UWord) arg2, (UWord) arg3, (UWord) arg4,
422 prctl(Int option, ULong arg2, ULong arg3, ULong arg4, ULong arg5) argument
H A Dm_syscall.c617 UWord arg4, UWord arg5, UWord arg6
623 register UWord __arg4 asm("5") = arg4;
614 do_syscall_WRK( UWord syscall_no, UWord arg1, UWord arg2, UWord arg3, UWord arg4, UWord arg5, UWord arg6 ) argument
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_types_n_macros.h59 UWord arg4; member in struct:SyscallArgs
311 #define ARG4 (arrghs->arg4)
H A Dsyswrap-linux.c1007 unsigned long, arg4, unsigned long, arg5);
3374 UWord arg3, UWord arg4 )
3386 UWord arg3, UWord arg4 )
6969 harrghs.arg4 = args->arg[3];
8082 harrghs.arg4 = args->arg[3];
8156 UWord arg3, UWord arg4 )
8161 Addr optlen_p = arg4;
8183 UWord arg3, UWord arg4 )
8186 Addr optlen_p = arg4;
8218 UWord arg3, UWord arg4 )
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DEnumerableExtensions.cs44 public delegate TResult Func<T1, T2, T3, T4, TResult>(T1 arg1, T2 arg2, T3 arg3, T4 arg4); argument
/external/chromium_org/ipc/
H A Dipc_message_macros.h811 #define IPC_TYPE_IN_4(t1, t2, t3, t4) const t1& arg1, const t2& arg2, const t3& arg3, const t4& arg4
812 #define IPC_TYPE_IN_5(t1, t2, t3, t4, t5) const t1& arg1, const t2& arg2, const t3& arg3, const t4& arg4, const t5& arg5
837 #define IPC_NAME_IN_4(t1, t2, t3, t4) MakeRefTuple(arg1, arg2, arg3, arg4)
838 #define IPC_NAME_IN_5(t1, t2, t3, t4, t5) MakeRefTuple(arg1, arg2, arg3, arg4, arg5)
/external/openfst/src/include/fst/script/
H A Dshortest-distance.h209 ShortestDistance(fst, &distance, args->arg3, args->arg4);
/external/openssl/crypto/
H A Dx86_64cpuid.pl17 ($arg1,$arg2,$arg3,$arg4)=$win64?("%rcx","%rdx","%r8", "%r9") : # Win64 order
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Dbsaes-x86_64.pl1147 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1183 mov 240($arg4),%eax # rounds
1187 mov $arg4,$key
1384 mov 240($arg4),%eax # rounds
1388 mov $arg4,$key
1600 mov 240($arg4), %eax # rounds
1604 mov $arg4, $key
1878 mov 240($arg4), %eax # rounds
1882 mov $arg4, $key
2122 mov $arg4,
[all...]
/external/openssl/crypto/aes/asm/
H A Dbsaes-x86_64.pl1155 my ($arg1,$arg2,$arg3,$arg4,$arg5,$arg6)=$win64 ? ("%rcx","%rdx","%r8","%r9","%r10","%r11d")
1191 mov 240($arg4),%eax # rounds
1195 mov $arg4,$key
1392 mov 240($arg4),%eax # rounds
1396 mov $arg4,$key
1608 mov 240($arg4), %eax # rounds
1612 mov $arg4, $key
1886 mov 240($arg4), %eax # rounds
1890 mov $arg4, $key
2130 mov $arg4,
[all...]
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service_unittest.cc114 FROM_HERE, base::Bind(arg4, status));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_service_unittest.cc92 FROM_HERE, base::Bind(arg4, status));
97 FROM_HERE, base::Bind(arg4, status));
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.idl259 [CallWith=ScriptState, RaisesException] Promise promiseCheck(long arg1, boolean arg2, Dictionary arg3, DOMString arg4, DOMString[] arg5);
/external/chromium_org/third_party/icu/source/test/perf/collperf/
H A Dcollperf.cpp662 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
667 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc516 uptr internal_prctl(int option, uptr arg2, uptr arg3, uptr arg4, uptr arg5) { argument
517 return internal_syscall(SYSCALL(prctl), option, arg2, arg3, arg4, arg5);
/external/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp662 #define TEST(testname, classname, arg1, arg2, arg3, arg4, arg5, arg6) \
667 UPerfFunction * t = new classname(status,arg1, arg2, arg3, arg4, arg5, arg6);\
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h724 (computes arg2 * arg3 +/- arg4) */
734 (computes arg2 * arg3 +/- arg4) */
1848 ppIRExpr output: <op>(<arg1>, <arg2>, <arg3>, <arg4>),
1981 IRExpr* arg4; /* operand 4 */ member in struct:_IRQop
2014 IRExpr* arg3, IRExpr* arg4 );
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc76 return new FakeDataTypeManager(arg4);

Completed in 598 milliseconds

12345