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

  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
x86-ffitarget.h 63 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
67 FFI_DEFAULT_ABI = FFI_UNIX64,
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
x86-ffitarget.h 63 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
67 FFI_DEFAULT_ABI = FFI_UNIX64,
  /external/libffi/src/x86/
ffitarget.h 105 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
115 FFI_DEFAULT_ABI = FFI_UNIX64
ffi64.c 433 FFI_ASSERT (cif->abi == FFI_UNIX64);
ffi.c 330 if (cif->abi == FFI_SYSV || cif->abi == FFI_UNIX64)
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
ffitarget.h 100 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
108 FFI_DEFAULT_ABI = FFI_UNIX64
ffi64.c 433 FFI_ASSERT (cif->abi == FFI_UNIX64);
  /external/python/cpython3/Modules/_ctypes/libffi/src/x86/
ffitarget.h 100 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
108 FFI_DEFAULT_ABI = FFI_UNIX64
ffi64.c 433 FFI_ASSERT (cif->abi == FFI_UNIX64);
  /external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 445 FFI_ASSERT(cif->abi == FFI_UNIX64);
592 if (cif->abi != FFI_UNIX64)
  /external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
x86-ffi64.c 447 FFI_ASSERT(cif->abi == FFI_UNIX64);
596 if (cif->abi != FFI_UNIX64)

Completed in 194 milliseconds