Searched refs:cls_large_fn (Results 1 – 3 of 3) sorted by relevance
/external/libffi/testsuite/libffi.call/ |
D | huge_struct.c | 158 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function 314 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()
|
/external/libffi/testsuite/libffi.closures/ |
D | huge_struct.c | 156 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function 312 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | huge_struct.c | 158 cls_large_fn(ffi_cif* cif __UNUSED__, void* resp, void** args, void* userdata __UNUSED__) in cls_large_fn() function 314 CHECK(ffi_prep_closure_loc(pcl, &cif, cls_large_fn, NULL, code) == FFI_OK); in main()
|