Searched refs:FLAG_RETURNS_STRUCT (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
H A Dppc-darwin.h67 FLAG_RETURNS_STRUCT = 1 << (31 - 27), // cr6 enumerator in enum:__anon17507
H A Dppc-ffi_darwin.c395 flags |= FLAG_RETURNS_STRUCT;
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
H A Dffi_darwin.c39 For Darwin64 (when FLAG_RETURNS_STRUCT is set):
48 FLAG_RETURNS_STRUCT = 1 << (31-27), /* This goes in cr6 */ enumerator in enum:__anon17465
742 flags |= FLAG_RETURNS_STRUCT;
760 flags |= FLAG_RETURNS_STRUCT;
879 || ((flags & FLAG_RETURNS_STRUCT)
H A Ddarwin.S188 bf 27,L(scalar_return_value) ; not FLAG_RETURNS_STRUCT

Completed in 469 milliseconds