/external/libffi/testsuite/libffi.call/ |
cls_64byte.c | 113 ffi_call(&cif, FFI_FN(cls_struct_64byte_fn), &res_dbl, args_dbl);
|
cls_6_1_byte.c | 99 ffi_call(&cif, FFI_FN(cls_struct_6byte_fn), &res_dbl, args_dbl);
|
cls_7_1_byte.c | 102 ffi_call(&cif, FFI_FN(cls_struct_7byte_fn), &res_dbl, args_dbl);
|
nested_struct10.c | 126 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct2.c | 103 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct3.c | 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct4.c | 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct5.c | 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct6.c | 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct7.c | 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct8.c | 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct9.c | 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct.c | 137 ffi_call(&cif, FFI_FN(cls_struct_combined_fn), &res_dbl, args_dbl);
|
nested_struct1.c | 144 ffi_call(&cif, FFI_FN(cls_struct_combined_fn), &res_dbl, args_dbl);
|
/external/libffi/darwin-x86/ |
ffi.h | 359 #define FFI_FN(f) ((void (*)(void))f)
|
/external/libffi/include/ |
ffi_real.h | 360 #define FFI_FN(f) ((void (*)(void))f)
|
ffi.h.in | 359 #define FFI_FN(f) ((void (*)(void))f)
|