Home
last modified time | relevance | path

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

/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