Searched refs:test_func_gn (Results 1 – 7 of 7) sorted by relevance
/third_party/libffi/testsuite/libffi.closures/ |
D | cls_multi_sshort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 66 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
D | cls_multi_schar.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 66 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
D | cls_multi_ushort.c | 22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 66 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
D | cls_multi_sshortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 78 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
D | cls_multi_ushortchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 78 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
D | cls_multi_uchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() function 83 CHECK(ffi_prep_closure_loc(pcl, &cif, test_func_gn, NULL, code) == FFI_OK); in main()
|
/third_party/libffi/ |
D | ChangeLog.old | 3628 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and 3631 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and 3634 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif 3637 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and 3640 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and 3643 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
|