HomeSort by relevance Sort by last modified time
    Searched refs:ffi_prep_closure (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/libffi/testsuite/libffi.call/
cls_double.c 43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);
cls_float.c 45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK);
cls_schar.c 44 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_schar_fn, NULL) == FFI_OK);
cls_sint.c 42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
cls_sshort.c 42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
cls_uchar.c 42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
cls_uint.c 43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
cls_ulonglong.c 42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ulonglong_fn, NULL) == FFI_OK);
cls_ushort.c 43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
closure_fn0.c 87 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_fn1.c 79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1,
closure_fn2.c 79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn2,
closure_fn3.c 80 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn3,
closure_fn4.c 86 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_fn5.c 88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn5,
closure_fn6.c 88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
closure_stdcall.c 57 CHECK(ffi_prep_closure(pcl, &cif, closure_test_stdcall,
cls_multi_schar.c 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_sshort.c 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_sshortchar.c 86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_ushort.c 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_multi_ushortchar.c 86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
cls_1_1byte.c 89 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_1_1byte_gn, NULL) == FFI_OK);
cls_2byte.c 90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_2byte_gn, NULL) == FFI_OK);
  /external/libffi/testsuite/libffi.special/
unwindtest.cc 69 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn, NULL) == FFI_OK);
107 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1,

Completed in 451 milliseconds

1 2 3