Home
last modified time | relevance | path

Searched refs:ffi (Results 1 – 25 of 62) sorted by relevance

123

/external/python/cpython2/Modules/_ctypes/libffi/
DMakefile.am10 src/aarch64/ffi.c src/aarch64/ffitarget.h src/aarch64/sysv.S \
11 src/alpha/ffi.c src/alpha/osf.S \
12 src/alpha/ffitarget.h src/arc/ffi.c src/arc/arcompact.S \
13 src/arc/ffitarget.h src/arm/ffi.c src/arm/sysv.S \
14 src/arm/ffitarget.h src/avr32/ffi.c src/avr32/sysv.S \
15 src/avr32/ffitarget.h src/cris/ffi.c src/cris/sysv.S \
16 src/cris/ffitarget.h src/ia64/ffi.c src/ia64/ffitarget.h \
17 src/ia64/ia64_flags.h src/ia64/unix.S src/mips/ffi.c \
18 src/mips/n32.S src/mips/o32.S src/metag/ffi.c \
19 src/metag/ffitarget.h src/metag/sysv.S src/moxie/ffi.c \
[all …]
Dfficonfig.py.in7 'MIPS_IRIX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
8 'MIPS_LINUX': ['src/mips/ffi.c', 'src/mips/o32.S'],
9 'X86': ['src/x86/ffi.c', 'src/x86/sysv.S', 'src/x86/win32.S'],
10 'X86_FREEBSD': ['src/x86/ffi.c', 'src/x86/freebsd.S'],
11 'X86_WIN32': ['src/x86/ffi.c', 'src/x86/win32.S'],
12 'SPARC': ['src/sparc/ffi.c', 'src/sparc/v8.S', 'src/sparc/v9.S'],
13 'ALPHA': ['src/alpha/ffi.c', 'src/alpha/osf.S'],
14 'IA64': ['src/ia64/ffi.c', 'src/ia64/unix.S'],
15 'M32R': ['src/m32r/sysv.S', 'src/m32r/ffi.c'],
16 'M68K': ['src/m68k/ffi.c', 'src/m68k/sysv.S'],
[all …]
DChangeLog.v124 * m68k/ffi.c (ffi_prep_cif_machdep): Use bitmask for cif->flags.
202 It is now inserted into ffi.h at configure time.
229 ffi.h.in changes. This is a work-around for SGI's "simple"
234 * ffi.h.in: PowerPC support.
238 * ffi.h.in: Add m68k support.
243 * ffi.h.in (SIZEOF_ARG): Use a pointer type by default.
245 * ffi.h.in: Alpha support.
249 * ffi.h.in, ffi_common.h: Cygnus Support -> Cygnus Solutions.
253 * ffi.h.in: Added ffi_type_void definition.
259 * ffi.h.in: Removed FFI_DEBUG. It's now in the correct
[all …]
DMakefile.in84 @MIPS_TRUE@am__append_2 = src/mips/ffi.c src/mips/o32.S src/mips/n32.S
85 @BFIN_TRUE@am__append_3 = src/bfin/ffi.c src/bfin/sysv.S
86 @X86_TRUE@am__append_4 = src/x86/ffi.c src/x86/sysv.S src/x86/win32.S
87 @X86_FREEBSD_TRUE@am__append_5 = src/x86/ffi.c src/x86/freebsd.S src/x86/win32.S
88 @X86_WIN32_TRUE@am__append_6 = src/x86/ffi.c src/x86/win32.S
89 @X86_WIN64_TRUE@am__append_7 = src/x86/ffi.c src/x86/win64.S
90 @X86_DARWIN_TRUE@am__append_8 = src/x86/ffi.c src/x86/darwin.S src/x86/ffi64.c src/x86/darwin64.S
92 @SPARC_TRUE@am__append_10 = src/sparc/ffi.c src/sparc/v8.S src/sparc/v9.S
93 @ALPHA_TRUE@am__append_11 = src/alpha/ffi.c src/alpha/osf.S
94 @IA64_TRUE@am__append_12 = src/ia64/ffi.c src/ia64/unix.S
[all …]
DChangeLog.libffi39 include/ffi.h.in,
43 src/x86/ffi.c,
166 * src/sh64/ffi.c: Remove lint directives. Was missing from merge
171 * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
220 * src/powerpc/ffi.c: Add two new flags to indicate if we have one
247 * src/sh/ffi.c (ffi_prep_closure_loc): Turn INSN into an unsigned
266 * include/ffi.h.in: Wrap definition of target architecture to
271 * src/x86/ffi.c (ffi_prep_closure_loc): Fix for bug revealed in
316 * src/x86/ffi.c (ffi_closure_SYSV_inner): Change C++ comment to C
322 * include/ffi.h.in: Change void (*)() to void (*)(void).
[all …]
DChangeLog.libffi-3.124 * src/x86/ffi.c: Add support for FFI_STDCALL, FFI_THISCALL, and
166 * src/aarch64/ffi.c: Fix missing semicolons on assertions under
172 * src/aarch64/ffi.c, src/arm/ffi.c, src/x86/ffi.c: Inhibit Clang
174 * src/arm/ffi.c: Prevent NULL dereference, fix short type warning
188 * src/aarch64/ffi.c: Clean up for double == long double. Clean up
200 * configure, Makefile.in, include/Makefile.in, include/ffi.h.in,
208 * include/ffi.h.in (ffi_prep_types): Declare.
213 * src/powerpc/ffi.c: Split into..
230 * src/powerpc/ffi.c (ffi_prep_cif_machdep_core): Use
244 * src/arm/ffi.c (ffi_call): Hoist declaration of temp to top of
[all …]
DChangeLog1153 …When the function called by the ffi called a function defined in a shared library generate a fatal…
1366 necessary. Wrong but harmless. Found when splitting apart ffi.c
1385 necessary. Wrong but harmless. Found when splitting apart ffi.c
1426 src/powerpc/ffi.c
1434 tests in ffi.c are fine. Also, there is no need to define a new
1444 tests in ffi.c are fine. Also, there is no need to define a new
1479 a new abi value, and the #ifdefs removed from ffi.c along with many
3957 * src/powerpc/ffi.c: Avoid clobbering cr3 and cr4, which are
4120 * src/sh64/ffi.c: Remove lint directives. Was missing from merge
4129 * src/sh/ffi.c: Apply missing hunk from Alexandre Oliva's patch of
[all …]
DChangeLog.libgcj32 * include/ffi.h.in (FFI_FN): Remove `...'.
/external/python/cpython2/Modules/_ctypes/
Dlibffi.diff40 …ac_config_files="$ac_config_files include/Makefile include/ffi.h Makefile testsuite/Makefile man/M…
108 AC_CONFIG_FILES(include/Makefile include/ffi.h Makefile testsuite/Makefile man/Makefile libffi.pc)
125 + 'MIPS_IRIX': ['src/mips/ffi.c', 'src/mips/o32.S', 'src/mips/n32.S'],
126 + 'MIPS_LINUX': ['src/mips/ffi.c', 'src/mips/o32.S'],
127 + 'X86': ['src/x86/ffi.c', 'src/x86/sysv.S', 'src/x86/win32.S'],
128 + 'X86_FREEBSD': ['src/x86/ffi.c', 'src/x86/freebsd.S'],
129 + 'X86_WIN32': ['src/x86/ffi.c', 'src/x86/win32.S'],
130 + 'SPARC': ['src/sparc/ffi.c', 'src/sparc/v8.S', 'src/sparc/v9.S'],
131 + 'ALPHA': ['src/alpha/ffi.c', 'src/alpha/osf.S'],
132 + 'IA64': ['src/ia64/ffi.c', 'src/ia64/unix.S'],
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/libffi.xcodeproj/
Dproject.pbxproj10 …DBFA714A187F1D8600A76262 /* ffi.h in Headers */ = {isa = PBXBuildFile; fileRef = DBFA713E187F1D860…
57 …849DF510010F42D /* ffi.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dyl…
58 …FA713E187F1D8600A76262 /* ffi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
115 DB13B1911849DF510010F42D /* ffi.dylib */,
132 DBFA713E187F1D8600A76262 /* ffi.h */,
270 DBFA714A187F1D8600A76262 /* ffi.h in Headers */,
297 productName = ffi;
314 productName = ffi;
315 productReference = DB13B1911849DF510010F42D /* ffi.dylib */;
451 DSTROOT = /tmp/ffi.dst;
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/man/
DMakefile.am5 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
7 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
DMakefile.in297 EXTRA_DIST = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
298 man_MANS = ffi.3 ffi_call.3 ffi_prep_cif.3 ffi_prep_cif_var.3
/external/skia/tests/
DFontMgrAndroidParserTest.cpp91 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; in DumpLoadedFonts() local
92 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex); in DumpLoadedFonts()
93 for (const auto& coordinate : ffi.fVariationDesignPosition) { in DumpLoadedFonts()
/external/python/cpython2/Modules/_ctypes/libffi/include/
DMakefile.am6 EXTRA_DIST=ffi.h.in ffi_common.h
9 nodist_includes_HEADERS = ffi.h ffitarget.h
DMakefile.in84 $(srcdir)/ffi.h.in
104 CONFIG_CLEAN_FILES = ffi.h ffitarget.h
316 EXTRA_DIST = ffi.h.in ffi_common.h
318 nodist_includes_HEADERS = ffi.h ffitarget.h
352 ffi.h: $(top_builddir)/config.status $(srcdir)/ffi.h.in
/external/fio/
Dserver.c649 struct fio_fork_item *ffi; in fio_server_add_fork_item() local
651 ffi = malloc(sizeof(*ffi)); in fio_server_add_fork_item()
652 ffi->exitval = 0; in fio_server_add_fork_item()
653 ffi->signal = 0; in fio_server_add_fork_item()
654 ffi->exited = 0; in fio_server_add_fork_item()
655 ffi->pid = pid; in fio_server_add_fork_item()
656 flist_add_tail(&ffi->list, list); in fio_server_add_fork_item()
671 static void fio_server_check_fork_item(struct fio_fork_item *ffi) in fio_server_check_fork_item() argument
675 ret = waitpid(ffi->pid, &status, WNOHANG); in fio_server_check_fork_item()
678 log_err("fio: connection pid %u disappeared\n", (int) ffi->pid); in fio_server_check_fork_item()
[all …]
/external/clang/include/clang/Basic/
DBuiltinsAMDGPU.def46 BUILTIN(__builtin_amdgcn_trig_preopf, "ffi", "nc")
57 BUILTIN(__builtin_amdgcn_ldexpf, "ffi", "nc")
105 BUILTIN(__builtin_amdgpu_ldexpf, "ffi", "nc")
DBuiltinsARM.def46 BUILTIN(__builtin_arm_vcvtr_f, "ffi", "nc")
/external/swiftshader/third_party/LLVM/cmake/
Dconfig-ix.cmake243 find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR})
245 set(FFI_HEADER ffi.h CACHE INTERNAL "")
248 find_path(FFI_INCLUDE_PATH ffi/ffi.h PATHS ${FFI_INCLUDE_DIR})
250 set(FFI_HEADER ffi/ffi.h CACHE INTERNAL "")
259 find_library(FFI_LIBRARY_PATH ffi PATHS ${FFI_LIBRARY_DIR})
/external/llvm/cmake/
Dconfig-ix.cmake284 find_path(FFI_INCLUDE_PATH ffi.h PATHS ${FFI_INCLUDE_DIR})
285 if( EXISTS "${FFI_INCLUDE_PATH}/ffi.h" )
286 set(FFI_HEADER ffi.h CACHE INTERNAL "")
289 find_path(FFI_INCLUDE_PATH ffi/ffi.h PATHS ${FFI_INCLUDE_DIR})
290 if( EXISTS "${FFI_INCLUDE_PATH}/ffi/ffi.h" )
291 set(FFI_HEADER ffi/ffi.h CACHE INTERNAL "")
300 find_library(FFI_LIBRARY_PATH ffi PATHS ${FFI_LIBRARY_DIR})
/external/v8/src/ffi/
Dffi-compiler.h19 namespace ffi {
Dffi-compiler.cc33 namespace ffi { namespace
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
DMachODump.cpp519 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local
520 MCFunction &f = Functions[ffi]; in DisassembleInputMachO()
/external/e2fsprogs/debugfs/
Dro_debug_cmds.ct58 find_free_inode, ffi;
/external/llvm/include/llvm/Config/
Dconfig.h.cmake81 /* Define to 1 if you have the <ffi/ffi.h> header file. */
84 /* Define to 1 if you have the <ffi.h> header file. */

123