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

  /external/libffi/linux-x86/
ffi.h 6 #define X86 1
9 #include "../src/x86/ffitarget.h"
  /external/libffi/darwin-x86/
ffitarget.h 5 Target configuration macros for x86 and x86-64.
36 #define X86
48 /* ---- Intel x86 Win32 ---------- */
56 /* ---- Intel x86 and AMD x86-64 - */
59 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
86 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /external/libffi/src/x86/
ffitarget.h 5 Target configuration macros for x86 and x86-64.
36 #define X86
48 /* ---- Intel x86 Win32 ---------- */
56 /* ---- Intel x86 and AMD x86-64 - */
59 FFI_UNIX64, /* Unix variants all use the same ABI for x86-64 */
86 #define FFI_NATIVE_RAW_API 1 /* x86 has native raw api support */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 136 X86("x86"),
165 } else if (arch.equalsIgnoreCase("x86")
168 return Arch.X86;
    [all...]

Completed in 79 milliseconds