/external/python/cpython2/Modules/_ctypes/libffi/ |
D | Makefile.am | 10 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 …]
|
D | fficonfig.py.in | 7 '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 …]
|
D | ChangeLog.v1 | 24 * 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 …]
|
D | Makefile.in | 84 @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 …]
|
D | ChangeLog.libffi | 39 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 …]
|
D | ChangeLog.libffi-3.1 | 24 * 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 …]
|
D | ChangeLog | 1153 …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 …]
|
D | ChangeLog.libgcj | 32 * include/ffi.h.in (FFI_FN): Remove `...'.
|
/external/python/cpython2/Modules/_ctypes/ |
D | libffi.diff | 40 …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/ |
D | project.pbxproj | 10 …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/ |
D | Makefile.am | 5 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
|
D | Makefile.in | 297 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/ |
D | FontMgrAndroidParserTest.cpp | 91 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/ |
D | Makefile.am | 6 EXTRA_DIST=ffi.h.in ffi_common.h 9 nodist_includes_HEADERS = ffi.h ffitarget.h
|
D | Makefile.in | 84 $(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/ |
D | server.c | 649 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/ |
D | BuiltinsAMDGPU.def | 46 BUILTIN(__builtin_amdgcn_trig_preopf, "ffi", "nc") 57 BUILTIN(__builtin_amdgcn_ldexpf, "ffi", "nc") 105 BUILTIN(__builtin_amdgpu_ldexpf, "ffi", "nc")
|
D | BuiltinsARM.def | 46 BUILTIN(__builtin_arm_vcvtr_f, "ffi", "nc")
|
/external/swiftshader/third_party/LLVM/cmake/ |
D | config-ix.cmake | 243 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/ |
D | config-ix.cmake | 284 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/ |
D | ffi-compiler.h | 19 namespace ffi {
|
D | ffi-compiler.cc | 33 namespace ffi { namespace
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MachODump.cpp | 519 for (unsigned ffi = 0, ffe = Functions.size(); ffi != ffe; ++ffi) { in DisassembleInputMachO() local 520 MCFunction &f = Functions[ffi]; in DisassembleInputMachO()
|
/external/e2fsprogs/debugfs/ |
D | ro_debug_cmds.ct | 58 find_free_inode, ffi;
|
/external/llvm/include/llvm/Config/ |
D | config.h.cmake | 81 /* Define to 1 if you have the <ffi/ffi.h> header file. */ 84 /* Define to 1 if you have the <ffi.h> header file. */
|