Searched refs:T_UINT32 (Results 1 – 1 of 1) sorted by relevance
67 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; struct69 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)