Searched refs:cls_mixed_float_double_fn (Results 1 – 2 of 2) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | cls_many_mixed_float_double.c | 14 static void cls_mixed_float_double_fn(ffi_cif* cif , void* ret, void** args, in cls_mixed_float_double_fn() function 48 CHECK(ffi_prep_closure_loc(closure, &cif, cls_mixed_float_double_fn, NULL, code) == FFI_OK); in main()
|
/external/libffi/testsuite/libffi.closures/ |
D | cls_many_mixed_float_double.c | 14 static void cls_mixed_float_double_fn(ffi_cif* cif , void* ret, void** args, in cls_mixed_float_double_fn() function 48 CHECK(ffi_prep_closure_loc(closure, &cif, cls_mixed_float_double_fn, NULL, code) == FFI_OK); in main()
|