/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | unwindtest.cc | 12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() 20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() 21 void** args, void* userdata __UNUSED__) in closure_test_fn1()
|
D | err_bad_abi.c | 12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn()
|
D | cls_dbls_struct.c | 23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() 24 void** args, void* userdata __UNUSED__) in closure_test_gn() 29 int main(int argc __UNUSED__, char** argv __UNUSED__) 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() 24 void *data __UNUSED__) in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() 41 void *data __UNUSED__) in test_func()
|
D | unwindtest_ffi_call.cc | 11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() 12 signed char c __UNUSED__) in checking()
|
D | testclosure.c | 26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() 27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn()
|
D | cls_float.c | 10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_float_fn() 11 void* userdata __UNUSED__) in cls_ret_float_fn()
|
D | cls_uint.c | 10 static void cls_ret_uint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_uint_fn() 11 void* userdata __UNUSED__) in cls_ret_uint_fn()
|
D | cls_schar.c | 12 static void cls_ret_schar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_schar_fn() 13 void* userdata __UNUSED__) in cls_ret_schar_fn()
|
/external/libffi/testsuite/libffi.closures/ |
D | unwindtest.cc | 12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() 20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() 21 void** args, void* userdata __UNUSED__) in closure_test_fn1()
|
D | err_bad_abi.c | 12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn()
|
D | cls_dbls_struct.c | 23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() 24 void** args, void* userdata __UNUSED__) in closure_test_gn() 29 int main(int argc __UNUSED__, char** argv __UNUSED__) 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() 24 void *data __UNUSED__) in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() 41 void *data __UNUSED__) in test_func()
|
D | unwindtest_ffi_call.cc | 11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() 12 signed char c __UNUSED__) in checking()
|
D | testclosure.c | 26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() 27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn()
|
D | cls_double.c | 10 static void cls_ret_double_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_double_fn() 11 void* userdata __UNUSED__) in cls_ret_double_fn()
|
/external/libffi/testsuite/libffi.call/ |
D | unwindtest.cc | 12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() 20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() 21 void** args, void* userdata __UNUSED__) in closure_test_fn1()
|
D | err_bad_abi.c | 12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() 13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn()
|
D | cls_dbls_struct.c | 23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() 24 void** args, void* userdata __UNUSED__) in closure_test_gn() 29 int main(int argc __UNUSED__, char** argv __UNUSED__) in main()
|
D | pr1172638.c | 21 static RECT ABI_ATTR pr_test(int i __UNUSED__, RECT ar __UNUSED__, in pr_test() 22 RECT* br __UNUSED__, POINT cp __UNUSED__, in pr_test() 23 RECT dr __UNUSED__, RECT *er __UNUSED__, in pr_test() 24 POINT fp, RECT gr __UNUSED__) in pr_test()
|
D | cls_multi_uchar.c | 23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() 24 void *data __UNUSED__) in test_func_gn() 40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() 41 void *data __UNUSED__) in test_func()
|
D | unwindtest_ffi_call.cc | 11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() 12 signed char c __UNUSED__) in checking()
|
D | testclosure.c | 26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() 27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn()
|
D | cls_ushort.c | 10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_ushort_fn() 11 void* userdata __UNUSED__) in cls_ret_ushort_fn()
|
D | cls_float.c | 10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_float_fn() 11 void* userdata __UNUSED__) in cls_ret_float_fn()
|