Searched refs:ffi_prep_closure (Results 276 - 300 of 324) sorted by relevance

<<111213

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/include/
H A Dffi.h262 ffi_prep_closure(
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dcls_24byte.c108 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_24byte_gn, NULL) == FFI_OK);
H A Dcls_64byte.c118 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_64byte_gn, NULL) == FFI_OK);
H A Dcls_align_longdouble_split.c130 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
H A Dcls_align_longdouble_split2.c110 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
H A Dnested_struct2.c119 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
H A Dnested_struct3.c110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
H A Dstret_medium.c122 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_72byte_gn, NULL) == FFI_OK);
H A Dstret_medium2.c122 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_72byte_gn, NULL) == FFI_OK);
H A Dnested_struct.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dnested_struct1.c152 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dnested_struct.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dnested_struct1.c152 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dstret_large.c142 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_108byte_gn, NULL) == FFI_OK);
H A Dstret_large2.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_116byte_gn, NULL) == FFI_OK);
/macosx-10.10.1/libffi-18.1/x86/
H A Dx86-ffi_darwin.c319 ffi_prep_closure (ffi_closure* closure, function
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dnested_struct.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dnested_struct1.c152 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dstret_large.c142 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_108byte_gn, NULL) == FFI_OK);
H A Dstret_large2.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_116byte_gn, NULL) == FFI_OK);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dnested_struct.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dnested_struct1.c152 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_combined_gn, NULL) == FFI_OK);
H A Dstret_large.c142 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_108byte_gn, NULL) == FFI_OK);
H A Dstret_large2.c145 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_116byte_gn, NULL) == FFI_OK);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi_darwin.c319 ffi_prep_closure (ffi_closure* closure, function

Completed in 182 milliseconds

<<111213