Home
last modified time | relevance | path

Searched refs:cls_ret_ushort_fn (Results 1 – 6 of 6) sorted by relevance

/external/libffi/testsuite/libffi.call/
Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_ushort_fn() function
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_ushort_fn, NULL, code) == FFI_OK); in main()
/external/libffi/testsuite/libffi.closures/
Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_ushort_fn() function
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_ushort_fn, NULL, code) == FFI_OK); in main()
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dcls_ushort.c10 static void cls_ret_ushort_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, in cls_ret_ushort_fn() function
35 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_ret_ushort_fn, NULL, code) == FFI_OK); in main()
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13655 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
3657 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
/external/libffi/
DChangeLog.libffi-3.13655 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
3657 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
DChangeLog.old3663 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and
3665 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.