Searched refs:T_UINT32 (Results 1 – 2 of 2) sorted by relevance
101 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument102 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)173 struct __packed__ T_UINT32 { uint32_t v; }; struct174 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)244 @packed struct T_UINT32 { uint32_t v; }; struct245 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)
74 struct __attribute__((packed)) T_UINT32 { uint32_t v; }; argument76 #define __UNALIGNED_UINT32(x) (((struct T_UINT32 *)(x))->v)