Searched refs:CHANGE_ENDIAN_16 (Results 1 – 3 of 3) sorted by relevance
37 #define CHANGE_ENDIAN_16(a) ((0x00FF & ((a)>>8)) | (0xFF00 & ((a)<<8))) macro
39 #define CHANGE_ENDIAN_16(a) ((0x00FF & ((a)>>8)) | (0xFF00 & ((a)<<8))) macro