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

  /external/libffi/src/powerpc/
ffi_darwin.c 41 FLAG_RETURNS_64BITS = 1 << (31-28),
319 flags |= FLAG_RETURNS_64BITS;
327 flags |= FLAG_RETURNS_64BITS;
ffi.c 43 FLAG_RETURNS_64BITS = 1 << (31-28),
654 flags |= FLAG_RETURNS_64BITS;
664 flags |= FLAG_RETURNS_64BITS;
    [all...]

Completed in 85 milliseconds