Home
last modified time | relevance | path

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

12345

/external/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 …]
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 …]
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 …]
DREADME.cheets.md12 - `./linux-arm/ffi.h`
15 - `./linux-x86/ffi.h`
19 The `ffi.h`, `fficonfig.h`, and `ffitarget.h` files allow us to easily configure
29 ### From `include/ffi.h.in`
31 - `include/ffi.h`
DAndroid.bp18 srcs: ["include/ffi.h.in"],
48 "src/arm/ffi.c",
55 "src/aarch64/ffi.c",
61 "src/x86/ffi.c",
/external/python/cpython3/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 …]
/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 …]
/external/python/cpython3/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/
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/cpython3/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/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/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/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/skia/tests/
DFontMgrAndroidParserTest.cpp100 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; in DumpLoadedFonts() local
101 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex); in DumpLoadedFonts()
102 for (const auto& coordinate : ffi.fVariationDesignPosition) { in DumpLoadedFonts()

12345