/external/libffi/testsuite/libffi.closures/ |
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_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_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_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_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()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
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_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_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_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()
|
/external/libffi/testsuite/libffi.call/ |
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_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_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_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()
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 3620 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and 3623 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and 3626 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif 3629 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and 3632 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and 3635 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
|
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
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 3620 * testsuite/libffi.call/cls_multi_schar.c (test_func_gn): Mark cif and 3623 * testsuite/libffi.call/cls_multi_sshort.c (test_func_gn): Mark cif and 3626 * testsuite/libffi.call/cls_multi_sshortchar.c (test_func_gn): Mark cif 3629 * testsuite/libffi.call/cls_multi_uchar.c (test_func_gn): Mark cif and 3632 * testsuite/libffi.call/cls_multi_ushort.c (test_func_gn): Mark cif and 3635 * testsuite/libffi.call/cls_multi_ushortchar.c (test_func_gn): Mark cif
|