Searched defs:CODE_ENDIAN (Results 1 – 2 of 2) sorted by relevance
37 #define CODE_ENDIAN(x) (x) macro39 #define CODE_ENDIAN(x) ( (((uint32_t) (x)) << 16) | (((uint32_t) (x)) >> 16)) macro