HomeSort by relevance Sort by last modified time
    Searched defs:FFI_FN (Results 1 - 11 of 11) sorted by null

  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
ffi.h 282 #define FFI_FN(f) ((void (*)())f)
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
ffi.h 284 #define FFI_FN(f) ((void (*)())f)
  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 320 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.h 284 #define FFI_FN(f) ((void (*)())f)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi.h 320 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/android_arm/libffi/
ffi.h 442 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/android_arm64/libffi/
ffi.h 442 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/android_x86/libffi/
ffi.h 442 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 443 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/darwin_x86_64/libffi/
ffi.h 442 #define FFI_FN(f) ((void (*)(void))f)
  /external/python/cpython2/linux_x86_64/libffi/
ffi.h 443 #define FFI_FN(f) ((void (*)(void))f)

Completed in 140 milliseconds