Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.call/
Dhuge_struct.c158 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function
314 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()
/external/libffi/testsuite/libffi.closures/
Dhuge_struct.c156 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function
312 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dhuge_struct.c158 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function
314 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()