Home
last modified time | relevance | path

Searched refs:__UNUSED__ (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/external/libffi/testsuite/libffi.closures/
Dcls_dbls_struct.c23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() argument
24 void** args, void* userdata __UNUSED__) in closure_test_gn() argument
29 int main(int argc __UNUSED__, char** argv __UNUSED__) in main() argument
Dunwindtest.cc12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() argument
20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() argument
21 void** args, void* userdata __UNUSED__) in closure_test_fn1() argument
Derr_bad_abi.c12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn() argument
Dcls_multi_uchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument
24 void *data __UNUSED__) in test_func_gn() argument
40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() argument
41 void *data __UNUSED__) in test_func() argument
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() argument
12 signed char c __UNUSED__) in checking() argument
Dtestclosure.c26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() argument
27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn() argument
Dffitest.h21 #undef __UNUSED__
23 #define __UNUSED__ __attribute__((__unused__)) macro
29 #define __UNUSED__ macro
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_dbls_struct.c23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() argument
24 void** args, void* userdata __UNUSED__) in closure_test_gn() argument
29 int main(int argc __UNUSED__, char** argv __UNUSED__) in main() argument
Dunwindtest.cc12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() argument
20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() argument
21 void** args, void* userdata __UNUSED__) in closure_test_fn1() argument
Derr_bad_abi.c12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn() argument
Dcls_multi_uchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument
24 void *data __UNUSED__) in test_func_gn() argument
40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() argument
41 void *data __UNUSED__) in test_func() argument
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() argument
12 signed char c __UNUSED__) in checking() argument
Dffitest.h21 #undef __UNUSED__
23 #define __UNUSED__ __attribute__((__unused__)) macro
28 #define __UNUSED__ macro
Dtestclosure.c26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() argument
27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn() argument
Dcls_float.c10 static void cls_ret_float_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_float_fn() argument
11 void* userdata __UNUSED__) in cls_ret_float_fn() argument
/external/libffi/testsuite/libffi.call/
Dcls_dbls_struct.c23 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_gn() argument
24 void** args, void* userdata __UNUSED__) in closure_test_gn() argument
29 int main(int argc __UNUSED__, char** argv __UNUSED__) in main() argument
Dunwindtest.cc12 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn() argument
20 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1() argument
21 void** args, void* userdata __UNUSED__) in closure_test_fn1() argument
Dpr1172638.c21 static RECT ABI_ATTR pr_test(int i __UNUSED__, RECT ar __UNUSED__, in pr_test() argument
22 RECT* br __UNUSED__, POINT cp __UNUSED__, in pr_test() argument
23 RECT dr __UNUSED__, RECT *er __UNUSED__, in pr_test() argument
24 POINT fp, RECT gr __UNUSED__) in pr_test() argument
Derr_bad_abi.c12 dummy_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in dummy_fn() argument
13 void** args __UNUSED__, void* userdata __UNUSED__) in dummy_fn() argument
Dcls_multi_uchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn() argument
24 void *data __UNUSED__) in test_func_gn() argument
40 void test_func(ffi_cif *cif __UNUSED__, void *rval __UNUSED__, void **avals, in test_func() argument
41 void *data __UNUSED__) in test_func() argument
Dcls_complex_struct.inc22 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,
23 void** args, void* userdata __UNUSED__)
28 int main(int argc __UNUSED__, char** argv __UNUSED__)
Dunwindtest_ffi_call.cc11 static int checking(int a __UNUSED__, short b __UNUSED__, in checking() argument
12 signed char c __UNUSED__) in checking() argument
Dffitest.h21 #undef __UNUSED__
23 #define __UNUSED__ __attribute__((__unused__)) macro
29 #define __UNUSED__ macro
Dtestclosure.c26 cls_struct_combined_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in cls_struct_combined_gn() argument
27 void** args, void* userdata __UNUSED__) in cls_struct_combined_gn() argument
/external/libffi/testsuite/libffi.complex/
Dcls_complex_struct.inc22 closure_test_gn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__,
23 void** args, void* userdata __UNUSED__)
28 int main(int argc __UNUSED__, char** argv __UNUSED__)

12345678910>>...12