Searched defs:U32 (Results 1 – 15 of 15) sorted by relevance
50 void U32(void* out, uint32_t v) { in U32() function
47 typedef uint32_t U32; typedef53 typedef unsigned int U32; typedef
86 typedef uint32_t U32; typedef92 typedef unsigned int U32; typedef
58 typedef uint32_t U32; typedef64 typedef unsigned int U32; typedef
57 typedef uint32_t U32; typedef63 typedef unsigned int U32; typedef
92 typedef uint32_t U32; typedef98 typedef unsigned int U32; typedef
110 typedef uint32_t U32; typedef116 typedef unsigned int U32; typedef
80 typedef uint32_t U32; typedef86 typedef unsigned int U32; typedef
161 typedef uint32_t U32; typedef167 typedef unsigned int U32; typedef
469 uint32_t U32; in TEST() local
342 union U32 { in SerializeFloat() union
238 U32(const uint8_t* data) { in U32() function
1042 #define U32(OFFS, COUNT) ((*((const deUint32*)pixelPtr) >> (OFFS)) & ((1<<(COUNT))-1)) in getPixelInt() macro
2791 enum VFPType { S32, U32, F32, F64 }; enumerator
298 UInt U32; member