Searched refs:arg7 (Results 1 - 24 of 24) sorted by relevance

/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.arg1to8.d41 arg3, arg4, arg5, arg6, arg7, arg8);
H A Dtst.arg1to8clause.d45 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/emacs-93/emacs/src/
H A Dterminfo.c39 tparam (string, outstring, len, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9)
42 int len, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9;
47 temp = tparm (string, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9);
/macosx-10.10/dtrace-147/test/tst/common/fbtprovider/
H A Dtst.basic.d47 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclPanic.c83 char *arg5, *arg6, *arg7, *arg8;
91 arg7 = va_arg(argList, char *);
96 arg5, arg6, arg7, arg8);
99 arg5, arg6, arg7, arg8);
102 arg7, arg8);
81 char *arg5, *arg6, *arg7, *arg8; local
H A DtclDTrace.d55 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
104 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
159 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclPanic.c86 char *arg5, *arg6, *arg7, *arg8;
94 arg7 = va_arg(argList, char *);
99 arg5, arg6, arg7, arg8);
102 arg5, arg6, arg7, arg8);
105 arg7, arg8);
84 char *arg5, *arg6, *arg7, *arg8; local
H A DtclDTrace.d55 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
91 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
133 char* arg4, char* arg5, char* arg6, char* arg7, char* arg8,
/macosx-10.10/dtrace-147/test/tst/common/pid/
H A Dtst.args1.c34 int arg7, int arg8, int arg9)
33 go(int arg0, int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7, int arg8, int arg9) argument
H A Dtst.args1.d65 arg3, arg4, arg5, arg6, arg7, arg8, arg9);
/macosx-10.10/libffi-18.1/tests/testsuite/libffi.call/
H A Dcls_longdouble.c69 long double arg7 = 7; local
91 args[6] = &arg7;
104 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c70 long double arg7 = 7; local
97 args[6] = &arg7;
110 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c70 long double arg7 = 7; local
97 args[6] = &arg7;
110 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dcls_longdouble.c69 long double arg7 = 7; local
91 args[6] = &arg7;
104 arg3, arg4, arg5, arg6, arg7, arg8);
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h112 #define DTRACE_PROBE8(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7) { \
121 __dtrace_args[7] = (uintptr_t)arg7; \
125 #define DTRACE_PROBE9(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8) { \
134 __dtrace_args[7] = (uintptr_t)arg7; \
139 #define DTRACE_PROBE10(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8, arg9) { \
148 __dtrace_args[7] = (uintptr_t)arg7; \
220 #define DTRACE_TMR7(name, type1, arg1, type2, arg2, type3, arg3, arg4, arg5, arg6, arg7) \
221 DTRACE_PROBE7(__sdt_, name, arg1, arg2, arg3, arg4, arg5, arg6, arg7);
264 type4, arg4, type5, arg5, type6, arg6, type7, arg7) \
265 DTRACE_PROBE7(__ip_, name, arg1, arg2, arg3, arg4, arg5, arg6, arg7)
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbbreviations.h278 static inline LValue buildCall(LBuilder builder, LValue function, LValue arg1, LValue arg2, LValue arg3, LValue arg4, LValue arg5, LValue arg6, LValue arg7) argument
280 LValue args[] = { arg1, arg2, arg3, arg4, arg5, arg6, arg7 };
283 static inline LValue buildCall(LBuilder builder, LValue function, LValue arg1, LValue arg2, LValue arg3, LValue arg4, LValue arg5, LValue arg6, LValue arg7, LValue arg8) argument
285 LValue args[] = { arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8 };
H A DFTLOutput.h355 LValue call(LValue function, LValue arg1, LValue arg2, LValue arg3, LValue arg4, LValue arg5, LValue arg6, LValue arg7) { return buildCall(m_builder, function, arg1, arg2, arg3, arg4, arg5, arg6, arg7); } argument
356 LValue call(LValue function, LValue arg1, LValue arg2, LValue arg3, LValue arg4, LValue arg5, LValue arg6, LValue arg7, LValue arg8) { return buildCall(m_builder, function, arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8); } argument
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dbsd_i386.c382 syscall_arg_t arg7; member in struct:mach_call_args
529 if (copyin((user_addr_t)(regs->isf.rsp + sizeof(user_addr_t)), (char *)&args.arg7, copyin_count)) {
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DCCallHelpers.h1583 ALWAYS_INLINE void setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1585 poke(arg7, POKE_ARGUMENT_OFFSET + 3);
1592 ALWAYS_INLINE void setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1594 poke(arg7, POKE_ARGUMENT_OFFSET + 3);
1601 ALWAYS_INLINE void setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5, GPRReg arg6, GPRReg arg7) argument
1603 poke(arg7, POKE_ARGUMENT_OFFSET + 3);
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtrace.vim93 syn keyword dtraceIdentifier arg0 arg1 arg2 arg3 arg4 arg5 arg6 arg7 arg8 arg9
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/
H A Dsystrace.c621 syscall_arg_t arg7; member in struct:mach_call_args
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp146 void* arg7; member in struct:_IOHIDCmdGateActionArgs
3489 args.arg7 = sender;
3504 OSObject * sender = (OSObject *)((IOHIDCmdGateActionArgs *)args)->arg7;
3729 args.arg7 = &pointDeltaAxis2;
3748 SInt32 pointDeltaAxis2 = *(IOFixed *)((IOHIDCmdGateActionArgs *)args)->arg7;
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c164 int arg7; member in struct:th_info
3184 ti->arg7 = kd->arg4; /* bottom half file offset */
3833 offset_reassembled = (((off_t)(unsigned int)(ti->arg6)) << 32) | (unsigned int)(ti->arg7);
/macosx-10.10/BerkeleyDB-21/db/libdb_java/
H A Ddb_java_wrap.c3591 DBT *arg7 = (DBT *) 0 ; local
3624 if (__dbj_dbt_copyin(jenv, &ldbt7, &arg7, jarg7, 1) != 0) {
3633 result = (db_ret_t)Db_compact(arg1,arg2,arg3,arg4,arg5,arg6,arg7);
3641 __dbj_dbt_release(jenv, jarg7, arg7, &ldbt7);
4563 int arg7 ; local
4584 arg7 = (int)jarg7;
4591 result = (db_ret_t)Db_open(arg1,arg2,(char const *)arg3,(char const *)arg4,arg5,arg6,arg7);

Completed in 315 milliseconds