Home
last modified time | relevance | path

Searched refs:closure_test_gn (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_dbls_struct.c23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() function
57 CHECK(ffi_prep_closure_loc(pcl, &cif, closure_test_gn, NULL, code) == FFI_OK); in main()
/external/libffi/testsuite/libffi.call/
Dcls_dbls_struct.c23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() function
57 CHECK(ffi_prep_closure_loc(pcl, &cif, closure_test_gn, NULL, code) == FFI_OK); in main()
Dcls_complex_struct.inc22 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,
56 CHECK(ffi_prep_closure_loc(pcl, &cif, closure_test_gn, NULL, code) == FFI_OK);