Home
last modified time | relevance | path

Searched refs:CPU_TO_LE32 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dcompiler.h250 #define CPU_TO_LE32( x ) bswap_32( x ) macro
253 #define CPU_TO_LE32( x ) CFSwapInt32HostToLittle( x ) macro
255 static INLINE GLuint CPU_TO_LE32(GLuint x) in CPU_TO_LE32() function
264 #define CPU_TO_LE32( x ) bswap32( x ) macro
268 #define CPU_TO_LE32( x ) ( x ) macro
271 #define LE32_TO_CPU( x ) CPU_TO_LE32( x )