Home
last modified time | relevance | path

Searched +refs:libffi +refs:init (Results 1 – 10 of 10) sorted by relevance

/external/libffi/
DChangeLog.libffi-3.13 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
29 * testsuite/libffi.call/closure_stdcall.c: Run on non-Windows.
31 * testsuite/libffi.call/closure_thiscall.c: Run on non-Windows.
33 * testsuite/libffi.call/fastthis1_win32.c: Run on non-Windows.
34 * testsuite/libffi.call/fastthis2_win32.c: Ditto.
35 * testsuite/libffi.call/fastthis3_win32.c: Ditto.
36 * testsuite/libffi.call/many2_win32.c: Ditto.
37 * testsuite/libffi.call/many_win32.c: Ditto.
38 * testsuite/libffi.call/strlen2_win32.c: Ditto.
39 * testsuite/libffi.call/strlen_win32.c: Ditto.
[all …]
DChangeLog.old7 From the old ChangeLog.libffi-3.1 file...
11 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
37 * testsuite/libffi.call/closure_stdcall.c: Run on non-Windows.
39 * testsuite/libffi.call/closure_thiscall.c: Run on non-Windows.
41 * testsuite/libffi.call/fastthis1_win32.c: Run on non-Windows.
42 * testsuite/libffi.call/fastthis2_win32.c: Ditto.
43 * testsuite/libffi.call/fastthis3_win32.c: Ditto.
44 * testsuite/libffi.call/many2_win32.c: Ditto.
45 * testsuite/libffi.call/many_win32.c: Ditto.
46 * testsuite/libffi.call/strlen2_win32.c: Ditto.
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.libffi-3.13 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future
29 * testsuite/libffi.call/closure_stdcall.c: Run on non-Windows.
31 * testsuite/libffi.call/closure_thiscall.c: Run on non-Windows.
33 * testsuite/libffi.call/fastthis1_win32.c: Run on non-Windows.
34 * testsuite/libffi.call/fastthis2_win32.c: Ditto.
35 * testsuite/libffi.call/fastthis3_win32.c: Ditto.
36 * testsuite/libffi.call/many2_win32.c: Ditto.
37 * testsuite/libffi.call/many_win32.c: Ditto.
38 * testsuite/libffi.call/strlen2_win32.c: Ditto.
39 * testsuite/libffi.call/strlen_win32.c: Ditto.
[all …]
/external/llvm/include/llvm/Config/
Dconfig.h.cmake78 /* Define if libffi is available on this platform. */
463 /* LLVM name for the native AsmParser init function, if available */
466 /* LLVM name for the native AsmPrinter init function, if available */
469 /* LLVM name for the native Disassembler init function, if available */
472 /* LLVM name for the native Target init function, if available */
475 /* LLVM name for the native TargetInfo init function, if available */
478 /* LLVM name for the native target MC init function, if available */
/external/python/cffi/doc/source/
Dwhatsnew.rst167 Note that libffi doesn't support them, which means that in the ABI
233 called with libffi because an argument is a struct that is "too
500 .. __: ref.html#ffi-init-once
Dref.rst36 **ffi.new(cdecl, init=None)**:
687 ffi.init_once(initlib, "init")
699 CPython C extension modules have their init code executed only once in
902 `[7]` libffi does not support complex numbers:
905 Note however that libffi does not. This means that C functions that
/external/python/cpython2/Misc/NEWS.d/
D2.7.4rc1.rst25 Corrected class name in init error messages of the C version of
2391 Update the ctypes module's libffi to v3.0.13. This specifically addresses a
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1723 document and the :ref:`pre-init-safe` section in the C API documentation
1750 A full copy of libffi is no longer bundled for use when building the
1752 of libffi is now required when building ``_ctypes`` on such platforms.
/external/python/cpython3/Misc/
DHISTORY1687 - Issue #22176: Update the ctypes module's libffi to v3.1. This release
3384 - Fix compilation error under gcc of the ctypes module bundled libffi for arm.
4478 - Issue #17275: Corrected class name in init error messages of the C version of
4851 - Issue #18248: Fix libffi build on AIX.
5206 - Issue #17192: Update the ctypes module's libffi to v3.0.13. This
5326 - Issue #17192: Import libffi-3.0.12.
7006 - Issue #15194: Update libffi to the 3.0.11 release.
8264 - Fix the builtin module initialization code to store the init function for
11282 - Issue #940286: pydoc.Helper.help() ignores input/output init parameters.
14257 - Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
[all …]
/external/python/cpython2/Misc/
DHISTORY1001 - Fixed a libffi build problem on MIPS systems.
5707 and PyAPI_DATA macros, while Python extension module init functions
11103 macro which is only used for init methods in extension modules, and
13959 - It is now possible for an extension module's init function to fail
15373 - An init<module>() routine may signal an error by not entering
15931 instead of init() methods. THIS IS AN INCOMPATIBLE CHANGE!
17204 def init(self, (x, y, color)): ...
17213 def init(self, x, y, color): ...