Searched defs:B_fn (Results 1 - 9 of 9) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
H A D | nested_struct2.c | 22 B B_fn(struct A b0, struct B b1) function 46 *(B*)resp = B_fn(b0, b1); 103 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct3.c | 22 B B_fn(struct A b0, struct B b1) function 47 *(B*)resp = B_fn(b0, b1); 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct10.c | 28 static B B_fn(struct A b2, struct B b3, struct C b4) function 55 *(B*)resp = B_fn(b0, b1, b2); 126 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct4.c | 22 static B B_fn(struct A b2, struct B b3) function 47 *(B*)resp = B_fn(b0, b1); 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct5.c | 22 static B B_fn(struct A b2, struct B b3) function 47 *(B*)resp = B_fn(b0, b1); 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct6.c | 27 static B B_fn(struct A b2, struct B b3, struct C b4) function 54 *(B*)resp = B_fn(b0, b1, b2); 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct7.c | 22 static B B_fn(struct A b2, struct B b3) function 47 *(B*)resp = B_fn(b0, b1); 104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct8.c | 27 static B B_fn(struct A b2, struct B b3, struct C b4) function 54 *(B*)resp = B_fn(b0, b1, b2); 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
H A D | nested_struct9.c | 27 static B B_fn(struct A b2, struct B b3, struct C b4) function 54 *(B*)resp = B_fn(b0, b1, b2); 124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
Completed in 87 milliseconds