Home
last modified time | relevance | path

Searched defs:FLAG_RETURNS_STRUCT (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_ctypes/libffi_osx/powerpc/
Dppc-darwin.h67 FLAG_RETURNS_STRUCT = 1 << (31 - 27), // cr6 enumerator
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/
Dffi_darwin.c48 FLAG_RETURNS_STRUCT = 1 << (31-27), /* This goes in cr6 */ enumerator