Home | History | Annotate | Download | only in libffi.call

Lines Matching defs:arg_types

48   ffi_type    *arg_types[5];
63 arg_types[0] = &ffi_type_uint;
64 arg_types[1] = &ffi_type_double;
65 arg_types[2] = NULL;
67 &ffi_type_double, arg_types) == FFI_OK);
85 arg_types[0] = &ffi_type_uint;
86 arg_types[1] = &ffi_type_double;
87 arg_types[2] = &ffi_type_double;
88 arg_types[3] = &ffi_type_double;
89 arg_types[4] = NULL;
91 &ffi_type_double, arg_types) == FFI_OK);