Searched refs:B_gn (Results 1 – 10 of 10) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | nested_struct5.c | 38 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()
|
D | nested_struct2.c | 37 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()
|
D | nested_struct3.c | 38 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()
|
D | nested_struct4.c | 38 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()
|
D | nested_struct7.c | 38 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()
|
D | nested_struct6.c | 43 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()
|
D | nested_struct9.c | 43 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()
|
D | nested_struct8.c | 43 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()
|
D | nested_struct10.c | 44 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/ |
D | ChangeLog | 909 * 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.
|