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

  /external/libffi/src/powerpc/
ffi_powerpc.h 37 FLAG_RETURNS_64BITS = 1 << (31-28),
ffi_darwin.c 46 FLAG_RETURNS_64BITS = 1 << (31-28),
721 flags |= FLAG_RETURNS_64BITS;
732 flags |= FLAG_RETURNS_64BITS;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 37 FLAG_RETURNS_64BITS = 1 << (31-28),
ffi_darwin.c 46 FLAG_RETURNS_64BITS = 1 << (31-28),
721 flags |= FLAG_RETURNS_64BITS;
732 flags |= FLAG_RETURNS_64BITS;
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 37 FLAG_RETURNS_64BITS = 1 << (31-28),
ffi_darwin.c 46 FLAG_RETURNS_64BITS = 1 << (31-28),
721 flags |= FLAG_RETURNS_64BITS;
732 flags |= FLAG_RETURNS_64BITS;
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 64 FLAG_RETURNS_64BITS = 1 << (31 - 28),
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 64 FLAG_RETURNS_64BITS = 1 << (31 - 28),

Completed in 183 milliseconds