Searched refs:cls_ret_ushort_fn (Results 1 – 6 of 6) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | cls_ushort.c | 10 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/ |
D | cls_ushort.c | 10 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/ |
D | cls_ushort.c | 10 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/ |
D | ChangeLog.libffi-3.1 | 3655 * 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/ |
D | ChangeLog.libffi-3.1 | 3655 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and 3657 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
|
D | ChangeLog.old | 3663 * testsuite/libffi.call/cls_ushort.c (cls_ret_ushort_fn): Mark cif and 3665 (cls_ret_ushort_fn): Cast printf parameter to silence gcc.
|