HomeSort by relevance Sort by last modified time
    Searched refs:ffi (Results 1 - 25 of 122) sorted by null

1 2 3 4 5

  /external/python/cpython2/Modules/_ctypes/libffi/man/
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
  /external/python/cpython2/Modules/_ctypes/libffi/include/
Makefile.am 6 EXTRA_DIST=ffi.h.in ffi_common.h
9 nodist_includes_HEADERS = ffi.h ffitarget.h
  /external/python/cpython2/Modules/_ctypes/libffi/
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...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/cris/
sysv.S 28 #include <ffi.h>
  /external/v8/src/ffi/
ffi-compiler.h 19 namespace ffi { namespace in namespace:v8::internal
33 } // namespace ffi
  /external/python/cpython2/Modules/_ctypes/libffi/src/
debug.c 25 #include <ffi.h>
types.c 31 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
debug.c 24 #include <ffi.h>
prep_cif.c 24 #include <ffi.h>
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 91 const FontFileInfo& ffi = fontFamilies[i]->fFonts[j]; local
92 SkDebugf(" file (%d) %s#%d", ffi.fWeight, ffi.fFileName.c_str(), ffi.fIndex);
93 for (const auto& coordinate : ffi.fVariationDesignPosition) {
  /external/e2fsprogs/debugfs/
ro_debug_cmds.ct 58 find_free_inode, ffi;
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
ffitest.h 5 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
types.c 26 #include <ffi.h>
prep_cif.c 24 #include <ffi.h>
win32.c 37 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/
malloc_closure.c 2 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/m32r/
sysv.S 28 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/moxie/
eabi.S 28 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi_osx/
types.c 26 #include <ffi.h>
  /external/fio/
server.c 649 struct fio_fork_item *ffi; local
651 ffi = malloc(sizeof(*ffi));
652 ffi->exitval = 0;
653 ffi->signal = 0;
654 ffi->exited = 0;
655 ffi->pid = pid;
656 flist_add_tail(&ffi->list, list);
671 static void fio_server_check_fork_item(struct fio_fork_item *ffi)
675 ret = waitpid(ffi->pid, &status, WNOHANG)
714 struct fio_fork_item *ffi; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/arc/
arcompact.S 28 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
ffi.c 2 ffi.c - Copyright (c) 2012 Alexandre K. I. de Mendonca <alexandre.keunecke@gmail.com>,
27 #include <ffi.h>
sysv.S 30 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/frv/
eabi.S 28 #include <ffi.h>
  /external/python/cpython2/Modules/_ctypes/libffi/src/m88k/
obsd.S 30 #include <ffi.h>

Completed in 481 milliseconds

1 2 3 4 5