Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_ctypes/libffi/src/arc/
Dffi.c37 #define CODE_ENDIAN(x) (x) macro
39 #define CODE_ENDIAN(x) ( (((uint32_t) (x)) << 16) | (((uint32_t) (x)) >> 16)) macro
/external/libffi/src/arc/
Dffi.c37 #define CODE_ENDIAN(x) (x) macro
39 #define CODE_ENDIAN(x) ( (((uint32_t) (x)) << 16) | (((uint32_t) (x)) >> 16)) macro