/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffitarget.h | 52 FFI_STDCALL,
|
win32.c | 78 cmp ecx, FFI_STDCALL
|
ffi.c | 217 case FFI_STDCALL: 419 else if (cif->abi == FFI_STDCALL)
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
ffitarget.h | 52 FFI_STDCALL,
|
win32.c | 78 cmp ecx, FFI_STDCALL
|
ffi.c | 236 case FFI_STDCALL: 448 else if (cif->abi == FFI_STDCALL)
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
x86-ffitarget.h | 55 FFI_STDCALL,
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
x86-ffitarget.h | 55 FFI_STDCALL,
|
/external/libffi/src/x86/ |
ffitarget.h | 84 FFI_STDCALL, 108 FFI_STDCALL,
|
ffi.c | 396 case FFI_STDCALL: 762 else if (cif->abi == FFI_STDCALL || cif->abi == FFI_PASCAL) 913 case FFI_STDCALL:
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
ffitarget.h | 81 FFI_STDCALL, 103 FFI_STDCALL,
|
ffi.c | 322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) 383 case FFI_STDCALL: 411 abi = FFI_STDCALL; 688 else if (cif->abi == FFI_STDCALL) 819 case FFI_STDCALL: 847 abi = FFI_STDCALL;
|
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/ |
ffitarget.h | 81 FFI_STDCALL, 103 FFI_STDCALL,
|
ffi.c | 322 if (cif->abi != FFI_STDCALL && cif->abi != FFI_THISCALL && cif->abi != FFI_FASTCALL) 383 case FFI_STDCALL: 411 abi = FFI_STDCALL; 688 else if (cif->abi == FFI_STDCALL) 819 case FFI_STDCALL: 847 abi = FFI_STDCALL;
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/ |
x86-ffi_darwin.c | 214 case FFI_STDCALL: 426 case FFI_STDCALL:
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/ |
x86-ffi_darwin.c | 214 case FFI_STDCALL: 426 case FFI_STDCALL:
|
/external/python/cpython3/Modules/_ctypes/ |
callbacks.c | 385 cc = FFI_STDCALL;
|
callproc.c | 772 cc = FFI_STDCALL; [all...] |
/external/python/cpython2/Modules/_ctypes/ |
callbacks.c | 465 cc = FFI_STDCALL;
|
callproc.c | 804 cc = FFI_STDCALL; [all...] |