Searched refs:args (Results 1 - 25 of 4290) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/regress/
H A Dregress-492.js41 var args; variable
42 for (args = 250; args < 270; args++) {
43 function_with_n_args(args);
46 for (args = 500; args < 520; args++) {
47 function_with_n_args(args);
50 for (args
[all...]
/external/chromium_org/tools/json_schema_compiler/
H A Dmemoize.py9 def impl(*args):
10 if args not in memory:
11 memory[args] = fn(*args)
12 return memory[args]
/external/clang/test/CodeGen/
H A D2005-01-02-VAArgError-ICE.c6 __builtin_va_list args; local
7 __builtin_va_start(args,a); // not the last named arg
8 foo(args);
/external/libffi/testsuite/libffi.call/
H A Dclosure_fn0.c16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
20 (int)*(unsigned long long *)args[0] + (int)(*(int *)args[1]) +
21 (int)(*(unsigned long long *)args[2]) + (int)*(int *)args[3] +
22 (int)(*(signed short *)args[4]) +
23 (int)(*(unsigned long long *)args[5]) +
24 (int)*(int *)args[6] + (int)(*(int *)args[7]) +
25 (int)(*(double *)args[
[all...]
H A Dclosure_fn1.c13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
17 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
18 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
19 (int)(*(signed short *)args[4]) + (int)(*(float *)args[5]) +
20 (int)*(float *)args[6] + (int)(*(int *)args[7]) +
21 (int)(*(double*)args[
[all...]
H A Dclosure_fn2.c12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 (int)*(double *)args[0] +(int)(*(double *)args[1]) +
17 (int)(*(double *)args[2]) + (int)*(double *)args[3] +
18 (int)(*(signed short *)args[4]) + (int)(*(double *)args[5]) +
19 (int)*(double *)args[6] + (int)(*(int *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn3.c12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
17 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
18 (int)(*(float *)args[4]) + (int)(*(float *)args[5]) +
19 (int)*(float *)args[6] + (int)(*(float *)args[7]) +
20 (int)(*(double *)args[
[all...]
H A Dclosure_fn4.c14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
18 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
19 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
20 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
21 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
22 (int)*(unsigned long long *)args[
[all...]
H A Dclosure_fn5.c13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
17 (int)*(unsigned long long *)args[0] + (int)*(unsigned long long *)args[1] +
18 (int)*(unsigned long long *)args[2] + (int)*(unsigned long long *)args[3] +
19 (int)*(unsigned long long *)args[4] + (int)*(unsigned long long *)args[5] +
20 (int)*(unsigned long long *)args[6] + (int)*(unsigned long long *)args[7] +
21 (int)*(unsigned long long *)args[
[all...]
H A Dclosure_fn6.c12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args, argument
16 (int)*(unsigned long long *)args[0] +
17 (int)(*(unsigned long long *)args[1]) +
18 (int)(*(unsigned long long *)args[2]) +
19 (int)*(unsigned long long *)args[3] +
20 (int)(*(int *)args[4]) + (int)(*(double *)args[5]) +
21 (int)*(double *)args[6] + (int)(*(float *)args[7]) +
22 (int)(*(double *)args[
[all...]
/external/clang/test/PCH/
H A D__va_list_tag.c12 int myvprintf(const char *fmt, va_list args) { argument
13 return myvfprintf(fmt, args);
/external/valgrind/main/none/tests/ppc32/
H A Dtest_gx.c74 double* args, int nargs,
82 a = args[i];
95 double* args = malloc(nargs * sizeof(double)); local
96 args[0] = 0.0;
97 args[1] = 1.0 / 0.0; // inf
98 args[2] = -args[1]; // -inf
99 args[3] = args[2]/args[
72 do_one( char* name, double(*f)(double), double* args, int nargs, char* argfmt, char* resfmt ) argument
[all...]
H A Dtest_fx.c39 double* args, int nargs,
47 a = args[i];
60 double* args = malloc(nargs * sizeof(double)); local
61 args[0] = 0.0;
62 args[1] = 1.0 / 0.0; // inf
63 args[2] = -args[1]; // -inf
64 args[3] = args[2]/args[
37 do_one( char* name, double(*f)(double), double* args, int nargs, char* argfmt, char* resfmt ) argument
[all...]
/external/elfutils/backends/
H A Di386_syscall.c35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 3; /* %ebx */
41 args[1] = 1; /* %ecx */
42 args[2] = 2; /* %edx */
43 args[3] = 6; /* %esi */
44 args[4] = 7; /* %edi */
45 args[5] = 5; /* %ebp */
34 i386_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dppc_syscall.c35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 3;
41 args[1] = 4;
42 args[2] = 5;
43 args[3] = 6;
44 args[4] = 7;
45 args[5] = 8;
34 ppc_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
H A Dx86_64_syscall.c35 int *sp, int *pc, int *callno, int args[6])
40 args[0] = 5; /* %rdi */
41 args[1] = 4; /* %rsi */
42 args[2] = 1; /* %rdx */
43 args[3] = 10; /* %r10 */
44 args[4] = 8; /* %r8 */
45 args[5] = 9; /* %r9 */
34 x86_64_syscall_abi(Ebl *ebl __attribute__ ((unused)), int *sp, int *pc, int *callno, int args[6]) argument
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8LocationCustom.cpp36 void V8Location::valueOfMethodCustom(const v8::FunctionCallbackInfo<v8::Value>& args) argument
43 v8SetReturnValue(args, args.This());
/external/chromium_org/v8/test/webkit/
H A Ddfg-arguments-alias-one-block.js29 var args = arguments;
30 return args[0] + args[1];
/external/libffi/testsuite/libffi.special/
H A Dunwindtest.cc12 void** args __UNUSED__, void* userdata __UNUSED__)
20 void** args, void* userdata __UNUSED__)
23 (int)*(float *)args[0] +(int)(*(float *)args[1]) +
24 (int)(*(float *)args[2]) + (int)*(float *)args[3] +
25 (int)(*(signed short *)args[4]) + (int)(*(float *)args[5]) +
26 (int)*(float *)args[6] + (int)(*(int *)args[
19 closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtccommon.h35 #define WEBRTC_STUB(method, args) \
36 virtual int method args OVERRIDE { return 0; }
38 #define WEBRTC_STUB_CONST(method, args) \
39 virtual int method args const OVERRIDE { return 0; }
41 #define WEBRTC_BOOL_STUB(method, args) \
42 virtual bool method args OVERRIDE { return true; }
44 #define WEBRTC_VOID_STUB(method, args) \
45 virtual void method args OVERRIDE {}
47 #define WEBRTC_FUNC(method, args) \
48 virtual int method args OVERRID
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp16 va_list args; local
17 va_start(args, format);
18 vfprintf(stderr, format, args);
19 va_end(args);
/external/openssh/
H A Dfatal.c39 va_list args; local
41 va_start(args, fmt);
42 do_log(SYSLOG_LEVEL_FATAL, fmt, args);
43 va_end(args);
/external/skia/src/ports/
H A DSkDebug_stdio.cpp16 va_list args; local
17 va_start(args, format);
18 vfprintf(stderr, format, args);
19 va_end(args);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcompiler-wrapper.py20 args = sys.argv[1:]
21 if '--glibc' in args:
23 args.remove('--glibc')
24 elif '--newlib' in args:
26 args.remove('--newlib')
31 args = [compiler] + args
32 os.execv(compiler, args)
/external/clang/test/Preprocessor/
H A Dmacro_arg_slocentry_merge.h6 #define P_(args) args

Completed in 4448 milliseconds

1234567891011>>