HomeSort by relevance Sort by last modified time
    Searched refs:cl_arg_types (Results 1 - 24 of 24) sorted by null

  /external/libffi/testsuite/libffi.call/
closure_fn0.c 56 ffi_type * cl_arg_types[17]; local
65 cl_arg_types[0] = &ffi_type_uint64;
66 cl_arg_types[1] = &ffi_type_sint;
67 cl_arg_types[2] = &ffi_type_uint64;
68 cl_arg_types[3] = &ffi_type_sint;
69 cl_arg_types[4] = &ffi_type_sshort;
70 cl_arg_types[5] = &ffi_type_uint64;
71 cl_arg_types[6] = &ffi_type_sint;
72 cl_arg_types[7] = &ffi_type_sint;
73 cl_arg_types[8] = &ffi_type_double
    [all...]
closure_fn1.c 48 ffi_type * cl_arg_types[17]; local
57 cl_arg_types[0] = &ffi_type_float;
58 cl_arg_types[1] = &ffi_type_float;
59 cl_arg_types[2] = &ffi_type_float;
60 cl_arg_types[3] = &ffi_type_float;
61 cl_arg_types[4] = &ffi_type_sshort;
62 cl_arg_types[5] = &ffi_type_float;
63 cl_arg_types[6] = &ffi_type_float;
64 cl_arg_types[7] = &ffi_type_sint;
65 cl_arg_types[8] = &ffi_type_double
    [all...]
closure_fn2.c 48 ffi_type * cl_arg_types[17]; local
57 cl_arg_types[0] = &ffi_type_double;
58 cl_arg_types[1] = &ffi_type_double;
59 cl_arg_types[2] = &ffi_type_double;
60 cl_arg_types[3] = &ffi_type_double;
61 cl_arg_types[4] = &ffi_type_sshort;
62 cl_arg_types[5] = &ffi_type_double;
63 cl_arg_types[6] = &ffi_type_double;
64 cl_arg_types[7] = &ffi_type_sint;
65 cl_arg_types[8] = &ffi_type_double
    [all...]
closure_fn3.c 49 ffi_type * cl_arg_types[17]; local
58 cl_arg_types[0] = &ffi_type_float;
59 cl_arg_types[1] = &ffi_type_float;
60 cl_arg_types[2] = &ffi_type_float;
61 cl_arg_types[3] = &ffi_type_float;
62 cl_arg_types[4] = &ffi_type_float;
63 cl_arg_types[5] = &ffi_type_float;
64 cl_arg_types[6] = &ffi_type_float;
65 cl_arg_types[7] = &ffi_type_float;
66 cl_arg_types[8] = &ffi_type_double
    [all...]
closure_fn6.c 57 ffi_type * cl_arg_types[17]; local
66 cl_arg_types[0] = &ffi_type_uint64;
67 cl_arg_types[1] = &ffi_type_uint64;
68 cl_arg_types[2] = &ffi_type_uint64;
69 cl_arg_types[3] = &ffi_type_uint64;
70 cl_arg_types[4] = &ffi_type_sint;
71 cl_arg_types[5] = &ffi_type_double;
72 cl_arg_types[6] = &ffi_type_double;
73 cl_arg_types[7] = &ffi_type_float;
74 cl_arg_types[8] = &ffi_type_double
    [all...]
cls_double.c 27 ffi_type * cl_arg_types[2]; local
36 cl_arg_types[0] = &ffi_type_double;
37 cl_arg_types[1] = NULL;
41 &ffi_type_double, cl_arg_types) == FFI_OK);
cls_float.c 28 ffi_type * cl_arg_types[2]; local
38 cl_arg_types[0] = &ffi_type_float;
39 cl_arg_types[1] = NULL;
43 &ffi_type_float, cl_arg_types) == FFI_OK);
closure_fn5.c 66 ffi_type * cl_arg_types[17]; local
75 cl_arg_types[i] = &ffi_type_uint64;
77 cl_arg_types[10] = &ffi_type_sint;
79 cl_arg_types[i] = &ffi_type_uint64;
81 cl_arg_types[15] = &ffi_type_sint;
82 cl_arg_types[16] = NULL;
86 &ffi_type_sint, cl_arg_types) == FFI_OK);
closure_stdcall.c 35 ffi_type * cl_arg_types[17]; local
47 cl_arg_types[0] = &ffi_type_uint;
48 cl_arg_types[1] = &ffi_type_uint;
49 cl_arg_types[2] = &ffi_type_uint;
50 cl_arg_types[3] = &ffi_type_uint;
51 cl_arg_types[4] = NULL;
55 &ffi_type_sint, cl_arg_types) == FFI_OK);
cls_multi_sshortchar.c 49 ffi_type * cl_arg_types[5]; local
71 cl_arg_types[0] = &ffi_type_schar;
72 cl_arg_types[1] = &ffi_type_sshort;
73 cl_arg_types[2] = &ffi_type_schar;
74 cl_arg_types[3] = &ffi_type_sshort;
75 cl_arg_types[4] = NULL;
79 &ffi_type_sshort, cl_arg_types) == FFI_OK);
cls_multi_ushortchar.c 49 ffi_type * cl_arg_types[5]; local
71 cl_arg_types[0] = &ffi_type_uchar;
72 cl_arg_types[1] = &ffi_type_ushort;
73 cl_arg_types[2] = &ffi_type_uchar;
74 cl_arg_types[3] = &ffi_type_ushort;
75 cl_arg_types[4] = NULL;
79 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_schar.c 28 ffi_type * cl_arg_types[2]; local
37 cl_arg_types[0] = &ffi_type_schar;
38 cl_arg_types[1] = NULL;
42 &ffi_type_schar, cl_arg_types) == FFI_OK);
cls_sint.c 26 ffi_type * cl_arg_types[2]; local
35 cl_arg_types[0] = &ffi_type_sint;
36 cl_arg_types[1] = NULL;
40 &ffi_type_sint, cl_arg_types) == FFI_OK);
cls_sshort.c 26 ffi_type * cl_arg_types[2]; local
35 cl_arg_types[0] = &ffi_type_sshort;
36 cl_arg_types[1] = NULL;
40 &ffi_type_sshort, cl_arg_types) == FFI_OK);
cls_uchar.c 26 ffi_type * cl_arg_types[2]; local
35 cl_arg_types[0] = &ffi_type_uchar;
36 cl_arg_types[1] = NULL;
40 &ffi_type_uchar, cl_arg_types) == FFI_OK);
cls_uint.c 27 ffi_type * cl_arg_types[2]; local
36 cl_arg_types[0] = &ffi_type_uint;
37 cl_arg_types[1] = NULL;
41 &ffi_type_uint, cl_arg_types) == FFI_OK);
cls_ulonglong.c 27 ffi_type * cl_arg_types[2]; local
36 cl_arg_types[0] = &ffi_type_uint64;
37 cl_arg_types[1] = NULL;
41 &ffi_type_uint64, cl_arg_types) == FFI_OK);
cls_ushort.c 27 ffi_type * cl_arg_types[2]; local
36 cl_arg_types[0] = &ffi_type_ushort;
37 cl_arg_types[1] = NULL;
41 &ffi_type_ushort, cl_arg_types) == FFI_OK);
cls_multi_uchar.c 55 ffi_type * cl_arg_types[5]; local
76 cl_arg_types[0] = &ffi_type_uchar;
77 cl_arg_types[1] = &ffi_type_uchar;
78 cl_arg_types[2] = &ffi_type_uchar;
79 cl_arg_types[3] = &ffi_type_uchar;
80 cl_arg_types[4] = NULL;
84 &ffi_type_uchar, cl_arg_types) == FFI_OK);
closure_fn4.c 67 ffi_type * cl_arg_types[17]; local
77 cl_arg_types[i] = &ffi_type_uint64;
79 cl_arg_types[15] = &ffi_type_sint;
80 cl_arg_types[16] = NULL;
84 &ffi_type_sint, cl_arg_types) == FFI_OK);
cls_multi_schar.c 44 ffi_type * cl_arg_types[3]; local
61 cl_arg_types[0] = &ffi_type_schar;
62 cl_arg_types[1] = &ffi_type_schar;
63 cl_arg_types[2] = NULL;
67 &ffi_type_schar, cl_arg_types) == FFI_OK);
cls_multi_sshort.c 44 ffi_type * cl_arg_types[3]; local
61 cl_arg_types[0] = &ffi_type_sshort;
62 cl_arg_types[1] = &ffi_type_sshort;
63 cl_arg_types[2] = NULL;
67 &ffi_type_sshort, cl_arg_types) == FFI_OK);
cls_multi_ushort.c 44 ffi_type * cl_arg_types[3]; local
61 cl_arg_types[0] = &ffi_type_ushort;
62 cl_arg_types[1] = &ffi_type_ushort;
63 cl_arg_types[2] = NULL;
67 &ffi_type_ushort, cl_arg_types) == FFI_OK);
  /external/libffi/testsuite/libffi.special/
unwindtest.cc 57 ffi_type * cl_arg_types[17]; local
65 cl_arg_types[1] = NULL;
68 &ffi_type_void, cl_arg_types) == FFI_OK);
85 cl_arg_types[0] = &ffi_type_float;
86 cl_arg_types[1] = &ffi_type_float;
87 cl_arg_types[2] = &ffi_type_float;
88 cl_arg_types[3] = &ffi_type_float;
89 cl_arg_types[4] = &ffi_type_sshort;
90 cl_arg_types[5] = &ffi_type_float;
91 cl_arg_types[6] = &ffi_type_float
    [all...]

Completed in 130 milliseconds