Searched refs:BigLittleSwap32 (Results 1 – 2 of 2) sorted by relevance
59 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \ macro
62 #define BigLittleSwap32(A) ((((aw_uint32)(A) & 0xff000000) >> 24) | \ macro