Home
last modified time | relevance | path

Searched refs:B_fn (Results 1 – 10 of 10) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dnested_struct5.c22 static B B_fn(struct A b2, struct B b3) in B_fn() function
47 *(B*)resp = B_fn(b0, b1); in B_gn()
104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct2.c22 B B_fn(struct A b0, struct B b1) in B_fn() function
46 *(B*)resp = B_fn(b0, b1); in B_gn()
103 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct3.c22 B B_fn(struct A b0, struct B b1) in B_fn() function
47 *(B*)resp = B_fn(b0, b1); in B_gn()
104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct4.c22 static B B_fn(struct A b2, struct B b3) in B_fn() function
47 *(B*)resp = B_fn(b0, b1); in B_gn()
104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct7.c22 static B B_fn(struct A b2, struct B b3) in B_fn() function
47 *(B*)resp = B_fn(b0, b1); in B_gn()
104 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct6.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() function
54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct9.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() function
54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct8.c27 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() function
54 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
124 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
Dnested_struct10.c28 static B B_fn(struct A b2, struct B b3, struct C b4) in B_fn() function
55 *(B*)resp = B_fn(b0, b1, b2); in B_gn()
126 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl); in main()
/external/libffi/
DChangeLog910 * testsuite/libffi.call/nested_struct2.c (B_fn): Adjust printf