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

  /external/libffi/src/powerpc/
ffi_powerpc.h 36 FLAG_RETURNS_FP = 1 << (31-29),
ffi_darwin.c 40 FLAG_RETURNS_FP indicates that the structure embeds FP data.
45 FLAG_RETURNS_FP = 1 << (31-29),
716 flags |= FLAG_RETURNS_FP;
724 flags |= FLAG_RETURNS_FP;
749 flags |= FLAG_RETURNS_FP;
880 && (flags & FLAG_RETURNS_FP)))
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 36 FLAG_RETURNS_FP = 1 << (31-29),
ffi_darwin.c 40 FLAG_RETURNS_FP indicates that the structure embeds FP data.
45 FLAG_RETURNS_FP = 1 << (31-29),
716 flags |= FLAG_RETURNS_FP;
724 flags |= FLAG_RETURNS_FP;
749 flags |= FLAG_RETURNS_FP;
880 && (flags & FLAG_RETURNS_FP)))
    [all...]
  /external/python/cpython3/Modules/_ctypes/libffi/src/powerpc/
ffi_powerpc.h 36 FLAG_RETURNS_FP = 1 << (31-29),
ffi_darwin.c 40 FLAG_RETURNS_FP indicates that the structure embeds FP data.
45 FLAG_RETURNS_FP = 1 << (31-29),
716 flags |= FLAG_RETURNS_FP;
724 flags |= FLAG_RETURNS_FP;
749 flags |= FLAG_RETURNS_FP;
880 && (flags & FLAG_RETURNS_FP)))
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 63 FLAG_RETURNS_FP = 1 << (31 - 29),
  /external/python/cpython3/Modules/_ctypes/libffi_osx/powerpc/
ppc-darwin.h 63 FLAG_RETURNS_FP = 1 << (31 - 29),

Completed in 885 milliseconds