Searched refs:CPU_TO_LE32 (Results 1 – 4 of 4) sorted by relevance
232 #define CPU_TO_LE32( x ) bswap_32( x ) macro235 #define CPU_TO_LE32( x ) CFSwapInt32HostToLittle( x )237 static INLINE GLuint CPU_TO_LE32(GLuint x)246 #define CPU_TO_LE32( x ) htole32( x )249 #define CPU_TO_LE32( x ) bswap32( x )253 #define CPU_TO_LE32( x ) ( x )256 #define LE32_TO_CPU( x ) CPU_TO_LE32( x )
51 *(volatile unsigned int *)(void *)(((unsigned char*)(base)) + (offset)) = CPU_TO_LE32(val)
23 vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \