HomeSort by relevance Sort by last modified time
    Searched refs:args (Results 1 - 25 of 5127) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2005-01-02-VAArgError-ICE.c 6 __builtin_va_list args; local
7 __builtin_va_start(args,a); // not the last named arg
8 foo(args);
  /external/libffi/testsuite/libffi.call/
closure_fn0.c 16 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8]) + (int)*(int *)args[9]
    [all...]
closure_fn1.c 13 static void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8]) + (int)*(int *)args[9]
    [all...]
closure_fn2.c 12 static void closure_test_fn2(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8]) + (int)*(int *)args[9]
    [all...]
closure_fn3.c 12 static void closure_test_fn3(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8]) + (int)*(int *)args[9]
    [all...]
closure_fn4.c 14 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8] + (int)*(unsigned long long *)args[9]
    [all...]
closure_fn5.c 13 closure_test_fn5(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8] + (int)*(unsigned long long *)args[9]
    [all...]
closure_fn6.c 12 closure_test_fn0(ffi_cif* cif __UNUSED__, void* resp, void** args,
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[8]) + (int)*(double *)args[9]
    [all...]
  /external/clang/test/PCH/
__va_list_tag.c 12 int myvprintf(const char *fmt, va_list args) {
13 return myvfprintf(fmt, args);
  /external/valgrind/main/none/tests/ppc32/
test_gx.c 74 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[2]; // na
    [all...]
test_fx.c 39 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[2]; // na
    [all...]
  /external/elfutils/backends/
i386_syscall.c 35 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 */
ppc_syscall.c 35 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;
x86_64_syscall.c 35 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 */
  /dalvik/tests/023-many-interfaces/src/
Main.java 2 static public void main(String[] args) throws Exception {
3 boolean timing = (args.length >= 1) && args[0].equals("--timing");
  /external/libffi/testsuite/libffi.special/
unwindtest.cc 12 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[7])
    [all...]
  /external/openssh/
fatal.c 39 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/
SkDebug_android.cpp 18 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/
macro_arg_slocentry_merge.h 6 #define P_(args) args
  /external/openfst/src/include/fst/script/
randequivalent.h 29 typedef args::Package<const FstClass&, const FstClass&,
31 typedef args::WithReturnValue<bool,
35 void RandEquivalent(RandEquivalentArgs1 *args) {
36 const Fst<Arc> &fst1 = *(args->args.arg1.GetFst<Arc>());
37 const Fst<Arc> &fst2 = *(args->args.arg2.GetFst<Arc>());
39 args->retval = RandEquivalent(fst1, fst2, args->args.arg3, args->args.arg4
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_dbg.h 47 #define CDBG(fmt, args...) do{}while(0)
55 #define CDBG(fmt, args...) ALOGV(fmt, ##args)
58 #define CDBG(fmt, args...) fprintf(stderr, fmt, ##args)
59 #define ALOGE(fmt, args...) fprintf(stderr, fmt, ##args)
64 #define CDBG_HIGH(fmt, args...) ALOGE(fmt, ##args)
65 #define CDBG_ERROR(fmt, args...) ALOGE(fmt, ##args
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
ext-blocks.cpp 4 template<typename ...Args>
5 int f0(Args ...args) {
7 return sizeof...(Args);
9 return sizeof...(args);
13 template<typename ...Args>
14 int f1(Args ...args) {
16 return f0(args...);
23 template<typename ...Args>
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/scripts/
action_useragentstylesheets.py 53 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 = args[dashes + 1:
    [all...]
  /external/dropbear/libtomcrypt/src/misc/crypt/
crypt_fsa.c 23 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/
V8WebKitPointConstructor.cpp 43 v8::Handle<v8::Value> V8WebKitPoint::constructorCallback(const v8::Arguments& args)
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();

Completed in 795 milliseconds

1 2 3 4 5 6 7 8 91011>>