Searched defs:B_fn (Results 1 - 9 of 9) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dnested_struct2.c22 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 Dnested_struct3.c22 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 Dnested_struct10.c28 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 Dnested_struct4.c22 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 Dnested_struct5.c22 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 Dnested_struct6.c27 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 Dnested_struct7.c22 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 Dnested_struct8.c27 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 Dnested_struct9.c27 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