/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
cls_pointer_stack.c | 1 /* Area: ffi_call, closure_call 125 ffi_call(&cif, FFI_FN(cls_pointer_fn1), &res, args);
|
nested_struct10.c | 1 /* Area: ffi_call, closure_call 118 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct11.c | 1 /* Area: ffi_call, closure_call 113 ffi_call (&cif, FFI_FN (C_fn), &result, args);
|
nested_struct2.c | 1 /* Area: ffi_call, closure_call 95 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct3.c | 1 /* Area: ffi_call, closure_call 96 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct4.c | 1 /* Area: ffi_call, closure_call 96 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct5.c | 1 /* Area: ffi_call, closure_call 96 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct6.c | 1 /* Area: ffi_call, closure_call 116 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct7.c | 1 /* Area: ffi_call, closure_call 96 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct8.c | 1 /* Area: ffi_call, closure_call 116 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
nested_struct9.c | 1 /* Area: ffi_call, closure_call 116 ffi_call(&cif, FFI_FN(B_fn), &res_dbl, args_dbl);
|
stret_medium.c | 1 /* Area: ffi_call, closure_call 108 ffi_call(&cif, FFI_FN(cls_struct_72byte_fn), &res_dbl, args_dbl);
|
stret_medium2.c | 1 /* Area: ffi_call, closure_call 109 ffi_call(&cif, FFI_FN(cls_struct_72byte_fn), &res_dbl, args_dbl);
|
va_1.c | 1 /* Area: ffi_call 190 ffi_call(&cif, FFI_FN(test_fn), &res, args);
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
ffi.c | 156 int ffi_call(/*@dependent@*/ ffi_cif *cif, function
|
ffi.h | 276 int ffi_call(/*@dependent@*/ ffi_cif *cif,
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffi.h | 278 ffi_call(/*@dependent@*/ ffi_cif *cif,
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
ffi.h | 313 ffi_call(
|
/external/python/cpython2/Modules/_ctypes/libffi/src/cris/ |
ffi.c | 246 ffi_call (ffi_cif * cif, void (*fn) (), void *rvalue, void **avalue) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/frv/ |
ffi.c | 132 void ffi_call(ffi_cif *cif, function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
java_raw_api.c | 300 ffi_call (cif, fn, rvalue, avalue);
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m68k/ |
ffi.c | 222 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/m88k/ |
ffi.c | 232 ffi_call (ffi_cif *cif, void (*fn) (), void *rvalue, void **avalue) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
ffi.c | 173 void ffi_call(ffi_cif *cif, void (*fn)(void), void *rvalue, void **avalue) function
|
/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/ |
ffi.c | 151 void ffi_call(ffi_cif* cif, void (*fn)(void), void* rvalue, void** avalue) function
|