Searched refs:arg2 (Results 1 - 25 of 500) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/core/test/conf/
H A Dtest32.conf3 <Macro foo $arg1 $arg2 $arg3 $arg2>
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Dcspdebugging.h70 extern void dblog2(char *str, void * arg1, void * arg2);
71 extern void dblog3(char *str, void * arg1, void * arg2, void * arg3);
72 extern void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4);
83 #define dblog2(str, arg1, arg2) printf(str, arg1, arg2)
84 #define dblog3(str, arg1, arg2, arg3) printf(str, arg1, arg2, arg3)
85 #define dblog4(str, arg1, arg2, arg3, arg4) printf(str, arg1, arg2, arg3, arg4)
93 #define dblog2(str, arg1, arg2)
[all...]
H A Dcspdebugging.c61 void dblog2(char *str, void * arg1, void * arg2) { argument
63 sprintf((char *)outStr, str, arg1, arg2);
67 void dblog3(char *str, void * arg1, void * arg2, void * arg3) { argument
69 sprintf((char *)outStr, str, arg1, arg2, arg3);
73 void dblog4(char *str, void * arg1, void * arg2, void * arg3, void * arg4) { argument
75 sprintf((char *)outStr, str, arg1, arg2, arg3, arg4);
/macosx-10.10/ruby-106/ruby/
H A Dprobes.dmyh10 #define RUBY_DTRACE_METHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
13 #define RUBY_DTRACE_METHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
17 #define RUBY_DTRACE_CMETHOD_ENTRY(arg0, arg1, arg2, arg3) do { } while(0)
20 #define RUBY_DTRACE_CMETHOD_RETURN(arg0, arg1, arg2, arg3) do { } while(0)
24 #define RUBY_DTRACE_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
28 #define RUBY_DTRACE_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
32 #define RUBY_DTRACE_FIND_REQUIRE_ENTRY(arg0, arg1, arg2) do { } while(0)
36 #define RUBY_DTRACE_FIND_REQUIRE_RETURN(arg0, arg1, arg2) do { } while(0)
40 #define RUBY_DTRACE_LOAD_ENTRY(arg0, arg1, arg2) do { } while(0)
44 #define RUBY_DTRACE_LOAD_RETURN(arg0, arg1, arg2) d
[all...]
/macosx-10.10/groff-38/groff/src/include/
H A Derror.h25 const errarg &arg2 = empty_errarg,
31 const errarg &arg2 = empty_errarg,
37 const errarg &arg2 = empty_errarg,
42 const errarg &arg2 = empty_errarg,
47 const errarg &arg2 = empty_errarg,
52 const errarg &arg2 = empty_errarg,
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2;
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2;
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/test/
H A Dtestbndl2.m144 -(id)boolArg:(bool)arg1 andboolArg:(bool)arg2;
147 -(id)boolArg:(bool)arg1 andBOOLArg:(BOOL)arg2;
150 -(id)boolArg:(bool)arg1 andcharArg:(char)arg2;
153 -(id)boolArg:(bool)arg1 andsignedshortArg:(signed short)arg2;
156 -(id)boolArg:(bool)arg1 andsignedintArg:(signed int)arg2;
159 -(id)boolArg:(bool)arg1 andsignedlongArg:(signed long)arg2;
162 -(id)boolArg:(bool)arg1 andsignedlonglongArg:(signed long long)arg2;
165 -(id)boolArg:(bool)arg1 andunsignedcharArg:(unsigned char)arg2;
168 -(id)boolArg:(bool)arg1 andunsignedshortArg:(unsigned short)arg2;
171 -(id)boolArg:(bool)arg1 andunsignedintArg:(unsigned int)arg2;
[all...]
/macosx-10.10/curl-83.1.2/curl/tests/libtest/
H A Dtest610.pl23 my $arg2 = shift @ARGV;
24 move($arg,$arg2) || die "$!";
/macosx-10.10/dtrace-147/test/tst/common/fbtprovider/
H A Dtst.ioctlargs.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
48 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
H A Dtst.offsetzero.d42 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
49 printf("The few arguments are %u %u %u %u\n", arg0, arg1, arg2, arg3);
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.argmap.d44 /arg0 == 4 && arg1 == 10 && arg2 == 10 && arg3 == 4/
52 arg0, arg1, arg2, arg3);
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Derror.cpp37 const errarg &arg2,
68 errprint(format, arg1, arg2, arg3);
79 const errarg &arg2,
83 current_lineno, type, format, arg1, arg2, arg3);
89 const errarg &arg2,
92 do_error(ERROR, format, arg1, arg2, arg3);
97 const errarg &arg2,
100 do_error(WARNING, format, arg1, arg2, arg3);
105 const errarg &arg2,
108 do_error(FATAL, format, arg1, arg2, arg
31 do_error_with_file_and_line(const char *filename, const char *source_filename, int lineno, error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
76 do_error(error_type type, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
87 error(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
95 warning(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
103 fatal(const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
111 error_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
122 warning_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
133 fatal_with_file_and_line(const char *filename, int lineno, const char *format, const errarg &arg1, const errarg &arg2, const errarg &arg3) argument
[all...]
/macosx-10.10/ruby-106/extras/dtrace_sample/
H A Dprint_calls.d6 printf("-> %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
11 printf("<- %s:%d `%s#%s'\n", copyinstr(arg2), arg3, copyinstr(arg0), copyinstr(arg1));
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DCCallHelpers.h76 ALWAYS_INLINE void setupArguments(FPRReg arg1, FPRReg arg2) argument
80 addCallArgument(arg2);
89 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2) argument
93 addCallArgument(arg2);
96 ALWAYS_INLINE void setupArguments(TrustedImmPtr arg1, GPRReg arg2) argument
100 addCallArgument(arg2);
103 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
107 addCallArgument(arg2);
111 ALWAYS_INLINE void setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImmPtr arg4) argument
115 addCallArgument(arg2);
120 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
130 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
174 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
182 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
190 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
198 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
206 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
214 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
222 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
230 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
238 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
247 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
256 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
265 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
274 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
283 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
292 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3) argument
301 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3) argument
310 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImmPtr arg3) argument
319 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
328 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
337 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
346 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
356 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, GPRReg arg3, TrustedImmPtr arg4) argument
366 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
376 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
387 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
398 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
408 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
418 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
427 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
437 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
447 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
457 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
467 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
477 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
488 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImmPtr arg6) argument
500 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
512 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
522 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
532 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
542 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
553 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
564 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
575 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
586 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5) argument
597 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6) argument
610 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
622 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
630 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
772 setupStubArguments(GPRReg arg1, GPRReg arg2) argument
777 setupStubArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
794 setupArguments(FPRReg arg1, FPRReg arg2) argument
799 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
813 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
832 setupArguments(FPRReg arg1, FPRReg arg2) argument
848 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
855 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
862 setupArgumentsWithExecState(TrustedImm32, FPRReg arg2, GPRReg arg3) argument
869 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32, FPRReg arg4) argument
882 setupArguments(FPRReg arg1, FPRReg arg2) argument
888 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
895 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
903 setupArgumentsWithExecState(TrustedImm32 arg1, FPRReg arg2, GPRReg arg3) argument
911 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, FPRReg arg4) argument
927 setupArguments(FPRReg arg1, FPRReg arg2) argument
941 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
948 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
955 setupArgumentsWithExecState(TrustedImm32 arg1, FPRReg arg2, GPRReg arg3) argument
960 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, FPRReg arg4) argument
970 setupArguments(FPRReg arg1, FPRReg arg2) argument
982 setupArgumentsWithExecState(FPRReg arg1, GPRReg arg2) argument
989 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, FPRReg arg3) argument
1004 setupArguments(TrustedImmPtr arg1, GPRReg arg2) argument
1010 setupArguments(GPRReg arg1, GPRReg arg2) argument
1015 setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1020 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImmPtr arg4) argument
1027 setupArguments(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1033 setupArguments(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1040 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
1085 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2) argument
1091 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2) argument
1098 setupArgumentsWithExecState(GPRReg arg1, TrustedImm64 arg2) argument
1105 setupArgumentsWithExecState(TrustedImm64 arg1, GPRReg arg2) argument
1112 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2) argument
1119 setupArgumentsWithExecState(GPRReg arg1, ImmPtr arg2) argument
1126 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2) argument
1133 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2) argument
1140 setupArgumentsWithExecState(ImmPtr arg1, GPRReg arg2) argument
1147 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2) argument
1154 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2) argument
1161 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2) argument
1168 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1176 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3) argument
1182 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3) argument
1189 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, GPRReg arg3) argument
1196 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3) argument
1203 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImmPtr arg3) argument
1211 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
1219 setupArgumentsWithExecState(GPRReg arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1227 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
1235 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3) argument
1242 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3) argument
1250 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImmPtr arg2, GPRReg arg3) argument
1258 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3) argument
1266 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3) argument
1273 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3) argument
1280 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3) argument
1288 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImmPtr arg3) argument
1296 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImm32 arg3) argument
1304 setupArgumentsWithExecState(TrustedImmPtr arg1, TrustedImmPtr arg2, TrustedImmPtr arg3) argument
1312 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3) argument
1325 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
1331 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1337 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
1343 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
1349 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1355 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1361 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1367 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImmPtr arg5) argument
1374 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1381 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4) argument
1387 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
1394 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, GPRReg arg3, GPRReg arg4) argument
1400 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1406 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
1413 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5) argument
1420 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4) argument
1426 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1432 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1438 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4) argument
1444 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1450 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, TrustedImmPtr arg4) argument
1456 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1463 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5) argument
1470 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
1477 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5) argument
1484 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1491 setupArgumentsWithExecState(TrustedImm32 arg1, TrustedImm32 arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5) argument
1498 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5) argument
1505 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, GPRReg arg4, TrustedImm32 arg5) argument
1512 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6) argument
1520 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1528 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1536 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, GPRReg arg4, GPRReg arg5) argument
1543 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
1551 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImmPtr arg6) argument
1559 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, TrustedImm32 arg5, TrustedImmPtr arg6) argument
1567 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, TrustedImm32 arg6) argument
1575 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, GPRReg arg5, GPRReg arg6) argument
1583 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1592 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, TrustedImm32 arg3, GPRReg arg4, GPRReg arg5, GPRReg arg6, GPRReg arg7) argument
1601 setupArgumentsWithExecState(TrustedImm32 arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4, TrustedImm32 arg5, GPRReg arg6, GPRReg arg7) argument
1610 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
1625 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, TrustedImm32 arg3, GPRReg arg4) argument
1633 setupArgumentsWithExecState(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4) argument
1640 setupArgumentsWithExecState(TrustedImmPtr arg1, GPRReg arg2, GPRReg arg3, TrustedImmPtr arg4) argument
1648 setupArgumentsWithExecState(GPRReg arg1, GPRReg arg2, GPRReg arg3, TrustedImm32 arg4) argument
1655 setupArguments(GPRReg arg1, TrustedImmPtr arg2, GPRReg arg3, GPRReg arg4, TrustedImmPtr arg5) argument
1662 setupArguments(GPRReg arg1, GPRReg arg2, TrustedImmPtr arg3, TrustedImm32 arg4, GPRReg arg5) argument
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/mach/machine/
H A Dsdt.h62 #define DTRACE_PROBE3(provider, name, arg0, arg1, arg2) { \
66 __dtrace_args[2] = (uintptr_t)arg2; \
70 #define DTRACE_PROBE4(provider, name, arg0, arg1, arg2, arg3) { \
74 __dtrace_args[2] = (uintptr_t)arg2; \
79 #define DTRACE_PROBE5(provider, name, arg0, arg1, arg2, arg3, arg4) { \
83 __dtrace_args[2] = (uintptr_t)arg2; \
89 #define DTRACE_PROBE6(provider, name, arg0, arg1, arg2, arg3, arg4, arg5) { \
93 __dtrace_args[2] = (uintptr_t)arg2; \
100 #define DTRACE_PROBE7(provider, name, arg0, arg1, arg2, arg3, arg4, arg5, arg6) { \
104 __dtrace_args[2] = (uintptr_t)arg2; \
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DTracing.h42 #define JAVASCRIPTCORE_PROFILE_WILL_EXECUTE(arg0, arg1, arg2, arg3)
45 #define JAVASCRIPTCORE_PROFILE_DID_EXECUTE(arg0, arg1, arg2, arg3)
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A DFDSet.h46 typedef void (FDCalloutFunc)(void * arg1, void * arg2);
53 FDCalloutCreate(int fd, FDCalloutFuncRef func, void * arg1, void * arg2);
/macosx-10.10/dtrace-147/test/tst/common/builtinvar/
H A Dtst.arg1to8.d40 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
H A Dtst.arg1to8clause.d44 printf("The argument is %u %u %u %u %u %u %u %u\n", arg1, arg2,
/macosx-10.10/dtrace-147/test/tst/common/error/
H A Dtst.DTRACEFLT_BADADDR.d43 arg1, arg2, arg3, arg4, arg5);
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DAlert.h38 typedef void (AlertCallback)(void * arg1, void * arg2);
44 void * arg1, void * arg2,
H A DFDHandler.h45 typedef void (FDHandler_func)(void * arg1, void * arg2);
57 void * arg1, void * arg2);
/macosx-10.10/libclosure-65/objectTests/
H A Drettypepromotion.c39 void sortWithBlock(long (^comp)(void *arg1, void *arg2)) { argument
44 sortWithBlock(^(void *arg1 __unused, void *arg2 __unused) {
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dxpr.h93 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5) \
96 xpr((msg), (long)(arg1), (long)(arg2), \
125 #define XPR(flags, msg, arg1, arg2, arg3, arg4, arg5)
130 long arg1,arg2,arg3,arg4,arg5; member in struct:xprbuf
145 long arg2,

Completed in 350 milliseconds

1234567891011>>