Searched refs:args (Results 1 - 25 of 2589) 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/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/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/webkit/LayoutTests/fast/dom/DOMImplementation/script-tests/
H A DcreateDocument-namespace-err.js44 { args: [undefined, undefined] },
45 { args: [null, undefined] },
46 { args: [undefined, null], code: 5 },
47 { args: [null, null], code: 5 },
48 { args: [null, ""], code: 5 },
49 { args: ["", null], code: 5 },
50 { args: ["", ""], code: 5 },
51 { args: [null, "<div>"], code: 5 },
52 { args: [null, "0div"], code: 5 },
53 { args
[all...]
/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/legacy/src/ports/
H A DSkDebug_android.cpp18 va_list args; local
19 va_start(args, format);
20 __android_log_vprint(ANDROID_LOG_DEBUG, LOG_TAG, format, args);
21 va_end(args);
/external/clang/test/Preprocessor/
H A Dmacro_arg_slocentry_merge.h6 #define P_(args) args
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dext-blocks.cpp5 int f0(Args ...args) { argument
9 return sizeof...(args);
14 int f1(Args ...args) {
16 return f0(args...);
24 int f2(Args ...args) {
27 }(args + 0 ...);
33 int f3(Args ...args) {
36 }(&args...);
42 int PR9953(Args ...args) {
45 }(&args
[all...]
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_useragentstylesheets.py53 def SplitArgsIntoSections(args):
55 while len(args) > 0:
56 if not '--' in args:
58 dashes = len(args)
60 dashes = args.index('--')
62 sections.append(args[:dashes])
65 if dashes + 1 == len(args):
69 args = []
70 sections.append(args)
72 args
[all...]
/external/dropbear/libtomcrypt/src/misc/crypt/
H A Dcrypt_fsa.c23 va_list args; local
26 va_start(args, mp);
31 while ((p = va_arg(args, void*)) != NULL) {
33 va_end(args);
38 while ((p = va_arg(args, void*)) != NULL) {
40 va_end(args);
45 while ((p = va_arg(args, void*)) != NULL) {
47 va_end(args);
52 va_end(args);
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebKitPointConstructor.cpp43 v8::Handle<v8::Value> V8WebKitPoint::constructorCallback(const v8::Arguments& args) argument
47 if (!args.IsConstructCall())
52 if (args.Length() > 1) {
53 if (!args[0]->IsUndefined()) {
54 x = toFloat(args[0]);
58 if (!args[1]->IsUndefined()) {
59 y = toFloat(args[1]);
66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, point.get());
67 return args.Holder();
/external/webkit/Tools/Scripts/webkitpy/test/
H A Decho.py32 def command_arguments(*args):
33 return [sys.executable, __file__] + list(args)
36 def main(args=None):
37 if args is None:
38 args = sys.argv[1:]
43 if len(args) and args[0] == '-n':
45 del args[0]
46 sys.stdout.write(' '.join(args))

Completed in 558 milliseconds

1234567891011>>