Home
last modified time | relevance | path

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

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