Searched refs:cls_ret_float_fn (Results 1 – 2 of 2) sorted by relevance
10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_float_fn() function45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK); in main()
862 * testsuite/libffi.call/cls_float.c (cls_ret_float_fn): Likewise.