Searched refs:CPU_TO_LE32 (Results 1 – 1 of 1) sorted by relevance
250 #define CPU_TO_LE32( x ) bswap_32( x ) macro253 #define CPU_TO_LE32( x ) CFSwapInt32HostToLittle( x ) macro255 static INLINE GLuint CPU_TO_LE32(GLuint x) in CPU_TO_LE32() function264 #define CPU_TO_LE32( x ) bswap32( x ) macro268 #define CPU_TO_LE32( x ) ( x ) macro271 #define LE32_TO_CPU( x ) CPU_TO_LE32( x )