Home
last modified time | relevance | path

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

/external/libffi/testsuite/libffi.call/
Dnested_struct5.c38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct2.c37 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
109 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct3.c38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct4.c38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct7.c38 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct6.c43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct9.c43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct8.c43 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
Dnested_struct10.c44 B_gn(ffi_cif* cif __UNUSED__, void* resp, void** args, in B_gn() function
132 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK); in main()
/external/libffi/
DChangeLog909 * testsuite/libffi.call/nested_struct10.c (B_gn): Likewise.
912 (B_gn): Mark cif and userdata unused.
913 * testsuite/libffi.call/nested_struct3.c (B_gn): Mark cif and userdata
916 (B_gn): Mark cif and userdata unused.
917 * testsuite/libffi.call/nested_struct5.c (B_gn): Mark cif and userdata
920 (B_gn): Mark cif and userdata unused.
921 * testsuite/libffi.call/nested_struct7.c (B_gn): Mark cif and userdata
923 * testsuite/libffi.call/nested_struct8.c (B_gn): Likewise.
924 * testsuite/libffi.call/nested_struct9.c (B_gn): Likewise.