Searched refs:arg6 (Results 1 - 25 of 56) sorted by relevance

123

/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux-variants.c79 UWord arg5, UWord arg6 )
86 UWord arg5, UWord arg6 )
H A Dsyswrap-main.c421 && a1->arg6 == a2->arg6
472 canonical->arg6 = gst->guest_EBP;
484 canonical->arg6 = gst->guest_R9;
496 canonical->arg6 = gst->guest_GPR8;
508 canonical->arg6 = gst->guest_GPR8;
520 canonical->arg6 = gst->guest_R5;
532 canonical->arg6 = gst->guest_X5;
545 canonical->arg6 = 0;
553 canonical->arg6
[all...]
/external/libchrome/base/third_party/valgrind/
H A Dvalgrind.h775 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
777 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6); } while (0)
779 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
781 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6,arg7); } while (0)
929 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \
940 _argvec[6] = (unsigned long)(arg6); \
959 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
971 _argvec[6] = (unsigned long)(arg6); \
992 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
1004 _argvec[6] = (unsigned long)(arg6); \
[all...]
/external/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c65 long double arg6 = 6; local
87 args[5] = &arg6;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c65 long double arg6 = 6; local
87 args[5] = &arg6;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dcls_longdouble.c65 long double arg6 = 6; local
87 args[5] = &arg6;
101 arg3, arg4, arg5, arg6, arg7, arg8);
/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_calling_conv.cpp45 v4f32 arg6 = {12, 13, 14, 15}; local
54 arg6, arg7, arg8, arg9, arg10,
80 v4f32 arg6, float arg7, v4f32 arg8, double arg9,
79 callee_vlvilvfvdviv(v4f32 arg1, int64 arg2, v4f32 arg3, int arg4, int64 arg5, v4f32 arg6, float arg7, v4f32 arg8, double arg9, v4f32 arg10, int arg11, v4f32 arg12) argument
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_syscall_linux_x86_64.inc72 T5 arg5, T6 arg6) {
79 "r"((u64)arg6) : "rcx", "r11", "r10", "r8", "r9",
H A Dsanitizer_syscall_linux_aarch64.inc102 u64 arg4, long arg5, long arg6) {
109 register u64 x5 asm("x5") = arg6;
/external/protobuf/src/google/protobuf/stubs/
H A Dsubstitute.cc58 const SubstituteArg& arg6, const SubstituteArg& arg7,
62 arg5, arg6, arg7, arg8, arg9);
71 const SubstituteArg& arg6, const SubstituteArg& arg7,
74 &arg0, &arg1, &arg2, &arg3, &arg4, &arg5, &arg6, &arg7, &arg8, &arg9, NULL
53 Substitute( const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
66 SubstituteAndAppend( string* output, const char* format, const SubstituteArg& arg0, const SubstituteArg& arg1, const SubstituteArg& arg2, const SubstituteArg& arg3, const SubstituteArg& arg4, const SubstituteArg& arg5, const SubstituteArg& arg6, const SubstituteArg& arg7, const SubstituteArg& arg8, const SubstituteArg& arg9) argument
H A Dsubstitute.h148 const internal::SubstituteArg& arg6 = internal::SubstituteArg(),
161 const internal::SubstituteArg& arg6 = internal::SubstituteArg(),
/external/valgrind/include/
H A Dvalgrind.h1137 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
1139 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6); } while (0)
1141 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
1143 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6,arg7); } while (0)
1310 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \
1321 _argvec[6] = (unsigned long)(arg6); \
1341 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
1353 _argvec[6] = (unsigned long)(arg6); \
1375 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
1387 _argvec[6] = (unsigned long)(arg6); \
[all...]
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h728 #define CALL_FN_v_6W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6) \
730 CALL_FN_W_6W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6); } while (0)
732 #define CALL_FN_v_7W(fnptr, arg1,arg2,arg3,arg4,arg5,arg6,arg7) \
734 CALL_FN_W_7W(_junk,fnptr,arg1,arg2,arg3,arg4,arg5,arg6,arg7); } while (0)
882 #define CALL_FN_W_6W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6) \
893 _argvec[6] = (unsigned long)(arg6); \
912 #define CALL_FN_W_7W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
924 _argvec[6] = (unsigned long)(arg6); \
945 #define CALL_FN_W_8W(lval, orig, arg1,arg2,arg3,arg4,arg5,arg6, \
957 _argvec[6] = (unsigned long)(arg6); \
[all...]
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DCallbacks.java109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); argument
127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); argument
/external/libmojo/base/android/java/src/org/chromium/base/
H A DLog.java167 Object arg4, Object arg5, Object arg6) {
168 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6);
175 Object arg4, Object arg5, Object arg6, Object arg7) {
176 verbose(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
250 Object arg4, Object arg5, Object arg6) {
251 debug(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6);
258 Object arg4, Object arg5, Object arg6, Object arg7) {
259 debug(tag, messageTemplate, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
166 v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6) argument
174 v(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7) argument
249 d(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6) argument
257 d(String tag, String messageTemplate, Object arg1, Object arg2, Object arg3, Object arg4, Object arg5, Object arg6, Object arg7) argument
/external/ltp/testcases/misc/crash/
H A Dcrash02.c419 long int sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7; local
430 arg6 = rand_long();
438 arg6, arg7);
440 syscall(sysno, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
/external/protobuf/src/google/protobuf/
H A Darena.h384 const Arg5& arg5, const Arg6& arg6) {
386 return new T(arg1, arg2, arg3, arg4, arg5, arg6);
389 arg1, arg2, arg3, arg4, arg5, arg6);
400 const Arg5& arg5, const Arg6& arg6,
403 return new T(arg1, arg2, arg3, arg4, arg5, arg6, arg7);
406 arg1, arg2, arg3, arg4, arg5, arg6, arg7);
418 const Arg5& arg5, const Arg6& arg6,
421 return new T(arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
425 arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8);
718 const Arg6& arg6) {
381 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6) argument
397 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7) argument
415 Create(::google::protobuf::Arena* arena, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7, const Arg8& arg8) argument
712 CreateInternal(bool skip_explicit_ownership, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6) argument
729 CreateInternal(bool skip_explicit_ownership, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7) argument
748 CreateInternal(bool skip_explicit_ownership, const Arg1& arg1, const Arg2& arg2, const Arg3& arg3, const Arg4& arg4, const Arg5& arg5, const Arg6& arg6, const Arg7& arg7, const Arg8& arg8) argument
[all...]
/external/libffi/src/moxie/
H A Dffi.c159 unsigned arg4, unsigned arg5, unsigned arg6)
179 { arg1, arg2, arg3, arg4, arg5, arg6 };
158 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument
/external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
H A Dffi.c159 unsigned arg4, unsigned arg5, unsigned arg6)
179 { arg1, arg2, arg3, arg4, arg5, arg6 };
158 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument
/external/python/cpython3/Modules/_ctypes/libffi/src/moxie/
H A Dffi.c159 unsigned arg4, unsigned arg5, unsigned arg6)
179 { arg1, arg2, arg3, arg4, arg5, arg6 };
158 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument
/external/syslinux/efi64/include/efi/x86_64/
H A Defibind.h324 UINT64 arg4, UINT64 arg5, UINT64 arg6);
326 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7);
328 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
331 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
334 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/x86_64/
H A Defibind.h324 UINT64 arg4, UINT64 arg5, UINT64 arg6);
326 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7);
328 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
331 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
334 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
/external/libffi/src/frv/
H A Dffi.c167 unsigned arg4, unsigned arg5, unsigned arg6)
182 { arg1, arg2, arg3, arg4, arg5, arg6 };
166 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/
H A Dffi.c167 unsigned arg4, unsigned arg5, unsigned arg6)
182 { arg1, arg2, arg3, arg4, arg5, arg6 };
166 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument
/external/python/cpython3/Modules/_ctypes/libffi/src/frv/
H A Dffi.c167 unsigned arg4, unsigned arg5, unsigned arg6)
182 { arg1, arg2, arg3, arg4, arg5, arg6 };
166 ffi_closure_eabi(unsigned arg1, unsigned arg2, unsigned arg3, unsigned arg4, unsigned arg5, unsigned arg6) argument

Completed in 577 milliseconds

123