Searched refs:FFI_OK (Results 1 - 25 of 412) sorted by relevance

1234567891011>>

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dcls_double.c41 &ffi_type_double, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);
H A Dcls_float.c43 &ffi_type_float, cl_arg_types) == FFI_OK);
45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK);
H A Dcls_schar.c40 &ffi_type_schar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_schar_fn, NULL) == FFI_OK);
H A Dcls_sint.c40 &ffi_type_sint32, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
H A Dcls_sshort.c40 &ffi_type_sint16, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
H A Dcls_uchar.c40 &ffi_type_uchar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
H A Dcls_uint.c41 &ffi_type_uint32, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
H A Dcls_ushort.c41 &ffi_type_ushort, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dcls_double.c41 &ffi_type_double, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);
H A Dcls_float.c43 &ffi_type_float, cl_arg_types) == FFI_OK);
45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK);
H A Dcls_schar.c40 &ffi_type_schar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_schar_fn, NULL) == FFI_OK);
H A Dcls_sint.c40 &ffi_type_sint32, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
H A Dcls_sshort.c40 &ffi_type_sint16, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
H A Dcls_uchar.c40 &ffi_type_uchar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
H A Dcls_uint.c41 &ffi_type_uint32, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
H A Dcls_ushort.c41 &ffi_type_ushort, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_double.c41 &ffi_type_double, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);
H A Dcls_float.c43 &ffi_type_float, cl_arg_types) == FFI_OK);
45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK);
H A Dcls_schar.c40 &ffi_type_schar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_schar_fn, NULL) == FFI_OK);
H A Dcls_sint.c40 &ffi_type_sint32, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
H A Dcls_sshort.c40 &ffi_type_sint16, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
H A Dcls_uchar.c40 &ffi_type_uchar, cl_arg_types) == FFI_OK);
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
H A Dcls_uint.c41 &ffi_type_uint32, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
H A Dcls_ushort.c41 &ffi_type_ushort, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_double.c41 &ffi_type_double, cl_arg_types) == FFI_OK);
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);

Completed in 116 milliseconds

1234567891011>>