Searched refs:test_func_gn (Results 1 - 6 of 6) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dcls_multi_schar.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_sshort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_sshortchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_ushort.c22 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_ushortchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
H A Dcls_multi_uchar.c23 static void test_func_gn(ffi_cif *cif __UNUSED__, void *rval, void **avals, function
91 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);

Completed in 88 milliseconds