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