Home
last modified time | relevance | path

Searched defs:__UNUSED__ (Results 1 – 25 of 73) sorted by relevance

123

/external/libffi/testsuite/libffi.special/
Dunwindtest.cc11 closure_test_fn(ffi_cif* cif __UNUSED__, void* resp __UNUSED__, in closure_test_fn()
12 void** args __UNUSED__, void* userdata __UNUSED__) in closure_test_fn()
19 void closure_test_fn1(ffi_cif* cif __UNUSED__, void* resp, in closure_test_fn1()
20 void** args, void* userdata __UNUSED__) in closure_test_fn1()
Dunwindtest_ffi_call.cc10 static int checking(int a __UNUSED__, short b __UNUSED__, in checking()
11 signed char c __UNUSED__) in checking()
Dffitestcxx.h13 #define __UNUSED__ __attribute__((__unused__)) macro
15 #define __UNUSED__ macro
/external/libffi/testsuite/libffi.call/
Dcls_multi_uchar.c23 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()
Dcls_float.c10 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()
Dcls_ulonglong.c10 static void cls_ret_ulonglong_fn(ffi_cif* cif __UNUSED__, void* resp, in cls_ret_ulonglong_fn()
11 void** args, void* userdata __UNUSED__) in cls_ret_ulonglong_fn()
Dcls_ushort.c10 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()
Dcls_uchar.c10 static void cls_ret_uchar_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_uchar_fn()
11 void* userdata __UNUSED__) in cls_ret_uchar_fn()
Dcls_schar.c12 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()
Dcls_sshort.c10 static void cls_ret_sshort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_sshort_fn()
11 void* userdata __UNUSED__) in cls_ret_sshort_fn()
Dcls_uint.c10 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()
Dcls_double.c10 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()
Dcls_sint.c10 static void cls_ret_sint_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_sint_fn()
11 void* userdata __UNUSED__) in cls_ret_sint_fn()
Dffitest.h15 #define __UNUSED__ __attribute__((__unused__)) macro
17 #define __UNUSED__ macro
Dcls_multi_sshort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
23 void *data __UNUSED__) in test_func_gn()
Dcls_multi_ushort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
23 void *data __UNUSED__) in test_func_gn()
Dcls_multi_schar.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, in test_func_gn()
23 void *data __UNUSED__) in test_func_gn()
Dcls_1_1byte.c31 cls_struct_1_1byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_struct_1_1byte_gn()
32 void* userdata __UNUSED__) in cls_struct_1_1byte_gn()
Dcls_8byte.c30 cls_struct_8byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_struct_8byte_gn()
31 void* userdata __UNUSED__) in cls_struct_8byte_gn()
Dcls_3byte2.c31 cls_struct_3byte_gn1(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_struct_3byte_gn1()
32 void* userdata __UNUSED__) in cls_struct_3byte_gn1()
Dcls_multi_ushortchar.c23 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()
Dcls_multi_sshortchar.c23 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()
Dcls_9byte2.c32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp, in cls_struct_9byte_gn()
33 void** args, void* userdata __UNUSED__) in cls_struct_9byte_gn()
Dcls_4byte.c31 cls_struct_4byte_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_struct_4byte_gn()
32 void* userdata __UNUSED__) in cls_struct_4byte_gn()
Dcls_9byte1.c32 static void cls_struct_9byte_gn(ffi_cif* cif __UNUSED__, void* resp, in cls_struct_9byte_gn()
33 void** args, void* userdata __UNUSED__) in cls_struct_9byte_gn()

123