Searched refs:BigLittleSwap16 (Results 1 – 2 of 2) sorted by relevance
56 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \ macro
59 #define BigLittleSwap16(A) ((((aw_uint16)(A) & 0xff00) >> 8) | \ macro