Searched refs:FFI_OK (Results 126 - 150 of 412) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dcls_dbls_struct.c63 &ffi_type_void, cl_arg_types) == FFI_OK);
65 CHECK(ffi_prep_closure(pcl, &cif, closure_test_gn, NULL) == FFI_OK);
H A Dcls_multi_schar.c66 &ffi_type_schar, cl_arg_types) == FFI_OK);
73 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_sshort.c66 &ffi_type_sshort, cl_arg_types) == FFI_OK);
73 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_sshortchar.c78 &ffi_type_sshort, cl_arg_types) == FFI_OK);
85 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_ushort.c66 &ffi_type_ushort, cl_arg_types) == FFI_OK);
73 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_ushortchar.c78 &ffi_type_ushort, cl_arg_types) == FFI_OK);
85 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_pointer.c59 arg_types) == FFI_OK);
70 CHECK(ffi_prep_closure(pcl, &cif, cls_pointer_gn, NULL) == FFI_OK);
H A Dexception1.m28 &ffi_type_void, args) == FFI_OK);
H A Dpromotion.c40 &ffi_type_sint, args) == FFI_OK);
H A Dstrlen_win32.c28 &ffi_type_sint, args) == FFI_OK);
H A Dstruct3.c46 &ts3_type, args) == FFI_OK);
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/src/
H A Dprep_cif.c52 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
97 return FFI_OK;
144 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK))
170 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dpromotion.c40 &ffi_type_sint, args) == FFI_OK);
H A Dstrlen_win32.c28 &ffi_type_sint, args) == FFI_OK);
H A Dstruct3.c46 &ts3_type, args) == FFI_OK);
H A Dcls_1_1byte.c75 dbl_arg_types) == FFI_OK);
86 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_1_1byte_gn, NULL) == FFI_OK);
/macosx-10.9.5/libffi-18.1/
H A Dffi.c50 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK))
91 return FFI_OK;
156 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK))
180 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
/macosx-10.9.5/libffi-18.1/tests/testsuite/libffi.call/
H A Dpromotion.c40 &ffi_type_sint, args) == FFI_OK);
H A Dstrlen_win32.c28 &ffi_type_sint, args) == FFI_OK);
H A Dstruct3.c46 &ts3_type, args) == FFI_OK);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/
H A Dffi.c50 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK))
91 return FFI_OK;
156 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK))
180 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dpromotion.c40 &ffi_type_sint, args) == FFI_OK);
H A Dstrlen_win32.c28 &ffi_type_sint, args) == FFI_OK);
H A Dstruct3.c46 &ts3_type, args) == FFI_OK);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libffi-src/
H A Dffi.c50 if (((*ptr)->size == 0) && (initialize_aggregate(*ptr) != FFI_OK))
91 return FFI_OK;
156 if ((cif->rtype->size == 0) && (initialize_aggregate(cif->rtype) != FFI_OK))
180 if (((*ptr)->size == 0) && (initialize_aggregate((*ptr)) != FFI_OK))

Completed in 181 milliseconds

1234567891011>>